Skip to main content

Sign in

Create an access token with:
The request accepts the account email, password, and a token name. Keep the token name stable so clients can identify and revoke tokens later.

Authenticated requests

Send the returned token as a bearer token:
The project-management endpoints require this header.

Security

Never put access tokens in browser source, public repositories, logs, or support tickets. Use an environment variable or your server-side secret manager.