Generating and revoking tokens
Creating a token, copying it during the one-time reveal, and revoking it.
Last updated
Creating a token, copying it during the one-time reveal, and revoking it.
Token generation and revocation live at Settings > Tokens. Only Admin-role users have access.
Open Settings > Tokens.
Click Create token.
Fill in the form:
Token name: a name that helps you identify what the token is for. You do not need a separate token per project; most tenants are fine with one production token and one development token, named accordingly.
Token type: Production or Development.
Expiry: Never or After one year.
Click Create token.

The next step shows the token value with a copy-to-clipboard button. The token is shown only once. Copy it before you close the modal; the Done button is disabled until you copy. If you close the modal without copying, the token is unrecoverable. In that case, generate a new one and revoke the lost one.

Open Settings > Tokens.
Find the token in the table and open its row menu.
Click the delete icon. A confirmation dialog appears showing the token's name and warning that the action is irreversible.
Click Delete to confirm.
The token is invalidated immediately. Any client still using it will fail authentication on its next request.
The Settings > Tokens page lists all tokens for your tenant in a single table:

Name
The token's name.
Type
Production or Development.
Expiry
Never, or the number of days remaining before the token expires.
Created by
The user who generated the token.
Creation date
When the token was created.
There is no built-in rotation or auto-renewal: tokens with Never expiry remain valid until manually revoked, and tokens with After one year expiry are auto-invalidated at the one-year mark.
Token types: when to use each type.
Token security best practices: scope, rotation, and storage.
Last updated