Create an AI agent run

Trigger an AI agent query. The run is executed asynchronously in the background.

Returns immediately with a run object in "pending" status. Poll the GET /ai/agents/{agentId}/runs/{runId} endpoint to check status and retrieve results.

The agentId parameter can be either the agent's UUID or its handle.

Agent runs are rate-limited to 10 requests per minute per organization (configurable via AGENT_API_RATE_LIMIT_PER_MINUTE environment variable).

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!