Environments
Base URLs per environment, and why nothing crosses between them.
| Environment | API base URL | Dashboard | Notes |
|---|---|---|---|
| Development | https://api.dev.oprag.ai | https://app.dev.oprag.ai | Where new API surfaces land first, including Extract. |
| Staging | https://api.stg.oprag.ai | https://app.stg.oprag.ai | Pre-production mirror. Separate workspaces, separate keys. |
| Production | https://api.oprag.ai | https://app.oprag.ai | Live customer traffic. Keys issued here do not work anywhere else. |
Nothing crosses
- A key issued in one environment is rejected in every other one — the hostname and the key must match.
- Workspaces, projects, and documents are per environment. There is no promotion step between them.
- The
testvariant of a key (sk_test_,embed_test_) is a mode within an environment, not an environment of its own.
This page renders the environment the site itself was built for, so the URLs above are the ones to copy: https://api.dev.oprag.ai.
Ready to ship?
Get started free