Base URL
http://localhost:3001 when developing against a local instance.
Surfaces
Conventions
- Authentication —
Authorization: Bearer YOUR_API_KEYon every request. See Authentication. - Content type — request and response bodies are JSON.
- Pagination — list endpoints are paginated; follow the returned cursors.
- Errors — a consistent envelope with a machine-readable
code. See Authentication → Errors. - Idempotency — retried
5xxfailures are safe for idempotent operations.
Quickstart
New here? Make your first call in five minutes.