Token Management
The Tokens page lets you manage API tokens for your project. This page requires admin (*) permission.
Token list
The list shows all tokens with:
- Name — descriptive label for the token
- Prefix — first 12 characters of the token for identification
- Permissions — list of granted permissions
- Created — when the token was created
- Expires — expiration date if set
Session tokens (created during dashboard login) are hidden from this list.
Creating a token
- Click Create Token
- Enter a descriptive name (e.g., “CI/CD pipeline”, “Frontend read-only”)
- Select permissions:
read:flags— evaluate and list flagsread:configs— read config valueswrite:flags— create, update, delete flags and segmentswrite:configs— create, update, delete configs*— full admin access
- Optionally set an expiration date
- Click Create
The plaintext token is displayed once. Copy it immediately — it cannot be retrieved again.
Revoking a token
- Find the token in the list
- Click Delete
- Confirm the revocation
Revoked tokens are immediately rejected by the API.