Skip to main content

Access Tokens

Overview

Access Tokens (JWT) enable secure machine-to-machine management of your workspace.
They are created by workspace members and are tied to both the user and the workspace.

If the user who created a token leaves the workspace, that token automatically expires.


Viewing access tokens

Go to Workspace Settings → Access Tokens to view:

  • Name – Custom name of the token.
  • Email – The user who created the token.
  • Created At – Date the token was generated.
  • Expires At – Expiration date (or “Never” if it does not expire).

Creating an access token

  1. Navigate to Workspace Settings → Access Tokens.
  2. Click Create Token.
  3. Set a name for the token.
  4. Choose an expiration date (or select “Never expires”).
  5. Select the permissions for the token:

Always included:

  • View projects
  • View instances

Optional:

  • Manage projects (add/remove/edit projects, add/remove instances from projects)
  • Purchase instances
  • Manage instances
  • Destroy instances
  1. Click Create.

API Key visibility

  • When a token is created, its API key is shown.

  • You can copy the API key with one click.

    Copy API key

    For security reasons, API keys are only shown at creation time.