Skip to main content
Use these URLs for production integrations. Point the SDK and hosted verify at the same base URL.

Standard URLs

ServiceURLPurpose
Apphttps://neus.networkHosted verify, proof pages, and user-facing flows
APIhttps://api.neus.networkPublic HTTP API
Docshttps://docs.neus.networkPublic documentation
IPFShttps://ipfs.neus.networkContent-addressed asset access
MCPhttps://mcp.neus.networkHosted MCP for agents (discovery: /.well-known/mcp.json)

Base URL Guidance

  • Use https://api.neus.network for production API traffic.
  • Use https://neus.network/verify as the standard hosted verification path.
  • If you override apiUrl in the SDK, also set hostedCheckoutUrl so hosted verify uses the same environment.

Notes

  • appId is public attribution metadata, not a secret.
  • Point hosted verify at the same environment as your API.