{
  "x402Version": 2,
  "service": "money-engine-research-brief",
  "serviceName": "Agent Utilities API",
  "description": "Micropay agent utilities on Base: research outline/brief, multi-shot storyboard, bounty radar, sponsored pins, hire/award watch, agent reputation, agent-fit gate maps, list-ready GTM product listings, rejection-rewrite lost-bid convert, follow-up-ask post-bid silence, rehire-prompt post-settle next booking, rate-card freelance rate sheets, status-ping mid-job progress updates, checkin-ask mid-job buyer decision asks, quiet-nudge mid-job soft presence, scope-delta light mid-job scope shift, kickoff-msg post-award first client message, review-reply post-delivery replies, invoice-memo payment invoices, milestone-nudge mid-job tranche release, bid-polish pre-submit draft polish, bid drafts, win-share EV bids, reverse bounty, cross-list multi-market listings, deliver-plan post-award, scope-lock pre-work, change-order mid-job scope creep, escrow-checklist award-to-pay, counter-offer underpriced rebid, proof-handoff post-delivery, ready packs. Discovery free via well-known.",
  "tags": [
    "research",
    "agents",
    "markdown",
    "x402",
    "bounties",
    "freelance",
    "packs",
    "storyboard",
    "video",
    "reputation",
    "hire-watch",
    "sponsored",
    "win-share",
    "reverse-bounty",
    "cross-list",
    "deliver-plan",
    "scope-lock",
    "scope-delta",
    "kickoff-msg",
    "escrow-checklist",
    "counter-offer",
    "proof-handoff",
    "agent-fit",
    "change-order",
    "list-ready",
    "gtm",
    "rejection-rewrite",
    "follow-up-ask",
    "rehire-prompt",
    "rate-card",
    "status-ping",
    "checkin-ask",
    "quiet-nudge",
    "review-reply",
    "invoice-memo",
    "milestone-nudge",
    "bid-polish"
  ],
  "facilitator": "https://api.cdp.coinbase.com/platform/v2/x402",
  "usdcBase": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "pricing": {
    "outlineUsdc": "0.01",
    "briefUsdc": "0.02",
    "storyboardUsdc": "0.02",
    "radarUsdc": "0.015",
    "hireWatchUsdc": "0.012",
    "agentRepUsdc": "0.015",
    "bidDraftUsdc": "0.01",
    "winShareBidUsdc": "0.015",
    "reverseBountyUsdc": "0.015",
    "crossListUsdc": "0.02",
    "deliverPlanUsdc": "0.012",
    "scopeLockUsdc": "0.012",
    "scopeDeltaUsdc": "0.012",
    "kickoffMsgUsdc": "0.012",
    "escrowChecklistUsdc": "0.012",
    "counterOfferUsdc": "0.012",
    "proofHandoffUsdc": "0.012",
    "agentFitUsdc": "0.012",
    "changeOrderUsdc": "0.012",
    "listReadyUsdc": "0.015",
    "rejectionRewriteUsdc": "0.012",
    "followUpAskUsdc": "0.012",
    "rehirePromptUsdc": "0.012",
    "rateCardUsdc": "0.012",
    "statusPingUsdc": "0.012",
    "checkinAskUsdc": "0.012",
    "quietNudgeUsdc": "0.012",
    "reviewReplyUsdc": "0.012",
    "invoiceMemoUsdc": "0.012",
    "milestoneNudgeUsdc": "0.012",
    "bidPolishUsdc": "0.012",
    "packUsdcDefault": "0.05",
    "sponsorSlotUsdc": "0.05",
    "note": "Outline/brief · storyboard · radar · sponsor-slot · hire-watch · agent-rep · agent-fit · list-ready · rejection-rewrite · follow-up-ask · rehire-prompt · rate-card · status-ping · checkin-ask · quiet-nudge · scope-delta · kickoff-msg · review-reply · invoice-memo · milestone-nudge · bid-polish · bid-draft · win-share-bid · reverse-bounty · cross-list · deliver-plan · scope-lock · change-order · escrow-checklist · counter-offer · proof-handoff · pack (GET /v0/packs free catalog)"
  },
  "resources": [
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/outline",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Compact bullet outline for a topic or URL",
      "priceUsdc": "0.01",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "10000",
          "maxAmountRequired": "10000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Research outline (bullet tier)",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Research topic or question"
          },
          "url": {
            "type": "string",
            "description": "Optional URL to analyze (alias for topic)"
          }
        },
        "anyOf": [
          {
            "required": [
              "topic"
            ]
          },
          {
            "required": [
              "url"
            ]
          }
        ]
      }
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/brief",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Structured research brief for a topic or URL",
      "priceUsdc": "0.02",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "20000",
          "maxAmountRequired": "20000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Research brief (full tier)",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "Research topic or question"
          },
          "url": {
            "type": "string",
            "description": "Optional URL to analyze (alias for topic)"
          }
        },
        "anyOf": [
          {
            "required": [
              "topic"
            ]
          },
          {
            "required": [
              "url"
            ]
          }
        ]
      }
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/storyboard",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Multi-shot markdown storyboard for video/agent content (no video gen)",
      "priceUsdc": "0.02",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "20000",
          "maxAmountRequired": "20000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Video storyboard (multi-shot)",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "scene": {
            "type": "string",
            "description": "Scene or creative premise"
          },
          "topic": {
            "type": "string",
            "description": "Alias for scene"
          },
          "url": {
            "type": "string",
            "description": "Optional URL as creative seed"
          }
        },
        "anyOf": [
          {
            "required": [
              "scene"
            ]
          },
          {
            "required": [
              "topic"
            ]
          },
          {
            "required": [
              "url"
            ]
          }
        ]
      }
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/bounty-radar",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Ranked open bounties/tasks across Superteam, Arena, GitHub, Taskmarket",
      "priceUsdc": "0.015",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "15000",
          "maxAmountRequired": "15000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Bounty radar multi-source scan",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "limit": {
            "type": "number",
            "description": "Max items (default 15)"
          },
          "sources": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "superteam|arena42|github|taskmarket"
          },
          "agentOnly": {
            "type": "boolean"
          }
        }
      }
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/bid-draft",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Freelance bid/application draft from a job brief",
      "priceUsdc": "0.01",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "10000",
          "maxAmountRequired": "10000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Bid draft generator",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      }
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/win-share-bid",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "EV score (bid/skip/lowball) + paste-ready bid + platform post checklist (NEAR/dealwork/TM/molt/ugig)",
      "priceUsdc": "0.015",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "15000",
          "maxAmountRequired": "15000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Win-share bid bot",
          "resource": "https://x402.devvizion.com/v0/win-share-bid",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "competitors": {
            "type": "number"
          },
          "fit": {
            "type": "number"
          },
          "winShare": {
            "type": "number"
          },
          "skills": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-win-share"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/reverse-bounty",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Requester EV gate (post/skip) + paste-ready reverse bounty task (title, description, acceptance, verify) for TM/NEAR/dealwork/molt/ugig",
      "priceUsdc": "0.015",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "15000",
          "maxAmountRequired": "15000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Reverse bounty requester scaffold",
          "resource": "https://x402.devvizion.com/v0/reverse-bounty",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "need": {
            "type": "string"
          },
          "goal": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          },
          "valueUsd": {
            "type": "number"
          },
          "maxBounty": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "quality": {
            "type": "number"
          },
          "turnaroundHours": {
            "type": "number"
          }
        },
        "anyOf": [
          {
            "required": [
              "need"
            ]
          },
          {
            "required": [
              "goal"
            ]
          },
          {
            "required": [
              "topic"
            ]
          },
          {
            "required": [
              "brief"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-reverse-bounty"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/cross-list",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "One brief → paste-ready multi-market listings (Taskmarket/NEAR/Dealwork/Molt/uGig) with budgets + post tips",
      "priceUsdc": "0.02",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "20000",
          "maxAmountRequired": "20000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Cross-list multi-market broker",
          "resource": "https://x402.devvizion.com/v0/cross-list",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "need": {
            "type": "string"
          },
          "topic": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "category": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "platforms": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "taskmarket|near|dealwork|molt|ugig"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "need"
            ]
          },
          {
            "required": [
              "topic"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-cross-list"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/deliver-plan",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-award convert: paste-ready accept message, 3 milestones, scope lock, verify checklist, settle memo for TM/NEAR/dealwork/molt/ugig",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Deliver plan post-award pack",
          "resource": "https://x402.devvizion.com/v0/deliver-plan",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "deadlineDays": {
            "type": "number"
          },
          "wallet": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "deliverable": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-deliver-plan"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/scope-lock",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Pre-work convert: paste-ready acceptance criteria, in/out of scope, change-order policy, buyer sign-off block",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Scope lock pre-work pack",
          "resource": "https://x402.devvizion.com/v0/scope-lock",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "days": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "deliverable": {
            "type": "string"
          },
          "constraints": {
            "type": "string"
          },
          "outOfScope": {
            "type": "string"
          },
          "revisions": {
            "type": "number"
          },
          "wallet": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-scope-lock"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/escrow-checklist",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Award→pay convert: verify-before-release gate, platform release/chase path, paste message, settle memo for requester or worker",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Escrow checklist award-to-pay pack",
          "resource": "https://x402.devvizion.com/v0/escrow-checklist",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "role": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          },
          "deliverableUrl": {
            "type": "string"
          },
          "deliverable": {
            "type": "string"
          },
          "milestonesDone": {
            "type": "number"
          },
          "dispute": {
            "type": "boolean"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-escrow-checklist"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/counter-offer",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Bid convert when listed reward is thin: pricing math, paste-ready counter, Option A/B, walk-away floor",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Counter-offer underpriced listing pack",
          "resource": "https://x402.devvizion.com/v0/counter-offer",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "offered": {
            "type": "number"
          },
          "reward": {
            "type": "number"
          },
          "ask": {
            "type": "number"
          },
          "hours": {
            "type": "number"
          },
          "complexity": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "leverage": {
            "type": "string"
          },
          "deliverable": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-counter-offer"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/proof-handoff",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-delivery convert: artifact index, acceptance evidence matrix, ready-for-review message, settle memo for workers finishing work",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Proof handoff post-delivery pack",
          "resource": "https://x402.devvizion.com/v0/proof-handoff",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          },
          "deliverableUrl": {
            "type": "string"
          },
          "artifacts": {
            "type": "string",
            "description": "Links (newline/semicolon list or array)"
          },
          "criteria": {
            "type": "string"
          },
          "revisions": {
            "type": "number"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-proof-handoff"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/agent-fit",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Score Superteam-style listings for autonomous agent work: access gate, EV score, submit body or human-bridge, fit0 pivot",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Agent-fit gate map",
          "resource": "https://x402.devvizion.com/v0/agent-fit",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string"
          },
          "brief": {
            "type": "string"
          },
          "agentAccess": {
            "type": "string"
          },
          "access": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "deadline": {
            "type": "string"
          },
          "submissions": {
            "type": "number"
          },
          "type": {
            "type": "string"
          },
          "sponsor": {
            "type": "string"
          },
          "region": {
            "type": "string"
          },
          "slug": {
            "type": "string"
          },
          "listingId": {
            "type": "string"
          },
          "link": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "topic"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-agent-fit"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/change-order",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Mid-job scope-creep convert: delta table, top-up math, accept/reject paste, escrow top-up memo when buyer adds work after award",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Change order mid-job scope pack",
          "resource": "https://x402.devvizion.com/v0/change-order",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "change": {
            "type": "string",
            "description": "Requested extra scope (semicolon list ok)"
          },
          "delta": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "hours": {
            "type": "number"
          },
          "rate": {
            "type": "number"
          },
          "topUp": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          },
          "complexity": {
            "type": "string"
          },
          "urgency": {
            "type": "string"
          },
          "deliverable": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "change"
            ]
          },
          {
            "required": [
              "delta"
            ]
          },
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-change-order"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/list-ready",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "GTM multi-channel product listing pack: AgentWorld/x402scout/bazaar/skill/social paste bodies + stranger convert ladder (not freelance job cross-list)",
      "priceUsdc": "0.015",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "15000",
          "maxAmountRequired": "15000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "List-ready GTM product listing pack",
          "resource": "https://x402.devvizion.com/v0/list-ready",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Product / service name"
          },
          "title": {
            "type": "string",
            "description": "Alias for name"
          },
          "url": {
            "type": "string",
            "description": "Public origin HTTPS URL"
          },
          "origin": {
            "type": "string"
          },
          "endpoint": {
            "type": "string"
          },
          "priceUsdc": {
            "type": "string",
            "description": "First-buy tier price"
          },
          "price": {
            "type": "string"
          },
          "angle": {
            "type": "string",
            "description": "One-line value prop"
          },
          "description": {
            "type": "string"
          },
          "freeSample": {
            "type": "string",
            "description": "Free sample URL path"
          },
          "paidPath": {
            "type": "string"
          },
          "category": {
            "type": "string"
          },
          "payTo": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "name"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "product"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-list-ready"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/rejection-rewrite",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Lost-bid convert: diagnose rejection signals, paste-ready full rewrite + short rebid + soft feedback ask + pivot rule",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Rejection rewrite lost-bid pack",
          "resource": "https://x402.devvizion.com/v0/rejection-rewrite",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "bid": {
            "type": "string",
            "description": "Prior rejected bid text"
          },
          "draft": {
            "type": "string"
          },
          "feedback": {
            "type": "string"
          },
          "reason": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "hours": {
            "type": "number"
          },
          "nextBrief": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "bid"
            ]
          },
          {
            "required": [
              "feedback"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-rejection-rewrite"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/review-reply",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-delivery convert: diagnose buyer review sentiment, paste-ready primary + short + bump replies, soft release ask or bounded fix plan",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Review reply post-delivery pack",
          "resource": "https://x402.devvizion.com/v0/review-reply",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "review": {
            "type": "string",
            "description": "Buyer review / rating text"
          },
          "comment": {
            "type": "string"
          },
          "rating": {
            "type": "number",
            "description": "1-5 star rating"
          },
          "sentiment": {
            "type": "string"
          },
          "artifacts": {
            "description": "Deliverable URLs (string or array)"
          },
          "platform": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "wallet": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "review"
            ]
          },
          {
            "required": [
              "comment"
            ]
          },
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-review-reply"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/invoice-memo",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Payment convert: formal invoice + short memo + soft/firm chase + settle memo with payTo and Base USDC",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Invoice memo payment pack",
          "resource": "https://x402.devvizion.com/v0/invoice-memo",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "amount": {
            "type": "number",
            "description": "Amount due in USDC"
          },
          "reward": {
            "type": "number",
            "description": "Alias for amount"
          },
          "items": {
            "description": "Line items (string[] or {desc,amount,qty}[])"
          },
          "wallet": {
            "type": "string",
            "description": "0x payTo on Base"
          },
          "payTo": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "artifacts": {
            "description": "Deliverable URLs (string or array)"
          },
          "daysOutstanding": {
            "type": "number"
          },
          "buyer": {
            "type": "string"
          },
          "invoiceId": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "amount"
            ]
          },
          {
            "required": [
              "reward"
            ]
          },
          {
            "required": [
              "items"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-invoice-memo"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/milestone-nudge",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Mid-job convert: milestone N done → paste-ready status nudge + soft tranche release ask + 48h bump + cadence (not full-job escrow close)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Milestone nudge mid-job pack",
          "resource": "https://x402.devvizion.com/v0/milestone-nudge",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "milestone": {
            "type": "string",
            "description": "Milestone name or number (e.g. \"2\" or \"Milestone 2\")"
          },
          "phase": {
            "type": "string"
          },
          "done": {
            "type": "string",
            "description": "What was completed this phase"
          },
          "summary": {
            "type": "string"
          },
          "next": {
            "type": "string",
            "description": "Next phase after release"
          },
          "amount": {
            "type": "number",
            "description": "Tranche USDC amount"
          },
          "reward": {
            "type": "number"
          },
          "silentDays": {
            "type": "number",
            "description": "Days waiting on buyer (drives urgency band)"
          },
          "daysOverdue": {
            "type": "number"
          },
          "artifacts": {
            "description": "Phase proof URLs (string or array)"
          },
          "platform": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "done"
            ]
          },
          {
            "required": [
              "summary"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-milestone-nudge"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/bid-polish",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Pre-submit polish of an existing draft bid: weakness diagnosis, polished paste body, short bid, checklist (not cold bid-draft, not post-rejection rewrite)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Bid polish pre-submit pack",
          "resource": "https://x402.devvizion.com/v0/bid-polish",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "bid": {
            "type": "string",
            "description": "Your draft bid to polish"
          },
          "draft": {
            "type": "string"
          },
          "priorBid": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "amount": {
            "type": "number"
          },
          "maxWords": {
            "type": "number"
          },
          "hours": {
            "type": "number"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "bid"
            ]
          },
          {
            "required": [
              "draft"
            ]
          },
          {
            "required": [
              "priorBid"
            ]
          },
          {
            "required": [
              "text"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-bid-polish"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/follow-up-ask",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-bid silence convert: soft check-in, value-add bump, last-look, cadence (not rejection-rewrite, not bid-polish)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Follow-up ask silence pack",
          "resource": "https://x402.devvizion.com/v0/follow-up-ask",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "bid": {
            "type": "string",
            "description": "Optional prior bid for context"
          },
          "priorBid": {
            "type": "string"
          },
          "silentDays": {
            "type": "number",
            "description": "Days since bid with no reply"
          },
          "days": {
            "type": "number"
          },
          "skills": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "amount": {
            "type": "number"
          },
          "proof": {
            "type": "string"
          },
          "valueAdd": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "bid"
            ]
          },
          {
            "required": [
              "priorBid"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-follow-up-ask"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/rehire-prompt",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-settle rehire convert: primary/short/referral/7d bump + next-brief offer card (not review-reply, not invoice-memo)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Rehire prompt post-settle pack",
          "resource": "https://x402.devvizion.com/v0/rehire-prompt",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "outcome": {
            "type": "string"
          },
          "done": {
            "type": "string"
          },
          "nextWork": {
            "type": "string"
          },
          "next": {
            "type": "string"
          },
          "artifacts": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "skills": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "amount": {
            "type": "number"
          },
          "daysSinceClose": {
            "type": "number"
          },
          "buyer": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "outcome"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-rehire-prompt"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/rate-card",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Paste-ready freelance rate sheet: micro/standard/rush/day packages, short DM, profile one-liner, negotiation rails (not bid-draft, not counter-offer, not list-ready)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Rate card package sheet",
          "resource": "https://x402.devvizion.com/v0/rate-card",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "agent": {
            "type": "string"
          },
          "handle": {
            "type": "string"
          },
          "skills": {
            "type": "string"
          },
          "stack": {
            "type": "string"
          },
          "specialty": {
            "type": "string"
          },
          "hourly": {
            "type": "number"
          },
          "rateHour": {
            "type": "number"
          },
          "dayRate": {
            "type": "number"
          },
          "microUsdc": {
            "type": "number"
          },
          "standardUsdc": {
            "type": "number"
          },
          "rushUsdc": {
            "type": "number"
          },
          "minJob": {
            "type": "number"
          },
          "turnaround": {
            "type": "string"
          },
          "examples": {
            "type": "string"
          },
          "proof": {
            "type": "string"
          },
          "wallet": {
            "type": "string"
          },
          "payTo": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "currency": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "name"
            ]
          },
          {
            "required": [
              "agent"
            ]
          },
          {
            "required": [
              "handle"
            ]
          },
          {
            "required": [
              "skills"
            ]
          },
          {
            "required": [
              "microUsdc"
            ]
          },
          {
            "required": [
              "standardUsdc"
            ]
          },
          {
            "required": [
              "hourly"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-rate-card"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/status-ping",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Mid-job progress-only client status update: paste-ready ping, short DM, cadence (not milestone-nudge release ask, not invoice, not proof-handoff)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Status ping mid-job progress pack",
          "resource": "https://x402.devvizion.com/v0/status-ping",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "progress": {
            "type": "string"
          },
          "done": {
            "type": "string"
          },
          "summary": {
            "type": "string"
          },
          "next": {
            "type": "string"
          },
          "percent": {
            "type": "number"
          },
          "pct": {
            "type": "number"
          },
          "eta": {
            "type": "string"
          },
          "blocker": {
            "type": "string"
          },
          "risk": {
            "type": "string"
          },
          "artifacts": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "links": {
            "type": "string"
          },
          "buyer": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "progress"
            ]
          },
          {
            "required": [
              "done"
            ]
          },
          {
            "required": [
              "summary"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-status-ping"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/checkin-ask",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Mid-job buyer decision ask: options A/B/C, default if silent, short DM (not status-ping progress, not milestone-nudge pay release, not follow-up-ask pre-award)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Check-in ask mid-job decision pack",
          "resource": "https://x402.devvizion.com/v0/checkin-ask",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "ask": {
            "type": "string"
          },
          "question": {
            "type": "string"
          },
          "decision": {
            "type": "string"
          },
          "options": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "choices": {
            "type": "string"
          },
          "default": {
            "type": "string"
          },
          "fallback": {
            "type": "string"
          },
          "deadline": {
            "type": "string"
          },
          "by": {
            "type": "string"
          },
          "context": {
            "type": "string"
          },
          "blocker": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "ask"
            ]
          },
          {
            "required": [
              "question"
            ]
          },
          {
            "required": [
              "decision"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-checkin-ask"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/quiet-nudge",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Mid-job soft presence when buyer went quiet: primary + short + DM (not status-ping progress, not checkin-ask decision, not follow-up-ask pre-award, not milestone-nudge pay)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Quiet nudge mid-job presence pack",
          "resource": "https://x402.devvizion.com/v0/quiet-nudge",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "silentDays": {
            "type": "number"
          },
          "daysQuiet": {
            "type": "number"
          },
          "shipping": {
            "type": "string"
          },
          "value": {
            "type": "string"
          },
          "lastTouch": {
            "type": "string"
          },
          "nextTouch": {
            "type": "string"
          },
          "eta": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-quiet-nudge"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/scope-delta",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Light mid-job scope shift: original vs add/drop matrix, impact hours, confirm paste (not full change-order, not pre-work scope-lock)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Scope delta mid-job shift pack",
          "resource": "https://x402.devvizion.com/v0/scope-delta",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "original": {
            "type": "string"
          },
          "was": {
            "type": "string"
          },
          "delta": {
            "type": "string"
          },
          "change": {
            "type": "string"
          },
          "new": {
            "type": "string"
          },
          "keep": {
            "type": "string"
          },
          "drop": {
            "type": "string"
          },
          "hours": {
            "type": "number"
          },
          "days": {
            "type": "string"
          },
          "reward": {
            "type": "number"
          },
          "platform": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          },
          {
            "required": [
              "original"
            ]
          },
          {
            "required": [
              "delta"
            ]
          },
          {
            "required": [
              "change"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-scope-delta"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/kickoff-msg",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Post-award first client message: welcome, restated goal, start window, kickoff questions (not deliver-plan, not scope-lock)",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Kickoff message post-award pack",
          "resource": "https://x402.devvizion.com/v0/kickoff-msg",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "brief": {
            "type": "string"
          },
          "job": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "goal": {
            "type": "string"
          },
          "outcome": {
            "type": "string"
          },
          "start": {
            "type": "string"
          },
          "startDate": {
            "type": "string"
          },
          "when": {
            "type": "string"
          },
          "questions": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "qs": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "agent": {
            "type": "string"
          },
          "fromBuyer": {
            "type": "string"
          },
          "platform": {
            "type": "string"
          },
          "tone": {
            "type": "string"
          }
        },
        "anyOf": [
          {
            "required": [
              "brief"
            ]
          },
          {
            "required": [
              "job"
            ]
          },
          {
            "required": [
              "title"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-kickoff-msg"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/agent-rep",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Score a wallet from public Taskmarket history + Base chain balances (reputation mirror)",
      "priceUsdc": "0.015",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "15000",
          "maxAmountRequired": "15000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Agent reputation mirror",
          "resource": "https://x402.devvizion.com/v0/agent-rep",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "wallet": {
            "type": "string",
            "description": "0x Base address"
          },
          "address": {
            "type": "string",
            "description": "Alias for wallet"
          },
          "agent": {
            "type": "string",
            "description": "Alias for wallet"
          }
        },
        "anyOf": [
          {
            "required": [
              "wallet"
            ]
          },
          {
            "required": [
              "address"
            ]
          },
          {
            "required": [
              "agent"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-rep"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/hire-watch",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Hire/award board-watch pulse from public Taskmarket sample (pitch heat, active hires, completed awards); optional wallet filter",
      "priceUsdc": "0.012",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "12000",
          "maxAmountRequired": "12000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Hire/award board-watch pulse",
          "resource": "https://x402.devvizion.com/v0/hire-watch",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "wallet": {
            "type": "string",
            "description": "Optional 0x Base address"
          },
          "address": {
            "type": "string",
            "description": "Alias for wallet"
          },
          "agent": {
            "type": "string",
            "description": "Alias for wallet"
          },
          "limit": {
            "type": "number",
            "description": "Max rows (default 15)"
          }
        }
      },
      "freeEndpoints": [
        "GET /v0/sample-hire-watch"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/sponsor-slot",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Pin a sponsored listing at the top of bounty-radar for agents (default 24h, max 5 concurrent)",
      "priceUsdc": "0.05",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "50000",
          "maxAmountRequired": "50000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Sponsored radar pin (24h default)",
          "resource": "https://x402.devvizion.com/v0/sponsor-slot",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "description": "Listing title to pin"
          },
          "url": {
            "type": "string",
            "description": "https link for agents"
          },
          "tagline": {
            "type": "string",
            "description": "Optional short blurb"
          },
          "hours": {
            "type": "number",
            "description": "Pin duration 1–168 (default 24)"
          },
          "sponsor": {
            "type": "string",
            "description": "Optional sponsor name/wallet"
          }
        },
        "required": [
          "title",
          "url"
        ]
      },
      "freeEndpoints": [
        "GET /v0/sample-sponsor"
      ]
    },
    {
      "type": "http",
      "resource": "https://x402.devvizion.com/v0/pack",
      "method": "POST",
      "mimeType": "text/markdown; charset=utf-8",
      "description": "Ready research pack by packId (catalog via free GET /v0/packs)",
      "priceUsdc": "0.05",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "amount": "50000",
          "maxAmountRequired": "50000",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          },
          "description": "Research pack markdown bundle",
          "resource": "https://x402.devvizion.com/v0/pack",
          "payTo": "0xE79e7fa7Ce7259C46F9B127b837d2907Bb036F95"
        }
      ],
      "inputSchema": {
        "type": "object",
        "properties": {
          "packId": {
            "type": "string",
            "description": "Id from GET /v0/packs"
          },
          "id": {
            "type": "string",
            "description": "Alias for packId"
          }
        },
        "anyOf": [
          {
            "required": [
              "packId"
            ]
          },
          {
            "required": [
              "id"
            ]
          }
        ]
      },
      "freeEndpoints": [
        "GET /health",
        "GET /.well-known/x402",
        "GET /llms.txt",
        "GET /openapi.json",
        "GET /v0/packs"
      ]
    }
  ],
  "docs": "https://docs.x402.org/",
  "localOnly": false,
  "note": "Live facilitator: verify+settle (PayAI open mainnet or CDP). Stub tokens rejected."
}