API Reference
Authentication
Identity, workspace info, and API key management.
Endpoints for identity and API key lifecycle. See the Authentication guide for details on how to use them.
Identity
GET /api/v1/auth/me— current caller and workspace.GET /api/v1/auth/workspace— current workspace.
API keys
POST /api/v1/auth/api-keys— create a key (returned once).GET /api/v1/auth/api-keys— list keys (metadata only).DELETE /api/v1/auth/api-keys/{key_id}— revoke a key.