Skip to main content
NEUS gives agents identity, scoped authority, and receipts for trusted actions.
NeedHow
Identify the agentagent-identity
Set what it can doagent-delegation
Check if readyneus_agent_link
Reuse trustqHash, proof URL, or DID
Audit laterReceipts and proof reads

Flow

1

Connect

npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus check
Configures hosted NEUS MCP for Cursor, Codex, VS Code, or Claude Code.
2

Connect MCP

Call neus_context at the start of each session.
3

Link

Call neus_agent_link. If linked: true, reuse existing receipts.
4

Create

Call neus_agent_create when proofs are missing. Finish on NEUS.
5

Act

Check receipts before payments, data access, or other trusted actions.
{ "agentId": "my-agent", "agentWallet": "0x..." }

Next

Verification flow

Step-by-step order.

Agent identity

Register an agent.

Agent delegation

Grant permissions.

MCP setup

Hosted MCP, OAuth, and access keys.

A2A discovery

Agent cards.
SDK details: Agent identity · Agent delegation
Last modified on June 8, 2026