Skip to main content
The Orka API lets you programmatically manage agents, datastores, and conversations.

Base URL

https://api.orka.sh/v1

Authentication

All API requests require an API key passed in the Authorization header:
Authorization: Bearer your-api-key
See Authentication for details.

Response Format

All responses return JSON:
{
  "data": { ... },
  "error": null
}
Error responses include a message:
{
  "data": null,
  "error": {
    "message": "Agent not found",
    "code": "NOT_FOUND"
  }
}

Rate Limits

PlanRequests/min
Free60
Pro600
EnterpriseCustom