Agents
Run an agent
Start a new run for an agent.
Runs always execute the agent's live published version, so the agent must be published first with POST /v1/agents/{agent_id}/publish. Unpublished drafts cannot be run.
post/v1/agents/{agent_id}/runs
Path parameters
agent_idstring uuid required
The ID of the agent to run.
The ID of the agent to run.
Request body
Response
Successful Response