# NEUS ## Docs - [Agent Delegation](https://docs.neus.network/agents/agent-delegation.md): Delegate permissions to agents for scoped operations. - [Agent Identity](https://docs.neus.network/agents/agent-identity.md): Register and verify AI agent identities. - [Agent Verification Flow](https://docs.neus.network/agents/agent-verification-flow.md): Register agent, optional delegation, consume via API or MCP. - [Agent concepts](https://docs.neus.network/agents/concepts.md): Roles, wallets, and how NEUS agent API field names map to those concepts. - [Agents Overview](https://docs.neus.network/agents/overview.md): Agent identity, delegation, stable URLs, MCP. - [Health check](https://docs.neus.network/api-reference/health/health-check.md) - [Get available payment methods](https://docs.neus.network/api-reference/payments/get-available-payment-methods.md) - [Get pricing information for all payment types](https://docs.neus.network/api-reference/payments/get-pricing-information-for-all-payment-types.md) - [Check proofs against public criteria](https://docs.neus.network/api-reference/proofs/check-proofs-against-public-criteria.md) - [Get proof record by id](https://docs.neus.network/api-reference/proofs/get-proof-record-by-id.md): Returns the proof record and verification state. Payload is shaped for the caller (public vs owner vs private). - [Get proofs by wallet or DID](https://docs.neus.network/api-reference/proofs/get-proofs-by-wallet-or-did.md) - [Revoke a proof you control](https://docs.neus.network/api-reference/proofs/revoke-a-proof-you-control.md) - [Batch get verification status (minimal)](https://docs.neus.network/api-reference/verification/batch-get-verification-status-minimal.md) - [Get supported verifiers and configuration](https://docs.neus.network/api-reference/verification/get-supported-verifiers-and-configuration.md): Returns the public verifier catalog: supported verifier IDs, sanitized public metadata (input schemas + direct-vs-hosted capabilities), and backend chain configuration (hub chain, asset allowlists). Internal transport/provider fields are not exposed here. - [Phase 1: build the standard signing string](https://docs.neus.network/api-reference/verification/phase-1:-build-the-standard-signing-string.md): Raw HTTP verification uses a strict two-phase handshake. First send the exact verification body here, sign the returned signerString, then submit the same body plus signature to POST /api/v1/verification. - [Phase 2: submit a verification request](https://docs.neus.network/api-reference/verification/phase-2:-submit-a-verification-request.md): For raw HTTP callers, this request must continue a prior POST /api/v1/verification/standardize call using the same body and signedTimestamp. Do not treat this as a one-step schema-only POST; sign the exact signerString from phase 1 and submit that signature here. - [Authentication](https://docs.neus.network/api/authentication.md): Personal access keys for servers and MCP; hosted and SDK flows for products. - [Errors](https://docs.neus.network/api/errors.md): Error codes and responses for the NEUS API. - [API Overview](https://docs.neus.network/api/overview.md): REST endpoints for proof checks, reads, and advanced HTTP verification. - [Brand Kit](https://docs.neus.network/brand-kit.md): Logo, colors, usage. - [Hosted Verify](https://docs.neus.network/cookbook/auth-hosted-verify.md): Hosted verification flow for login, social checks, human checks, org checks, and gated access. - [Domain Verification](https://docs.neus.network/cookbook/domain-verification.md): DNS TXT at _neus - prove domain control with ownership-dns-txt. - [NFT Gating](https://docs.neus.network/cookbook/nft-gating.md): VerifyGate + gateCheck with nft-ownership. - [Cookbook](https://docs.neus.network/cookbook/overview.md): Short guides for common integration flows. - [Sybil Resistance](https://docs.neus.network/cookbook/sybil-resistance.md): Layer verifiers and recency for stronger assurance than wallet-only. - [Verifiable Agents](https://docs.neus.network/cookbook/verifiable-agents.md): Register agents, delegate authority, consume proofs (MCP or SDK). - [Examples](https://docs.neus.network/examples.md): Start with the trust receipts showcase, then Node, React, and curl. - [Get started](https://docs.neus.network/get-started.md): Account, app, first proof. - [Overview](https://docs.neus.network/index.md): Portable trust for apps, agents, and ecosystems. - [Integration](https://docs.neus.network/integration.md): Check, verify, save, reuse across Hosted Verify, SDK, API, and MCP. - [DMCA](https://docs.neus.network/learn/legal/dmca.md): DMCA policy and designated agent for copyright infringement notices. - [Legal](https://docs.neus.network/learn/legal/index.md): Policy and legal terms for NEUS public services, docs, APIs, and hosted application flows. - [Privacy Policy](https://docs.neus.network/learn/legal/privacy-policy.md): Data handling practices, privacy protections, and regulatory compliance for NEUS. - [Security Disclosure](https://docs.neus.network/learn/legal/security-disclosure.md): Responsible disclosure policy for reporting security vulnerabilities. - [Terms of Use](https://docs.neus.network/learn/legal/terms-of-use.md): Terms governing use of NEUS Network APIs, services, and documentation. - [CAIP-380 Portable Proof](https://docs.neus.network/learn/standards/caip-380.md): Wallet-signed envelope and NEUS verification anchor (qHash). - [Agent Create (`neus_agent_create`)](https://docs.neus.network/mcp/agent-create.md): Start agent setup; finish in hosted flow when prompted. - [Agent readiness (`neus_agent_link`)](https://docs.neus.network/mcp/agent-link.md): Check whether an agent wallet has identity and required proofs. - [MCP Auth & Security](https://docs.neus.network/mcp/auth.md): Authenticate NEUS MCP with a personal access key when tools need your account or private data. - [Context (`neus_context`)](https://docs.neus.network/mcp/context.md): Live verifier catalog, constraints, billing hints. - [Discovery & Endpoints](https://docs.neus.network/mcp/endpoints.md): MCP transport, hosted verify, discovery URLs. - [Current user (`neus_me`)](https://docs.neus.network/mcp/me.md): Current account via MCP when you send a personal access key. - [MCP Overview](https://docs.neus.network/mcp/overview.md): Hosted NEUS MCP, optional Bearer, verification and proof tools. - [Proof Check (`neus_proofs_check`)](https://docs.neus.network/mcp/proofs-check.md): Yes/no eligibility without proof details or hosted links. - [Proof Context (`neus_proofs_get`)](https://docs.neus.network/mcp/proofs-get.md): Proofs and profile summary for a wallet or DID. - [Setup](https://docs.neus.network/mcp/setup.md): Connect to hosted NEUS MCP. - [MCP Tools Overview](https://docs.neus.network/mcp/tools.md): Tool choice, field names, recommended call order. - [Verifier Catalog (`neus_verifiers_catalog`)](https://docs.neus.network/mcp/verifiers-catalog.md): Live verifier IDs and metadata from NEUS. - [Verify or Guide (`neus_verify_or_guide`)](https://docs.neus.network/mcp/verify-or-guide.md): Already verified, or open a hosted NEUS verify link. - [Billing](https://docs.neus.network/platform/billing.md): Credits, app attribution, and payment fallback. - [Environments](https://docs.neus.network/platform/environments.md): Production URLs for app, API, docs, IPFS, MCP. - [LLM Docs](https://docs.neus.network/platform/llm-docs.md): Reading order, MCP URL, llms.txt, integration rules. - [Platform Overview](https://docs.neus.network/platform/overview.md): Hosted Verify, explorer, API, MCP, and URLs. - [Optional payment gates](https://docs.neus.network/platform/payment-gates.md): Charge your visitors. NEUS usage stays on your linked profile. - [Presets](https://docs.neus.network/platform/presets.md): Short hosted-verify bundles (`preset=`). - [Rate Limits and Retries](https://docs.neus.network/platform/rate-limits-and-retries.md): 429s, backoff, and safe retries. - [Verification results](https://docs.neus.network/platform/receipts-and-results.md): Save the receipt, reuse it for access, provenance, and policy gates. - [Security and Trust](https://docs.neus.network/platform/security-and-trust.md): Choose proof visibility. Default to private. - [Link your app](https://docs.neus.network/platform/setup.md): Domains, caps, and app identity in Platform. - [x402](https://docs.neus.network/platform/x402.md): Retry a billable request after payment. - [Quickstart](https://docs.neus.network/quickstart.md): First proof with the JavaScript SDK. - [SDK Authentication](https://docs.neus.network/sdks/authentication.md): Hosted flows, personal access keys for server calls, signatures. - [SDK Error Handling](https://docs.neus.network/sdks/error-handling.md): Retry and recovery guidance for proof polling, private proof reads, hosted flows, and verifier failures. - [JavaScript SDK](https://docs.neus.network/sdks/javascript.md): Create verifications, poll for proofId, gateCheck eligibility, and hosted checkout URLs from TypeScript or JavaScript. - [SDK Overview](https://docs.neus.network/sdks/overview.md): JavaScript SDK - verify, poll, gate, hosted links. - [Security](https://docs.neus.network/sdks/security.md): Security best practices for NEUS SDK integrations. - [SDK Verification Patterns](https://docs.neus.network/sdks/verifications.md): Reuse, fresh, hosted, and privacy options. - [Content Safety Screening](https://docs.neus.network/verification/ai-content-moderation.md): Verify content safety for text or images before publication or access. - [Contract Ownership Verification](https://docs.neus.network/verification/contract-ownership.md): Prove that a wallet controls a smart contract through owner or admin authority. - [How Verification Works](https://docs.neus.network/verification/how-it-works.md): From request to saved proof ID. - [Verification Lifecycle](https://docs.neus.network/verification/lifecycle.md): Create, poll, reuse, revoke. - [NFT Holder Access](https://docs.neus.network/verification/nft-ownership.md): Gate access by proving a wallet owns a specific NFT. - [Verification Overview](https://docs.neus.network/verification/overview.md): Verifier types, terms, and verification responses. - [Ownership and Provenance](https://docs.neus.network/verification/ownership-basic.md): Wallet-signed content, hash, or reference. Storage and retrieval. - [Domain Verification](https://docs.neus.network/verification/ownership-dns-txt.md): Prove domain control by publishing a DNS TXT record. - [Team and Organization Verification](https://docs.neus.network/verification/ownership-org-oauth.md): Prove organization membership through Google or Microsoft hosted verification. - [Username and Namespace Claims](https://docs.neus.network/verification/ownership-pseudonym.md): Bind a pseudonymous handle to a wallet without exposing a legal identity. - [Linked Social Accounts](https://docs.neus.network/verification/ownership-social.md): Prove ownership of a social account through the hosted NEUS flow. - [Human Verification](https://docs.neus.network/verification/proof-of-human.md): Add a strong anti-bot and human verification layer through the hosted NEUS flow. - [Signing Format](https://docs.neus.network/verification/signing-format.md): Wallet message for verification requests. - [Token Holder Access](https://docs.neus.network/verification/token-holding.md): Gate access by proving a wallet holds a minimum token balance. - [Verifier Catalog](https://docs.neus.network/verification/verifiers.md): Pick a capability by outcome. - [Linked Wallets](https://docs.neus.network/verification/wallet-link.md): Link a secondary wallet to a primary wallet with a signed relationship proof. - [Wallet Safety Screening](https://docs.neus.network/verification/wallet-risk.md): Evaluate wallet risk before payments, access, or high-value actions. - [Widgets Overview](https://docs.neus.network/widgets/overview.md): React components for gating and proof display. - [VerifyGate Component](https://docs.neus.network/widgets/verifygate.md): Gate React UI behind verification with hosted verify built in. ## OpenAPI Specs - [public-api](https://docs.neus.network/openapi/public-api.json) - [openapi](https://docs.neus.network/api-reference/openapi.json)