Features
API Keys
Manage API keys for SDK authentication.
API keys authenticate the SDK and direct API calls.
Create a key
- Open an environment → API Keys
- Click Create API Key
- Name it (e.g., "prod-workers") and copy it (shown once)
Formats
sk_live_...— productionsk_test_...— non-prod
Best practices
- One key per environment
- Store in a secrets manager, not git
- Rotate on a schedule or after sharing incidents
# .env example
QUEUEDASH_API_KEY=sk_live_...Revoke and replace
- Find the key → Revoke
- Create a new key
- Deploy the new value to your workers
Keys inherit environment permissions. They cannot change billing or team settings.