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.
Before You Start #
Ensure that you have already:
How to Create and Manage Deployment Tokens #
Create a Deployment Token #
- Go to API Tokens.
- Select Create new API access token.
- Choose the deployment for which you want to create a token.
- Admins can select one or more users as token assignees. Each selected user will receive their own unique token.
- Provide a description of the token.
- 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
- RFC3339
- Select Create.
Manage a Deployment Token #
To view or remove a deployment token:
- Go to API Tokens.
- Select a deployment.
- Admins will choose from a list of users with tokens.
- 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 #
- Go to Deployments.
- Select the deployment.
- Go to the Users tab to view all users with tokens for that deployment.
- From here you can choose to Revoke or Remove the token.
You can also choose to add a new user API token.
From Tokens #
- Go to API Tokens.
- Select a deployment > token.
- Select the ellipsis icon next to the token you want to edit.
- 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.