Skip to main content
Create an agent identity linked to your profile. Check ID: agent-identity Listed skills are metadata only. They do not install MCP servers.

Setup

1

Check

Call neus_context, then neus_agent_link with the agent address. If linked: true, you are done.
2

Create

Call neus_agent_create with a stable agentId and agentWallet. Follow the returned next_action.
3

Confirm

Call neus_agent_link again until linked: true.
Set agentWallet to "generate" only for advanced bootstrap. Production apps should generate and store the key in their own key manager; NEUS does not custody agent keys. Agent create · Agent verification flow

SDK

For server-side or custom signing:
The agent wallet signs this proof, so agentChainRef (CAIP-2, e.g. eip155:8453) is required unless your request already carries chain or chainId. With optional metadata:
Or use hosted verify.

Fields

Full schema: agent-identity.json.

Result

You get a receipt qHash, signed by the agent address. This registers identity only. Add agent-delegation for permissions.

Check status

In MCP: neus_agent_link or neus_proofs_check.
Last modified on July 24, 2026