Skip to main content

Choose an Integration Path

NEUS supports four primary integration surfaces. Start with the surface that matches your product constraints, then expand into additional surfaces as your trust model evolves.

Pick by job to be done

1

Start with reader intent

Decide whether you need onboarding, access gating, proof issuance, hosted checkout, or agent-facing trust signals.
2

Choose the thinnest viable surface

Prefer Widgets for the fastest launch, the SDK for custom UX, the API for backend policy, and MCP for AI-native integrations.
3

Keep `/verify` as the canonical hosted path

Interactive flows should converge on the hosted verify surface instead of inventing parallel auth or checkout routes.
4

Treat proof receipts as reusable trust artifacts

Status, access, and downstream policy should key off the same proof receipt rather than duplicating verification logic in every surface.

Which path should you choose?

If you need…Start hereThen add
Fastest production launchWidgetsSDK for custom UX
Custom browser UXSDKAPI for backend checks
Backend-only eligibility decisionsAPICookbook for rollout patterns
AI assistant or agent workflowsMCPAgents for proof models
Org/app onboarding and sponsored flowsHub Integrator SetupAuth + Hosted Verify

Next pages