API tokens configuration

Create API Tokens to authenticate your requests to the Gatling Enterprise Edition public API.

API Tokens administration is accessible in the navigation bar.

Managing API Tokens

Tokens

To create an API token, click on the Create button. Once the API token is created, make sure to copy the token, as you won’t be able to retrieve it again later.

Create token

There are 5 permissions available for API Tokens:

  • The None permission, which doesn’t allow any action. Typically useful to restrict global permissions on team-specific tokens.
  • The Read permission, allows reading all data.
  • The Start permission, allows starting simulations + Read permissions (typically useful in a CI plugin).
  • The Configure permission, allows creating / uploading packages and creating simulations + Start permissions (typically useful in our build plugins).
  • The Administrate permission, allows managing all organization resources.

You can set a permission globally or within a specific team only.

You can edit the API Token permissions by clicking on the icon on the right part of the table. To regenerate a token, click on the icon.

Edit this page on GitHub