Create a realtime run
Start a Developer API run and stream public events.
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Body
Active personal CREAO agent to run.
JSON input for the 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. Unknown ids return 400 MODEL_NOT_SUPPORTED; models not available on your plan return 403 MODEL_NOT_ALLOWED.
100Existing conversation to continue. Omit to create a new conversation.
Personal workspace whose root uploads the agent can read. On a new conversation this value is stored. On an existing conversation it must match the bound workspace or the conversation must be unbound. Mismatch returns 409 WORKSPACE_MISMATCH.
Response
Server-Sent Events stream.
The response is of type string.