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

  1. Open Profile Settings.
  2. Select Create token to open the new token modal.
  3. Enter a descriptive name and choose an expiration.
  4. Confirm to create the token.
  5. Copy the token value when it is shown.

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.

The Profile Settings page with the Personal Access Tokens (API) section, the Create Token button and the empty token table
The Profile Settings page with the Personal Access Tokens (API) section, the Create Token button and the empty token table

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.