Documentation Index
Fetch the complete documentation index at: https://docs.schedkit.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All API endpoints accept anx-api-key header. Get your key from the dashboard under Kit Config → API Keys.
sk_live_— production keysk_test_— test key (same API, isolated data)
Session Cookies
The dashboard uses HTTP-only session cookies set byPOST /v1/auth/login. Cookie auth is automatically used by browsers — no header needed.
Auth endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/auth/login | Login, set session cookie |
POST | /v1/auth/logout | Logout, clear session |
GET | /v1/auth/me | Get current authenticated user |
GET /v1/auth/me
Error responses
Unauthenticated requests return401:
403: