Skip to main content

Environment Tokens

Environment Tokens are strings used to authenticate the Tracetest CLI against an organization and environment.

These tokens are used to configure the Tracetest CLI in environment where you cannot login with user interaction, like CI/CD environments.

Create a new token by clicking on the Create a new token button, choosing a name, role and expiration and then clicking on Create. This will create a token that you can copy and use to configure Tracetest CLI with:

tracetest configure --token {ADD_YOUR_TOKEN_HERE}

One example of this usage can be seen here.