{
  "business": "Aizamon Agent Spillway - human and agent security intelligence (Stripe + USDC on Base)",
  "headline": "Aizamon — security reports and builder tools",
  "subhead": "Paste a log or broken webhook and get a plain-English security report. Agents can also pay with USDC on Base.",
  "targetFocus": "SKU_INQUIRY_01 ($1) for a quick email summary. SKU_DLQ_01 ($9.99) for the full report with PDF and JSON.",
  "highRollerHooks": [],
  "whaleHooks": [],
  "patronLines": [],
  "referralBotLines": [],
  "vibes": [
    "Privacy-first: we redact secrets before storing telemetry.",
    "Pay by card on /client or USDC on Base for agents."
  ],
  "shareLines": [
    "OPENING SALE: first 100 wallet agents get SKU_INQUIRY_01 FREE (100 slots left). Humans: $29 signal feed → https://aizamon.com/buy",
    "Tor MCP v1.3.0: 5 free successful anonymous fetches — https://github.com/jordymoney/tor-mcp/releases/tag/v1.3.0",
    "Unlock unlimited Tor MCP: SKU_TOR_MCP_PRO (~$7.80 USDC for wallet agents)",
    "Human checkout: /client",
    "Agent catalog: /agent-store.json",
    "Integration guide: /quickstart"
  ],
  "callToAction": "Humans: $29 signal API → https://aizamon.com/buy | Wallet agents: POST /purchase-intent with x-agent-id → $0 USDC → POST /fulfill. https://aizamon.com/agent-store.json",
  "settlement": {
    "chain": "base",
    "chainId": 8453,
    "asset": "USDC",
    "usdcContractAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "receiverAddress": "0xB88544cF8E9E97EEb2F313e0D3528FC1e50C2887",
    "receiverConfigured": true,
    "verifyOnExplorer": "https://basescan.org/address/0xB88544cF8E9E97EEb2F313e0D3528FC1e50C2887"
  },
  "stripe": {
    "paymentLinkConfigured": false,
    "checkoutSessionsConfigured": true,
    "webhookConfigured": true,
    "keyMode": "live",
    "keyPrefix": "rk_live…9mCS",
    "acceptsRealCardPayments": true,
    "paymentLinkUrl": null,
    "paymentLinkIsTest": false,
    "keyModeHint": "Live secret key detected — card payments can settle.",
    "secretSources": {
      "secretKey": "environment",
      "webhookSecret": "environment",
      "dashboardFileUpdatedAt": null
    },
    "products": {
      "reportAccess": "prod_UXPPvrsys313Wv",
      "inquiryRequest": "prod_UXPRRIGWotq7Ww",
      "signalFeed": "prod_UoQ8PfJpRydFyN",
      "torMcpPro": "prod_UoQ8bEPPp3foFK"
    },
    "mode": "checkout_sessions",
    "note": "Stripe Checkout Sessions can be created server-side. Webhook is needed to auto-record payment.",
    "productMapping": {
      "SKU_DLQ_01": "prod_UXPPvrsys313Wv",
      "SKU_INQUIRY_01": "prod_UXPRRIGWotq7Ww",
      "SKU_SIGNAL_FEED_29": "prod_UoQ8PfJpRydFyN",
      "SKU_TOR_MCP_PRO": "prod_UoQ8bEPPp3foFK"
    },
    "checkoutEndpoint": {
      "method": "POST",
      "path": "/stripe/checkout"
    },
    "webhookEndpoint": {
      "method": "POST",
      "path": "/stripe/webhook"
    }
  },
  "howPaymentsShowUp": {
    "inStripe": "Stripe Checkout Sessions appear in Stripe and auto-record after checkout.session.completed webhook.",
    "inYourWallet": "Coinbase -> Base network -> USDC activity to your receive address.",
    "inThisApi": "Stripe records after webhook. USDC records after the buyer pays and POSTs /fulfill with txHash.",
    "onExplorer": "https://basescan.org/address/0xB88544cF8E9E97EEb2F313e0D3528FC1e50C2887"
  },
  "buyerWalletHints": {
    "recommended": [
      "Coinbase Wallet"
    ],
    "networkInWallet": "Base",
    "note": "Use USDC on Base only. Each POST /purchase-intent returns amount, receiverAddress, and memo; buyers should match memo when their wallet supports it."
  },
  "fulfillment": {
    "method": "POST",
    "path": "/fulfill",
    "body": {
      "intentId": "from purchase-intent response payment.intentId",
      "txHash": "0x... Base transaction with USDC Transfer to receiverAddress",
      "payload": "same shape as /execute payload for this sku"
    }
  },
  "protocol": {
    "paymentIntentLabel": "Stripe Checkout optional; x402-compatible USDC fallback",
    "agentDiscovery": {
      "llmsTxt": "/llms.txt",
      "agentStore": "/agent-store.json",
      "agentsPortal": "/agents",
      "wellKnown": "/.well-known/ai-commerce.json",
      "agentToolbox": "/agent-toolbox.json"
    },
    "relatedDocs": [
      {
        "method": "GET",
        "path": "/quickstart"
      },
      {
        "method": "GET",
        "path": "/checkout-help"
      },
      {
        "method": "GET",
        "path": "/stripe/status"
      },
      {
        "method": "GET",
        "path": "/patron"
      },
      {
        "method": "GET",
        "path": "/client"
      }
    ]
  },
  "cautions": [
    "POST /fulfill verifies USDC on Base via BASE_RPC_URL (default public Base RPC). Set PAYMENT_MIN_CONFIRMATIONS=1 for one-block delay.",
    "Never expose private keys or seed phrases."
  ]
}