Create an async run
Runs
Create an async run
Start a background Developer API run.
POST
Create an async run
Authorizations
Account API key from Developer Console. Keys start with cr_sk_.
Body
application/json
Active personal CREAO agent to run.
JSON input for the agent. Serialized input must be 256 KB or smaller.
Existing conversation to continue. Omit to create a new conversation.
Public http or https URL for the terminal async result.
Maximum string length:
2048Response
Run accepted.
Developer API run ID.
Available options:
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.
Final agent output. Completed runs commonly include text; agent-creation runs also include agent_id.