Get Started
Quickstart
Create your first proof and wire a gate in minutes.
Choose Your Path
Pick SDK, Widgets, API, or MCP based on what you’re building.
Auth + Hosted Verify
Standardized
/verify login, popup completion, and auth code exchange.Integration Surfaces
Platform
Learn the verification model, receipts, environments, and trust boundaries.
JavaScript SDK
Client-side proof creation, deterministic signing, and polling.
Widgets
Drop-in React gating and proof badge rendering.
Agents
Agent identity, delegation, and reusable proof patterns.
MCP Server
Hosted MCP for agents, tool calling, and verify flows.
API
Public HTTP integration concepts, auth patterns, and error handling.
Standardized Surfaces
| Surface | URL |
|---|---|
| Hosted verify and login | https://neus.network/verify |
| Public docs | https://docs.neus.network |
| Public API base | https://api.neus.network |
| MCP endpoint | https://mcp.neus.network/mcp |
| Verifier catalog | GET /api/v1/verification/verifiers |
| Gate check | GET /api/v1/proofs/check |
Docs Contract
docs.neus.networkis the canonical published surface- This
mintlify/tree is the published source for docs content, navigation, and theming - The public OpenAPI spec at
/openapi/public-api.jsonis the reference contract for the API Reference tab