API Key Management
Manage Keys
POST
/api/keysJWTCreate a new API key. The full key is returned only once — save it immediately.
namestring*planstringGET
/api/keysJWTList all API keys for your account. Returns key prefix only (never the full key).
DELETE
/api/keys/{key_id}JWTRevoke an API key permanently. All requests using this key will return 401.