Authentication
Authenticate API requests using scoped API keys.
On this page
Overview
All API requests require authentication via API key. Include the key in the Authorization header as a Bearer token.
Authentication header
Authorization: Bearer sk_abc123def456API key management
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/auth/api-keys | Create API key |
| GET | /v1/auth/api-keys | List API keys |
| DELETE | /v1/auth/api-keys/:keyId | Revoke API key |