API Keys
Create and manage keys for CI/CD and programmatic access.
Video walkthrough coming soon
The written steps below cover everything in the meantime.
What you'll learn
- How to create an API key
- Where API keys are used
- How to keep keys secure
Step-by-step
- 1
Open API Keys
Go to Settings → API Keys.
- 2
Create a key
Generate a new key and copy it immediately — it is shown only once.
- 3
Use it in CI
Store the key as a secret (for example THREATVOX_API_KEY in GitHub Actions) rather than committing it.
- 4
Rotate when needed
Delete a key if it may be exposed and issue a new one. Never share keys in tickets or screenshots.