Create a token
- Go to Personal access tokens
- Click “New Token”
- Enter a description and select expiration (30, 60, or 90 days)
- Choose an access level:
- Read-only - the token can only read data. All write operations are denied.
- Read & Write - the token can both read and modify data.
- Click “Create” and copy the token immediately - you won’t see it again
Use a token
Permissions
Tokens inherit your user account’s permissions and can be scoped to one of two access levels:| Access level | Description |
|---|---|
| Read-only | Can list and retrieve resources but cannot create, update, or delete them. |
| Read & Write | Full access. Can perform any action your user account is allowed to perform. |
Security
- Treat tokens like passwords - don’t share or store insecurely
- Use the shortest expiration that meets your needs
- Revoke unused tokens
- Actions are logged in audit logs with the token ID