- Create an API key on your agent’s API access tab in the Clicks app.
- Call
POST /v1/agentsto start a run. - Poll
GET /v1/agents/{agent_id}until the run finishes, then read the transcript.
Quickstart
Zero to transcript in about five minutes.
Authentication
How API keys work and how to send them.
Agent lifecycle and polling
What loop_status means and when a run is done.
Sending files
Attach files and reference them from the input.
API reference
Base URL, endpoints, versioning, and the OpenAPI schema.
Errors and retries
Every status the API returns, with retry guidance.