{
  "name": "Agent Commerce Guard",
  "description": "Paid x402 package download plus an agent workflow validator and command-risk API for wallet spend, deployments, token launches, social posts, destructive actions, and credential access.",
  "url": "https://agent-commerce-guard.vercel.app",
  "packageShasum": "20fee05124a1d2c5511df4a81a56ed19cff36ade",
  "agentsUrl": "https://agent-commerce-guard.vercel.app/agents.json",
  "publicGistUrl": "https://gist.github.com/fxjim/869cada8014dc52f520cccbce655f0eb",
  "purchaseUrl": "https://agent-commerce-guard.vercel.app/purchase.json",
  "shortPurchaseUrl": "https://agent-commerce-guard.vercel.app/buy",
  "paymentRequestUrl": "https://agent-commerce-guard.vercel.app/payment-request.json",
  "shortPaymentRequestUrl": "https://agent-commerce-guard.vercel.app/pay.json",
  "paymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/payment-request.svg",
  "shortPaymentRequestQrUrl": "https://agent-commerce-guard.vercel.app/qr",
  "shortHumanCheckoutUrl": "https://agent-commerce-guard.vercel.app/pay",
  "aiPluginUrl": "https://agent-commerce-guard.vercel.app/.well-known/ai-plugin.json",
  "openapiUrl": "https://agent-commerce-guard.vercel.app/openapi.json",
  "resources": [
    {
      "type": "http",
      "method": "GET",
      "url": "https://agent-commerce-guard.vercel.app/api/x402-download",
      "description": "Agent Commerce Guard paid package download.",
      "mimeType": "application/gzip",
      "x402Version": 2,
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xc356556Bc6025aA3536df188BD72A5F4E0fE214f",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "tags": [
        "agent-commerce",
        "agent-safety",
        "guardrails",
        "approval-gates",
        "codex",
        "x402"
      ],
      "offer": "https://agent-commerce-guard.vercel.app/offer.json",
      "paymentRequest": "https://agent-commerce-guard.vercel.app/pay.json",
      "canonicalPaymentRequest": "https://agent-commerce-guard.vercel.app/payment-request.json",
      "paymentRequestQr": "https://agent-commerce-guard.vercel.app/qr",
      "canonicalPaymentRequestQr": "https://agent-commerce-guard.vercel.app/payment-request.svg",
      "humanCheckout": "https://agent-commerce-guard.vercel.app/pay",
      "canonicalHumanCheckout": "https://agent-commerce-guard.vercel.app/base-pay"
    },
    {
      "type": "http",
      "method": "POST",
      "url": "https://agent-commerce-guard.vercel.app/api/x402-evaluate",
      "description": "Agent workflow validator and command-risk scorer for autonomous agents before wallet spend, x402 payments, deployments, token launches, social posts, destructive actions, or credential access.",
      "mimeType": "application/json",
      "x402Version": 2,
      "input": {
        "bodyType": "json",
        "example": {
          "action": {
            "id": "launch-payment",
            "actor": "codex",
            "action": "Send 1 USDC on Base to unlock a paid package",
            "amountUsd": 1,
            "approved": false
          }
        }
      },
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xc356556Bc6025aA3536df188BD72A5F4E0fE214f",
          "maxTimeoutSeconds": 120,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "tags": [
        "agent-commerce",
        "agent-safety",
        "agent-workflow",
        "workflow-validation",
        "command-risk",
        "destructive-actions",
        "wallet-spend",
        "guardrails",
        "approval-gates",
        "autonomous-agents",
        "codex",
        "x402"
      ],
      "offer": "https://agent-commerce-guard.vercel.app/offer.json",
      "paymentRequest": "https://agent-commerce-guard.vercel.app/pay.json",
      "canonicalPaymentRequest": "https://agent-commerce-guard.vercel.app/payment-request.json",
      "paymentRequestQr": "https://agent-commerce-guard.vercel.app/qr",
      "canonicalPaymentRequestQr": "https://agent-commerce-guard.vercel.app/payment-request.svg",
      "humanCheckout": "https://agent-commerce-guard.vercel.app/pay",
      "canonicalHumanCheckout": "https://agent-commerce-guard.vercel.app/base-pay"
    }
  ]
}
