Skip to main content
Base path: /v1/api-keys All endpoints require Authorization: Bearer <access_token>.

POST /

Create a key for the current user. Request
Response (secret shown once)

GET /

List keys (without secret). Response: [{ id, name, key_prefix, created_at, expires_at, last_used_at }]

DELETE /

Delete a key by ID.