Environments
Canonical public surfaces
| Surface | URL | Purpose |
|---|---|---|
| App | https://neus.network | Hosted verify, proof pages, and first-party user flows |
| API | https://api.neus.network | Public API surface |
| Dev API | https://dev.api.neus.network | Development and pre-production testing when enabled |
| Docs | https://docs.neus.network | Public documentation |
| IPFS | https://ipfs.neus.network | Content-addressed asset access |
Base URL guidance
- Use
https://api.neus.networkfor production API traffic. - Use
https://neus.network/verifyas the canonical hosted verification path. - If you override
apiUrlin the SDK, also sethostedCheckoutUrlso hosted flows stay aligned with the environment you intend to use.
Integrator notes
appIdis public attribution metadata, not a secret.- Hosted auth code exchange, sponsor grants, and some partner capabilities are deployment-gated and must be enabled server-side.
- Run preview and validation commands from the Mintlify directory that contains
docs.json.