{
  "kind": "agent-tool-buyer-dossier",
  "product": "PressureDesk Agent Tool Buyer",
  "generatedAt": "2026-05-17T12:00:00.000Z",
  "target": {
    "url": "https://api.vendor.example/x402/market-data",
    "host": "api.vendor.example",
    "task": "Compare a paid market-data call before spending.",
    "priceUsd": 0.25
  },
  "decision": {
    "verdict": "buy",
    "maxSpendUsd": 0.25,
    "buyBecause": [
      "Machine-readable target can be called and audited by agents.",
      "HTTP-native paid resource pattern",
      "Small bounded spend fits a single-call evaluation."
    ],
    "risks": [],
    "hardBlocks": [],
    "nextAction": "Call the paid tool only within the maxSpendUsd budget, require a receipt, and persist the decision packet."
  },
  "trustPacket": {
    "machineReadable": true,
    "paymentFit": "native",
    "receiptRequired": true,
    "spendControl": "bounded",
    "safetyBoundary": "read-only evaluation only; no wallet custody, signing, trading, token launch, or external mutation"
  },
  "previewVsPaid": {
    "previewShows": [
      "buy/wait/avoid verdict",
      "bounded maxSpendUsd",
      "hard safety boundary status",
      "machine-readable fit",
      "receipt expectation"
    ],
    "paidAdds": [
      "deeper fit notes",
      "customer delivery receipt",
      "saved purchase decision packet",
      "operator-ready audit note"
    ]
  },
  "whenNotToUse": [
    "Do not use for live wallet signing, trading, token launches, or custody.",
    "Do not use as legal, tax, compliance, or investment advice.",
    "Do not spend when the target is not machine-readable or cannot provide a receipt."
  ]
}
