Base URL
All API endpoints are served from:Authentication
Every endpoint that returns user data requires an API key. Two header forms are accepted;X-API-Key is recommended.
X-API-Key header (recommended)
Authorization: Bearer header
Equivalent in every way; useful when you’re routing through middleware that already understands bearer tokens.
/v1/embed/* endpoints are public and intentionally do not require authentication.
Get an API key
- Sign up or log in at the
- Create an organization and project
- Open the project’s API Keys section
- Click Create API Key and copy the key — it won’t be shown again
Machine-readable resources
For automated integrations and AI-assisted development:| Resource | URL | Use it for |
|---|---|---|
| Public OpenAPI spec | /openapi.json | Code generation, schema validation, contract testing |
llms.txt | /llms.txt | Compact index of every doc page for LLM context |
llms-full.txt | /llms-full.txt | Full-text concatenation of every guide for deep retrieval |