post
https://api.heymantle.com/v1/ai/agents//runs
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).