Tools
x402 payment header. Flow:
- Make the request without this header → receive
402 Payment Requiredand, for protected routes, aPAYMENT-REQUIREDheader describing accepted payment requirements - Create the x402 payment payload for USDC on Base (chain 8453), typically via
@x402/coreand the CDP facilitator atapi.cdp.coinbase.com - Retry the request with this header set to the encoded payment payload
Successful 2xx responses may include a PAYMENT-RESPONSE settlement receipt. See https://github.com/rigoblock/agentic-operator/blob/main/AGENTS.md for full integration.
Tool catalog with full schemas
POST /api/tools/{toolName}$0.002 USDC per call (x402 exact scheme, eip155:8453)Total number of tools in the catalog
Authentication required
x402 payment required
x402 payment header. Flow:
- Make the request without this header → receive
402 Payment Requiredand, for protected routes, aPAYMENT-REQUIREDheader describing accepted payment requirements - Create the x402 payment payload for USDC on Base (chain 8453), typically via
@x402/coreand the CDP facilitator atapi.cdp.coinbase.com - Retry the request with this header set to the encoded payment payload
Successful 2xx responses may include a PAYMENT-RESPONSE settlement receipt. See https://github.com/rigoblock/agentic-operator/blob/main/AGENTS.md for full integration.
Tool name to invoke
get_swap_quotePossible values: EVM chain ID
8453Possible values: Rigoblock vault address (required for vault-specific tools)
0xYourVaultAddressVault owner address (required for vault-action tools in delegated mode)
0xOperatorWalletEIP-191 signature by operatorAddress over the auth message (required for vault-action tools)
0x...Unix timestamp (ms) when authSignature was created. Valid for 24 hours.
1741700000000Tool result
Canonical tool name that handled the request
Human-readable tool result
Unsigned transaction payload for state-changing tools
Suggested chain switch, when the tool resolved to a different chain
Bad request — missing or invalid arguments
Operator authentication required for this tool
x402 payment required
Unknown tool name
Last updated