
Manage credentials and access tokens for your workspace.
Creating an API key
You can create up to 10 API keys per workspace. To create an API key:- Click your workspace name at the top left and click Settings.
- Click Secrets in the sidebar.
- Click + Create API Key.
- Enter a name for the key (required) and an optional description.
- Under Permissions, select the scopes this key should have. See Choosing permissions for what each one grants.
- If you select Deploy apps, set its App access to Selected apps and choose the apps, or to All current and future apps.
- Click Create Key.
- Copy the key and store it somewhere safe.
- Click Done.

Creating an API key for your workspace
Choosing permissions
Each API key has one or more permissions, called scopes, that control which parts of your workspace it can access. Give a key only the permissions the integration needs.
For the Deploy apps permission, choose which apps the key can reach:
- Selected apps: The key can only deploy the specific apps you choose.
- All current and future apps: The key can deploy any app in the workspace, including apps you add later.
You can make changes to a key at any time. To update its name, description, or permissions, edit the key from the Secrets page.
Managing your API keys
From the Secrets page, you can view all your keys along with who created them, when they were created, and when they were last used. Click the More Actions icon next to a key to edit, disable, or delete it.Creating, editing, enabling, disabling, and deleting a key are all recorded in your workspace audit logs, and actions taken with a key are attributed to it.
- Click your workspace name at the top left and click Settings.
- Click Secrets in the sidebar.
- Click the More Actions icon next to the key you want to manage and select an option:
- Edit: Update the key’s name, description, or permissions.
- Disable key: Temporarily prevent the key from being used without deleting it.
- Enable key: Re-enable a previously disabled key.
- Delete key: Permanently remove the key.

Managing your workspace API keys