
API Keys exposes environment, scope, status, creator, and creation metadata without revealing complete key values.
Create a key
1
Open API Keys
In Settings, open API Keys and select Create API key.
2
Describe its use
Enter a key name and description, then select at least one scope. Grant only the scopes the integration needs.
3
Save the key
Create the key, then copy or download it immediately. Persistence shows the full key only once.
Authentication
Include your API key in the request headers:Storing keys safely
Keep your API keys secure. Never commit them to public repositories or expose
them in client-side code.