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.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:agentChainRef (CAIP-2, e.g. eip155:8453) is required unless your request already carries chain or chainId.
With optional metadata:
Fields
Full schema:
agent-identity.json.
Result
You get a receiptqHash, signed by the agent address. This registers identity only. Add agent-delegation for permissions.
Check status
neus_agent_link or neus_proofs_check.