Standard URLs
| Service | URL | Purpose |
|---|---|---|
| App | https://neus.network | Hosted verify, proof pages, and user-facing flows |
| API | https://api.neus.network | Public HTTP API |
| Docs | https://docs.neus.network | Public documentation |
| IPFS | https://ipfs.neus.network | Content-addressed asset access |
| MCP | https://mcp.neus.network | Hosted MCP for agents (discovery: /.well-known/mcp.json) |
Base URL Guidance
- Use
https://api.neus.networkfor production API traffic. - Use
https://neus.network/verifyas the standard hosted verification path. - If you override
apiUrlin the SDK, also sethostedCheckoutUrlso hosted verify uses the same environment.
Notes
appIdis public attribution metadata, not a secret.- Point hosted verify at the same environment as your API.