Run agents on demand
Trigger any agent in your workspace via a single POST. Pass context, receive structured output, and poll for async results.
POST /v1/workspaces/{id}/agents/{agentId}/runsProgrammatic access to every agent, conversation, and workspace event. Automate agent runs, embed results in your own product, or build internal tooling.
Trigger any agent in your workspace via a single POST. Pass context, receive structured output, and poll for async results.
POST /v1/workspaces/{id}/agents/{agentId}/runsReceive real-time notifications when a run completes, an approval is requested, or a budget threshold is hit.
POST /v1/workspaces/{id}/webhooksFetch conversation threads, individual messages, and attached agent outputs for downstream processing or compliance archiving.
GET /v1/workspaces/{id}/conversationsAPI keys are scoped to a single workspace and carry only the permissions you define. Rotate or revoke any key without downtime.
Authorization: Bearer <workspace-api-key>Security & compliance
All API calls are authenticated with workspace-scoped keys, logged to the immutable audit trail, and rate-limited per plan. OpenAPI specs are shared with active customers and qualified evaluations.
Private testing — Starter through Enterprise: talk to us and we will match the right plan.