Base URL
/v1. Breaking changes will be introduced under a new version prefix with a deprecation notice.
Authentication
All requests require an API key in thex-api-key header:
Request Format
- Content-Type:
application/json - All request bodies must be valid JSON
agent_idis required on session creation
Response Format
All responses return JSON. Successful responses use 2xx status codes. Errors always include anerror, code, and message field.
Pagination
List endpoints support cursor-based pagination via anafter query parameter. When has_more: true is returned, pass the last item’s id as after to fetch the next page.