{
  "name": "Agent Commerce Guard",
  "version": "0.1.0",
  "description": "Local-first approval gates, policy checks, and receipts for AI agents that can spend money, sell services, post socially, deploy publicly, launch tokens, run destructive commands, or touch wallets and credentials.",
  "url": "https://agent-commerce-guard.vercel.app",
  "imageUrl": "https://agent-commerce-guard.vercel.app/og-image.png",
  "docsUrl": "https://github.com/fxjim/agent-commerce-guard",
  "githubPagesUrl": "https://fxjim.github.io/agent-commerce-guard/",
  "publicGistUrl": "https://gist.github.com/fxjim/869cada8014dc52f520cccbce655f0eb",
  "supportIssueUrl": "https://github.com/fxjim/agent-commerce-guard/issues/1",
  "launchDiscussionUrl": "https://github.com/fxjim/agent-commerce-guard/discussions/2",
  "shortPayUrl": "https://agent-commerce-guard.vercel.app/pay",
  "shortCheckoutUrl": "https://agent-commerce-guard.vercel.app/checkout",
  "shortBuyGuideUrl": "https://agent-commerce-guard.vercel.app/buy",
  "shortX402Url": "https://agent-commerce-guard.vercel.app/x402",
  "agentsUrl": "https://agent-commerce-guard.vercel.app/agents.json",
  "agentsMarkdownUrl": "https://agent-commerce-guard.vercel.app/AGENTS.md",
  "purchaseUrl": "https://agent-commerce-guard.vercel.app/purchase.json",
  "buyGuideUrl": "https://agent-commerce-guard.vercel.app/BUY.md",
  "paymentRequestUrl": "https://agent-commerce-guard.vercel.app/payment-request.json",
  "wellKnownPaymentRequestUrl": "https://agent-commerce-guard.vercel.app/.well-known/payment-request.json",
  "paymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/payment-request.svg",
  "wellKnownPaymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/.well-known/payment-request.svg",
  "aiPluginUrl": "https://agent-commerce-guard.vercel.app/.well-known/ai-plugin.json",
  "openapiUrl": "https://agent-commerce-guard.vercel.app/openapi.json",
  "wellKnownOpenapiUrl": "https://agent-commerce-guard.vercel.app/.well-known/openapi.json",
  "demoUrl": "https://agent-commerce-guard.vercel.app/api/demo-evaluate",
  "audience": [
    "Codex users",
    "Claude Code users",
    "OpenClaw users",
    "agent commerce builders",
    "x402 and Base wallet builders"
  ],
  "deliverable": {
    "type": "npm tarball",
    "filename": "agent-commerce-guard-0.1.0.tgz",
    "contents": [
      "CLI policy engine",
      "agent skill pack",
      "approval log template",
      "launch checklist",
      "action manifest schema and examples",
      "local HTTP evaluator"
    ]
  },
  "offers": [
    {
      "id": "base-launch-pass",
      "name": "Base Launch Pass",
      "price": "1.00",
      "currency": "USDC",
      "network": "Base mainnet",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "receiver": "0xc356556Bc6025aA3536df188BD72A5F4E0fE214f",
      "paymentUrl": "https://agent-commerce-guard.vercel.app/pay",
      "canonicalPaymentUrl": "https://agent-commerce-guard.vercel.app/base-pay",
      "paymentRequestUrl": "https://agent-commerce-guard.vercel.app/payment-request.json",
      "shortPaymentRequestUrl": "https://agent-commerce-guard.vercel.app/pay.json",
      "paymentUri": "ethereum:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913@8453/transfer?address=0xc356556Bc6025aA3536df188BD72A5F4E0fE214f&uint256=1000000",
      "paymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/payment-request.svg",
      "shortPaymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/qr",
      "x402Url": "https://agent-commerce-guard.vercel.app/api/x402-download",
      "supportIssueUrl": "https://github.com/fxjim/agent-commerce-guard/issues/1",
      "launchDiscussionUrl": "https://github.com/fxjim/agent-commerce-guard/discussions/2",
      "verifyUrlTemplate": "https://agent-commerce-guard.vercel.app/api/base-payment-status?tx={tx}",
      "downloadUrlTemplate": "https://agent-commerce-guard.vercel.app/api/base-download?tx={tx}"
    },
    {
      "id": "x402-agent-download",
      "name": "x402 Agent Download",
      "price": "1.00",
      "currency": "USDC",
      "network": "Base mainnet",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "receiver": "0xc356556Bc6025aA3536df188BD72A5F4E0fE214f",
      "url": "https://agent-commerce-guard.vercel.app/api/x402-download",
      "protocol": "x402",
      "scheme": "exact",
      "amountAtomic": "1000000",
      "facilitator": "https://facilitator.xpay.sh",
      "discoveryTags": [
        "agent-commerce",
        "agent-safety",
        "guardrails",
        "approval-gates",
        "codex",
        "x402"
      ]
    },
    {
      "id": "x402-policy-evaluation",
      "name": "x402 Policy Evaluation",
      "price": "1.00",
      "currency": "USDC",
      "network": "Base mainnet",
      "chainId": 8453,
      "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "receiver": "0xc356556Bc6025aA3536df188BD72A5F4E0fE214f",
      "url": "https://agent-commerce-guard.vercel.app/api/x402-evaluate",
      "protocol": "x402",
      "method": "POST",
      "scheme": "exact",
      "amountAtomic": "1000000",
      "facilitator": "https://facilitator.xpay.sh",
      "input": "{ action: {...} } or { actions: [...] }",
      "output": "sanitized JSON policy decision",
      "discoveryTags": [
        "agent-commerce",
        "agent-safety",
        "agent-workflow",
        "workflow-validation",
        "command-risk",
        "destructive-actions",
        "wallet-spend",
        "guardrails",
        "approval-gates",
        "autonomous-agents",
        "codex",
        "x402"
      ]
    }
  ],
  "safety": {
    "privateKeysInRepo": false,
    "requiresTxHashForDownload": true,
    "nonRefundableDigitalDownload": true
  }
}
