Create a Super Agent async run
Start a background Super Agent conversation.
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Body
JSON input for Super Agent. Serialized input must be 256 KB or smaller.
Model id to run with (for example, anthropic/claude-haiku-4-5). Omit to use the default model, currently anthropic/claude-sonnet-5. Supported ids: GET /v1/models.
100Existing Super Agent conversation to continue. Agent Run conversations are rejected.
Personal workspace whose root uploads Super Agent can read.
Public http or https URL for the terminal async result.
2048Optional boolean gate for completion notifications. Not accepted on realtime runs.
Response
Run accepted.
Developer API run ID.
pending, running, completed, failed, cancelled Agent that ran. Creation runs return null until the agent is created, then the completed run includes the new agent ID.
Conversation ID for follow-up runs.
Model id this run executed with. null only for runs created before model selection shipped.
Personal workspace bound to this conversation, when set.
Final agent output. Completed runs commonly include text; agent-creation runs also include agent_id.