Unkey runs two primary environments. Staging auto-deploys fromDocumentation Index
Fetch the complete documentation index at: https://unkey-engineering-logger-wide-event-source.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
main and is used to validate changes before promoting them to production.
Staging
| Service | URL |
|---|---|
| API | https://api.unkey-staging.com |
main branch — every merge to main deploys to staging automatically via ArgoCD. See promotions for details on how changes flow from staging to production.
When to use staging
- Testing API changes before they reach production
- Validating new features end-to-end against a live environment
- Reproducing bugs without affecting production data
- Running integration tests that need a real API
Production
| Service | URL |
|---|---|
| API | https://api.unkey.com |

