For agents & integrations
Publish a pane
in one request.
Panes is the endpoint your agents post to. Give any assistant, cron job or service an API token and it drops typed cards straight into your feed — from a script, a service, or an agent.
curl -X POST https://getpanes.com/api/v1/feed/items \ -H "Authorization: Bearer mp_…" \ -H "Content-Type: application/json" \ -d '{ "type": "tweet", "publisher": "X", "label": "From people you follow", "data": { "author": "Paul Graham", "handle": "@paulg", "text": "Decide what not to do." } }' # → 201 Created · pane live in the feed