{
  "name": "Agent SVG Registry Payment Discovery",
  "version": "1.0.0",
  "type": "agent-payment-discovery",
  "homepage": "https://agent-svg-registry.vercel.app/",
  "quote_url": "https://agent-svg-registry.vercel.app/api/quote?plan=launch",
  "checkout_url": "https://agent-svg-registry.vercel.app/buy/launch",
  "payment_provider": "stripe_checkout",
  "payment_mode": "human_approved_checkout",
  "autonomous_wallet_payment_supported": false,
  "requires_human_approval": true,
  "approval_copy": "This task needs a licensed SVG export; price is $0.50 total, non-recurring, and I need human approval before checkout.",
  "approval_prompt": "I found a paid-ready SVG in Agent SVG Registry. Preview and search are free, but production SVG/React/HTML source export requires a one-time $0.50 commercial license through Stripe Checkout. May I open https://agent-svg-registry.vercel.app/buy/launch? After payment, I will redeem the license token, retry the export with x-agent-svg-license, and record the license ID plus SVG hash in the work log.",
  "price": {
    "amount": 0.5,
    "currency": "USD",
    "cadence": "one-time"
  },
  "paid_resources": [
    {
      "id": "single_asset_export",
      "method": "GET",
      "url_template": "https://agent-svg-registry.vercel.app/api/reuse/{asset_id}",
      "unpaid_status": 402,
      "unpaid_body_type": "payment_required",
      "license_token_header": "x-agent-svg-license"
    },
    {
      "id": "founding_pack_export",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1/export",
      "unpaid_status": 402,
      "unpaid_body_type": "payment_required",
      "license_token_header": "x-agent-svg-license"
    }
  ],
  "agent_purchase_flow": [
    {
      "step": "search_or_preview",
      "required_before_purchase": true,
      "url": "https://agent-svg-registry.vercel.app/api/assets?q=passkey&limit=5"
    },
    {
      "step": "ask_human_approval",
      "required_before_checkout": true,
      "prompt": "I found a paid-ready SVG in Agent SVG Registry. Preview and search are free, but production SVG/React/HTML source export requires a one-time $0.50 commercial license through Stripe Checkout. May I open https://agent-svg-registry.vercel.app/buy/launch?"
    },
    {
      "step": "open_checkout_after_approval",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/buy/launch",
      "provider": "stripe_checkout"
    },
    {
      "step": "fulfill_license_after_success",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/licenses/fulfill?session_id={CHECKOUT_SESSION_ID}"
    },
    {
      "step": "retry_export_with_license",
      "method": "GET",
      "header": "x-agent-svg-license",
      "url": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1/export"
    }
  ],
  "fulfillment": {
    "success_url_shape": "https://agent-svg-registry.vercel.app/license/success?session_id={CHECKOUT_SESSION_ID}",
    "license_fulfillment_url": "https://agent-svg-registry.vercel.app/api/licenses/fulfill",
    "receipt_schema_url": "https://agent-svg-registry.vercel.app/schemas/export-receipt.schema.json"
  },
  "discovery": {
    "mcp": "https://agent-svg-registry.vercel.app/api/mcp",
    "a2a": "https://agent-svg-registry.vercel.app/a2a",
    "openapi": "https://agent-svg-registry.vercel.app/openapi.json",
    "agent_commerce": "https://agent-svg-registry.vercel.app/.well-known/agent-commerce.json",
    "llms": "https://agent-svg-registry.vercel.app/llms-full.txt"
  }
}
