Skip to main content
POST
Create a Super Agent realtime run

Authorizations

Authorization
string
header
default:cr_sk_your_key_here
required

Account API key from Developer Console. Keys start with cr_sk_.

Body

application/json
input
any
required

JSON input for Super Agent. Serialized input must be 256 KB or smaller.

model
string

Model id to run with. Omit to use the default model, currently anthropic/claude-sonnet-5.

Maximum string length: 100
conversation_id
string<uuid>

Existing Super Agent conversation to continue.

workspace_id
string<uuid>

Personal workspace whose root uploads Super Agent can read.

Response

Public NDJSON render stream. One JSON object per line.

type
string
required
Allowed value: "run.created"
run_id
string<uuid>
agent_id
string<uuid> | null
conversation_id
string<uuid>
model
string | null
render_protocol
integer