Create and Manage Deployment Tokens (UI)

You can use the UI to create and manage tokens. The following steps guide you through creating and managing access tokens.

info icon Info
When endpoint security is enabled for a deployment, an access token must be provided. In some cases, endpoint security is enabled by default and cannot be disabled.
info icon If you are a non-admin user:
If you do not have administrator privileges, you can view your own deployment tokens. You’ll need the Admin role to create, view, and manage tokens for other users. If you only want to create, view, and manage your own tokens, you’ll need the Maintainer role.

Before You Start

Ensure that you have already:


How to Create and Manage Deployment Tokens

Create a Deployment Token

  1. Go to API Tokens.
  2. Select Create new API access token.
  3. Choose the deployment for which you want to create a token.
  4. Admins can select one or more users as token assignees. Each selected user will receive their own unique token.
  5. Provide a description of the token.
  6. Provide an expiration date such as 2026-08-23. Your expiration date must be one of the following formats:
    • RFC3339 YYYY-MM-DDTHH:MM:SSZ, e.g., 2026-08-23T19:30:30-05:00
    • Date Time YYYY-MM-DD HH:MM:SS, e.g., 2026-08-23 19:30:30
    • Date YYYY-MM-DD, e.g., 2026-08-23
  7. Select Create.

Manage a Deployment Token

To view or remove a deployment token:

  1. Go to API Tokens.
  2. Select a deployment.
  3. Admins will choose from a list of users with tokens.
  4. Select the token to view its properties. From here you can choose to Revoke the token.

Revoke or Remove a Deployment Token

To permanently revoke a deployment token:

From the Deployment

  1. Go to Deployments.
  2. Select the deployment.
  3. Go to the Users tab to view all users with tokens for that deployment.
  4. From here you can choose to Revoke or Remove the token.

You can also choose to add a new user API token.

From Tokens

  1. Go to API Tokens.
  2. Select a deployment > token.
  3. Select the ellipsis icon next to the token you want to edit.
  4. You can choose to open, revoke, or remove the token.

You can also revoke the token by opening it and selecting Revoke.


Next Steps

You are now ready to:

  • Interact with your deployment using your deployment token.