Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

Use this file to discover all available pages before exploring further.

StepAction
1Call neus_agent_link first when an agent wallet already exists
2If setup is missing, call with agentId and agentWallet
3Include controllerWallet only when you must set the approving account explicitly
4Open a hosted URL only when the response returns one
5Call neus_agent_link on the agent wallet to confirm readiness
Vocabulary: Agent concepts. agentWallet is required; generate and custody keys in your environment.

Minimal input

{ "agentId": "my-assistant", "agentWallet": "0x1234567890abcdef1234567890abcdef12345678" }
Delegation, spend limits, and production fields: Agent delegation and the SDK. They are not required for the minimal create and confirm flow above. Account tools (neus_me, private reads with Bearer): Auth. Agent link | Overview