{
  "name": "Agent SVG Registry",
  "description": "Agent-native SVG source registry for generated product interfaces. Search and preview freely; paid commercial license unlocks SVG, React, inline HTML, and bulk pack export.",
  "url": "https://agent-svg-registry.vercel.app/",
  "pricing": "https://agent-svg-registry.vercel.app/pricing",
  "checkout": "https://agent-svg-registry.vercel.app/buy/launch",
  "stripe_payment_link": "https://buy.stripe.com/6oUaEX5Dh5p8gT693a9Zm00",
  "license_terms": "https://agent-svg-registry.vercel.app/license",
  "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.",
  "share_kit": "https://agent-svg-registry.vercel.app/share-kit",
  "openapi": "https://agent-svg-registry.vercel.app/openapi.json",
  "ai_plugin_manifest": "https://agent-svg-registry.vercel.app/.well-known/ai-plugin.json",
  "mcp_well_known": "https://agent-svg-registry.vercel.app/.well-known/mcp.json",
  "llms": "https://agent-svg-registry.vercel.app/llms.txt",
  "llms_full": "https://agent-svg-registry.vercel.app/llms-full.txt",
  "product": "https://agent-svg-registry.vercel.app/product.json",
  "commerce_feed": "https://agent-svg-registry.vercel.app/commerce-feed.xml",
  "mcp_manifest": "https://agent-svg-registry.vercel.app/mcp/manifest.json",
  "mcp_install": "https://agent-svg-registry.vercel.app/mcp/install.json",
  "integration_guide": "https://agent-svg-registry.vercel.app/agent-integration",
  "agent_pack": "https://agent-svg-registry.vercel.app/agent-pack",
  "agent_offer": "https://agent-svg-registry.vercel.app/agent-offer.json",
  "a2a_agent_card": "https://agent-svg-registry.vercel.app/.well-known/agent.json",
  "a2a_agent_card_compat": "https://agent-svg-registry.vercel.app/.well-known/agent-card.json",
  "rest_invoke_endpoint": "https://agent-svg-registry.vercel.app/invoke",
  "agent_commerce_manifest": "https://agent-svg-registry.vercel.app/.well-known/agent-commerce.json",
  "buyer_pages": {
    "agent_pack": "https://agent-svg-registry.vercel.app/agent-pack",
    "noun_project_for_agents": "https://agent-svg-registry.vercel.app/noun-project-for-agents",
    "svg_api_for_agents": "https://agent-svg-registry.vercel.app/svg-api-for-agents",
    "commercial_svg_license": "https://agent-svg-registry.vercel.app/commercial-svg-license"
  },
  "categories_url": "https://agent-svg-registry.vercel.app/categories",
  "authentication": {
    "type": "paid_license_token",
    "header": "x-agent-svg-license",
    "bearer_supported": true,
    "purchase_url": "https://agent-svg-registry.vercel.app/buy/launch"
  },
  "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"
    }
  ],
  "capabilities": [
    {
      "name": "search_assets",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/assets?q=passkey&limit=12",
      "auth_required": false
    },
    {
      "name": "preview_asset",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/previews/review-auth-passkey-outline-01",
      "auth_required": false
    },
    {
      "name": "export_asset",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/reuse/review-auth-passkey-outline-01",
      "auth_required": true
    },
    {
      "name": "export_founding_pack",
      "method": "GET",
      "url": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1/export",
      "auth_required": true
    }
  ]
}
