- Dashboard
- API
Log in to the Tooken dashboard
Open app.tooken.io and sign in with your account credentials.
Navigate to Tokens
In the left sidebar, click Tokens. You will see a list of all tokens in your workspace.
Configure the token
Fill in the token details:
- Name — enter a descriptive name that identifies the service and environment.
- Scopes — select one or more scopes from the list. Grant only the scopes your service actually needs.
- Expiration date (optional) — set a date after which the token automatically becomes inactive. Leave blank for a non-expiring token.
Available scopes
Grant only the scopes your service needs. Overly permissive tokens increase the blast radius of a credential compromise.| Scope | What it allows |
|---|---|
tokens:read | List and retrieve token metadata |
tokens:write | Create new tokens |
tokens:revoke | Permanently revoke a token |
tokens:rotate | Rotate the secret of an existing token |
audit:read | Read audit log entries |
webhooks:read | List and retrieve webhook configurations |
webhooks:write | Create and update webhook configurations |
Next steps
Revoke a token
Immediately invalidate a token that is no longer needed or may be compromised.
Rotate token secrets
Issue a new secret for an existing token without changing its ID or scopes.
