Run agent asynchronously
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.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Path Parameters
Unique identifier of the agent to execute
Body
Input values for agent execution based on agent input configuration
Response
Successful response
Response containing run ID for asynchronous agent execution
Unique identifier for this asynchronous agent run that can be polled for status