Start an asynchronous agent run and return a runId that can be polled for status updates. Once the run status is done, call /api/agents/:agentId/run-async/:runId/result to retrieve the same final payload shape returned by the synchronous run endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.cotool.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Unique identifier of the agent to execute
Input values for agent execution based on agent input configuration
Successful response
Response containing run ID for asynchronous agent execution
Unique identifier for this asynchronous agent run that can be polled for status