Endpoints
See Authentication for storage details.
POST /api-keys
Read-only key
Passread_only: true to mint a key scoped to reads only:
"scopes": ["read"]. A read-only key can call GET endpoints but any write (POST/PATCH/DELETE) returns 403 insufficient_scope.
GET /api-keys
DELETE /api-keys/:id
204. The revoked key immediately fails auth on subsequent requests with 401 invalid_api_key. Calling DELETE on an already-revoked key returns 404.