API keys let you access Tandem’s API from scripts, CI/CD pipelines, or other tools without going through the browser.
Creating an API key
Go to Settings
Navigate to your user Settings page.
Create a key
Under the API Keys section, click Create API Key. Give it a descriptive name.
Copy the key
Copy the key immediately — it won’t be shown again.
Treat API keys like passwords. Don’t commit them to source control or share them in plain text.
Using an API key
Include the key in the X-API-Key header of your HTTP requests:
curl -H "X-API-Key: your-api-key" \
https://api.tandemai.io/api/v1/programs
API keys have the same permissions as your user account.
Revoking a key
If a key is compromised, revoke it immediately from the Settings page. Click the delete button next to the key to deactivate it.