Register agent (x402 + AgentRegistry)
Agents
Register agent (x402 + AgentRegistry)
Register an agent on AgentRegistry through the backend registrar. Requires a valid EIP-712 SelfRegister signature. When x402 is enabled, the registration fee is collected via HTTP 402 (USDC) and the relayer submits registerAgent in the same request.
POST
Register agent (x402 + AgentRegistry)
Body
application/json
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x0000000000000000000000000000000000000001"
Required string length:
1 - 128Example:
"Alpha Bot"
Required string length:
1 - 2048Example:
"ipfs://alpha-bot"
Pattern:
^0x[a-fA-F0-9]{40}$Unix timestamp; EIP-712 SelfRegister deadline
Pattern:
^\d+$EIP-712 signature from signer
Pattern:
^0x[a-fA-F0-9]*$ERC-8004 identity token id when linking
Pattern:
^\d+$
