proofId feeds gates, hub profile, and agents. Prefer the receipt ID over one-off signatures. Credits and sponsor grants are covered in Billing.
For a local try first, use Quickstart, then complete the steps below before production traffic.
1. Create your account
- Sign in to the hub with passkey or wallet.
- Apps — register products your integration will call from. Credits — balance for the wallet that pays. Identity — domain or org proofs when your flow needs them.
- Use the wallet that should own billing and app registration for this product.
- Access keys — when you need a personal API key (same
Authorization: Bearertoken forapi.neus.networkand for MCP when you want account-scoped tools), open Access keys and generate one. You can skip this until you run scripts, server calls, or MCP flows that returnauth_required.
2. Register your integration and capture appId
- Open Apps in the hub.
- Link app or Manage app.
- Enter your app domain (e.g.
acme.com), set a daily credit cap, and finish the modal.
appId for that integration. Send it as X-Neus-App on API traffic (the SDK maps this automatically).
3. Fund the wallet that will pay
- Credits tab → balance on the payer wallet.
- If users self-pay, they need credits on their wallet. See Billing.
4. Decide your billing model (sponsorGrant if you pay)
If your product should pay verification costs for end users, fund the org wallet, issue short-lived sponsor grants, and pass them to the SDK as sponsorGrant (maps to X-Sponsor-Grant).
If users should self-pay, do not send sponsor grants.
5. Choose your integration path
| Default | Next |
|---|---|
| Hosted Verify (no embedded wallet) | Hosted Verify |
| React | Widgets |
| Custom JS | SDK · JavaScript |
| AI tools | MCP |
| Advanced HTTP | API |
6. Production readiness checklist
- Integration domain is registered with a realistic daily cap
- Paying wallet has credits (yours or users’, based on your model)
- Client sends
appIdand usessponsorGrantonly when sponsoring - Team understands Billing and x402 behavior
- Verification receipts are stored and reused in your product logic
Related
Billing
Who pays, x402, sponsor model.
Workspace setup
Domains, org verify, sponsor detail.
Integration
Verify → save → reuse loop.
Overview
Product summary.