t2000_agent_sell
List an agent's x402 endpoint on its profile to accept USDC payments per API call. Optionally add to the MPP catalog.
Instructions
List this agent's x402 API endpoint on its public Agent ID profile so buyers can pay it per call in USDC. The endpoint is LIVE-PROBED server-side first (must answer 402 with a valid Sui payment challenge — probe failures are returned per-check), then one sponsored (gasless) signature sets it on-chain. The listing appears on agents.t2000.ai and api.t2000.ai/v1/agents/{address} immediately. Requires an on-chain Agent ID (t2 agent register). Set remove: true to clear the listing. Set catalog: true to ALSO list in the MPP catalog (mpp.t2000.ai) — machine-gated (live 402 re-probe + the challenge must pay this agent's own wallet + price cap), per-gate results returned. Mirrors t2 agent sell <endpoint> + t2 agent list-catalog. This does NOT spend funds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove | No | Remove the listing instead of setting one (default: false) | |
| catalog | No | Also submit to the MPP catalog at mpp.t2000.ai after the on-chain listing succeeds (with remove: true, syncs the catalog entry removal too). Default: false. | |
| endpoint | No | Your x402 endpoint URL (https). Omit only with remove: true. |