v1
latestOpenAPI 3.1.02026-08-042453938.9 KBRuns
Start a new agent run
Start tracking a new agent run for a customer workflow.
Returns a run ID that can be used to emit events and track execution. The run starts in PENDING status and transitions to RUNNING when the first event is emitted.
post/v1/runs
Request body
Example request
{
"customerId": "cus_abc123",
"workflowId": "wf_abc123"
}Response
Run started