| You are building | Simplest path | Start |
|---|---|---|
| Sign-in or access for your app | Hosted Verify — sign-in or gate checkout on NEUS | Trust stack · Hosted Verify |
| Gated content or checkout | <VerifyGate> + one published gateId | Quickstart |
| An agent or AI workflow | One-command MCP setup | Install NEUS |
| A backend in any language | HTTP API and server checks | API overview |
Apps: drop-in widgets
VerifyGate and ProofBadge are the lowest-friction way to ship trust. Your app never implements verifier logic — the gate owns the checks, pricing, and checkout.
Publish a gate
Sign in at neus.network, open your profile → Portals, choose the checks visitors must pass, set pricing (you pay by default, or charge visitors), and Publish. Copy your
gateId.Gate your content
VerifyGate reuses an existing receipt, opens Hosted Verify only when one is needed, then renders your content.Agents and assistants: one command
neus setup --client codex, then neus auth --client codex.
Details: Install NEUS · Agent verification flow
Backends: API and access keys
Use the HTTP API from servers, workers, and CI — never from end-user browsers. Eligibility, reads, and verification all return the same trust receipt ID (qHash). Server automation uses a profile access key from Profile → Keys (npk_*).
Details: API overview · Integrations
Next: Quickstart · Integration