Settings - API Token
API token generation and revocation for CLI and MCP access.
📄️ List API Tokens
List metadata for the authenticated user's API tokens, including name, creation date, and expiration date. The token values themselves are never returned.
📄️ Generate API Token
Create a bearer API token for the authenticated user with an optional name and expiration date (ISO format; omit for a non-expiring token). Returns 201 with the token value, or 400 when the expiration date is invalid or not in the future.
📄️ Revoke API Token
Revoke one of the authenticated user's API tokens by name so it can no longer be used. Returns 204 on success and 404 when no token with that name exists.