Opening the API Keys Manager
- Click the settings icon (gear icon) at the bottom-left of the sidebar, next to your name.

- In the Settings modal, click Manage API Keys.

Creating an API Key
Enter a key name
Type a descriptive name in the field (for example:
ci-pipeline, slack-bot, local-dev). Names help you identify which key belongs to which integration.Done. You now have an API key. Use it as the
x-api-key header on every API request.Using Your API Key
Pass the key as a header on every request:Deleting a Key
Click the trash icon next to any key in the list to delete it permanently. Deletion is immediate — any integration using that key will stop working.Security Best Practices
- Never commit API keys to source control. Use environment variables or a secrets manager.
- Never log keys in plain text. Treat them like passwords.
- Use one key per integration. This makes it easy to revoke access for a single system without affecting others.
- Use HTTPS only. The API rejects plain HTTP connections.
Next Steps
API Reference
Full request format, streaming events, async mode, and error codes.
Triggers
Run experts on a schedule without any code.

