Environments

Base URLs per environment, and why nothing crosses between them.

dev · https://api.dev.oprag.ai
EnvironmentAPI base URLDashboardNotes
Developmenthttps://api.dev.oprag.aihttps://app.dev.oprag.aiWhere new API surfaces land first, including Extract.
Staginghttps://api.stg.oprag.aihttps://app.stg.oprag.aiPre-production mirror. Separate workspaces, separate keys.
Productionhttps://api.oprag.aihttps://app.oprag.aiLive 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 test variant 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