Environments

Environments

Nova runs one isolated stack per MVNO, per environment. Pick the right
base URL for the MVNO and environment you are integrating against — never
hard-code a single URL across MVNOs.

Base URL pattern

https://<mvno>-nova[-stg|-uat].85.group/api/v1
MVNOSTGUATPRD
megsApphttps://megsapp-nova-stg.85.group/api/v1https://megsapp-nova-uat.85.group/api/v1https://megsapp-nova.85.group/api/v1

Don't see your MVNO here? Ask your account manager — new MVNOs spin up
on the same pattern but are not listed publicly until launch.

API key environment isolation

API keys are issued per-environment. An STG key will not authenticate
against UAT or PRD, and a PRD key will not authenticate against lower
environments. Plan for separate keys per environment.

Data isolation

STG, UAT, and PRD are entirely separate Cloud SQL databases. Test data
lives only in lower environments and may be wiped on database refreshes
(typically monthly, announced in the Changelog).

CORS

Browser calls are accepted only from the allowed partner-portal origins
configured for that MVNO. If you are building a dashboard outside our
hosted portal, ask us to allowlist your origin.

IP allowlisting

Not enforced by default. Enterprise partners can request IP-restricted
keys — talk to your account manager.


Did this page help you?