- JWT login for the browser admin console and user-backed API calls
- API key for scripts, automation, CI/CD, and MCP
JWT login
The browser admin console signs in with a username and password. The API returns an access token plus a refresh token.Log in
data:
Use the access token
Refresh the access token
Token lifetime
The backend signs and validates these tokens. The frontend only stores them and refreshes them when needed.