v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
agent

Trigger Agent Run

Manually trigger an agent run for a project.

Args: request: FastAPI request (for rate limiter). body: Request body with project_id. auth: Authenticated user. service: Agent service.

Returns: Trigger response with agent_run_id and status.

Raises: HTTPException: 429 if slot taken, 503 if disabled, 404 if project not found.

post/agent/runs

Request body

project_idstring required

Project to run the agent for.

Response

Successful Response

agent_run_idstring required

Created agent run ID.

statusstring required

Initial run status (queued).

messagestring required

Human-readable status message.