Documentation Index
Fetch the complete documentation index at: https://docs.artanis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
All REST API requests require two headers that together identify the caller and the organization being accessed:| Header | Value | Description |
|---|---|---|
x-api-key | Your API key | Issued by Artanis. Treat it like a password. |
x-org-slug | Organization slug | The slug of the organization you want to read from. Visible in the dashboard URL. |
Example
Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid x-api-key, or no Clerk session if you’re calling without an API key |
403 | The requested project or resource does not belong to the organization in x-org-slug |
404 | Resource does not exist |