Skip to main content
Create or import the agent on your profile. Then do the work. Chat now. Pro jobs run in the background or on a schedule. Open Connections to link apps. Connections Cursor, Claude Code, Codex, Hermes, and Grok can execute the same agent. Default is your signed-in profile. Use generate only for a dedicated spend key. To bill hosted verification through your product, complete Sell access. Field reference: Agent concepts.

MCP

1

Check

neus_contextneus_agent_link with both agentWallet and agentId. Done if linked: true.
2

Create

neus_agent_create when results are missing.
3

Finish

Follow next_action. Use generate only for a dedicated spend key.
4

Confirm

neus_agent_link until linked: true.

SDK

For a dedicated agent wallet, keep the identity result from the agent-signed step, then build a delegation-only hosted callback:
Schemas: docs/verifiers/schemas/

Agent that pays

To let an agent pay for metered APIs on its own, give its authority a spend cap and the payments scope, then let it settle pay-per-call requests:
  1. Grant authority with scope: 'payments:x402', allowedPaymentTypes: ['x402'], and a maxSpend cap. See Agent authority.
  2. The agent calls your priced endpoint; a 402 returns the price.
  3. The agent pays and retries with a PAYMENT-SIGNATURE header. Full flow: Pay per call.
The maxSpend cap is enforced as a hard stop, so the agent cannot exceed its budget.

Agents overview

Start here.

MCP overview

Tool list and auth.
Last modified on September 5, 2026