API tokens
Create and manage Personal Access Tokens to authenticate with the TurboStack API.
Personal Access Tokens let you authenticate with the TurboStack API. You create and manage them from your Profile Settings.
Create a token
- Open Profile Settings.
- Select Create token to open the new token modal.
- Enter a descriptive name and choose an expiration.
- Confirm to create the token.
- Copy the token value when it is shown.
Important
The token is a secret. Copy it when it is created - it will not be shown again. Store it securely, and delete any tokens you no longer use.
Manage tokens
The token list shows each token's name, creation date, and expiration. Use the delete option to remove a token you no longer need.
Use a token
Send the token as a Bearer token in the Authorization header of your API requests:
Authorization: Bearer <your-token>
For available endpoints and request details, see the API reference.
Warning
Anyone with your token can act as you via the API. Treat it like a password.