{
  "name": "Agent SVG Registry",
  "description": "A searchable SVG source library for agents, generated interfaces, SaaS builders, and product teams.",
  "url": "https://agent-svg-registry.vercel.app/",
  "launch": "https://agent-svg-registry.vercel.app/launch",
  "share_kit": "https://agent-svg-registry.vercel.app/share-kit",
  "social_image": "https://agent-svg-registry.vercel.app/og.png",
  "for_agents": "https://agent-svg-registry.vercel.app/for-agents",
  "agent_integration": "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",
  "agent_discovery_manifest": "https://agent-svg-registry.vercel.app/.well-known/agent-discovery.json",
  "adp_provider_record": "https://agentdiscovery.io/api/adp/v2/agents/did%3Aadp%3Ae2d11f6a-3cce-4056-92c9-ac09ba2d71bb",
  "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",
  "agent_commerce_manifest": "https://agent-svg-registry.vercel.app/.well-known/agent-commerce.json",
  "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",
  "directory": "https://agent-svg-registry.vercel.app/directory",
  "categories_url": "https://agent-svg-registry.vercel.app/categories",
  "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",
  "agents_manifest": "https://agent-svg-registry.vercel.app/.well-known/agents.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",
  "mcp_manifest": "https://agent-svg-registry.vercel.app/mcp/manifest.json",
  "mcp_install": "https://agent-svg-registry.vercel.app/mcp/install.json",
  "pricing": "https://agent-svg-registry.vercel.app/pricing",
  "buy": "https://agent-svg-registry.vercel.app/buy/launch",
  "stripe_payment_link": "https://buy.stripe.com/6oUaEX5Dh5p8gT693a9Zm00",
  "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.",
  "founding_buy": "https://agent-svg-registry.vercel.app/buy/founding",
  "pack": "https://agent-svg-registry.vercel.app/pack",
  "openapi": "https://agent-svg-registry.vercel.app/openapi.json",
  "license_terms": "https://agent-svg-registry.vercel.app/license",
  "commercial_license": {
    "name": "Launch Commercial License",
    "price_usd": 0.5,
    "checkout": "https://agent-svg-registry.vercel.app/buy/launch",
    "checkout_intent_url": "https://agent-svg-registry.vercel.app/api/checkout-intents",
    "exports": ["svg", "react", "inline_html"]
  },
  "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"
    }
  ],
  "featured_assets": [
    "https://agent-svg-registry.vercel.app/asset/review-auth-passkey-outline-01",
    "https://agent-svg-registry.vercel.app/asset/review-ai-model-router-outline-01",
    "https://agent-svg-registry.vercel.app/asset/review-billing-invoice-filled-01",
    "https://agent-svg-registry.vercel.app/asset/review-files-empty-folder-illustration-01"
  ],
  "api": {
    "stats": "https://agent-svg-registry.vercel.app/api/stats",
    "openapi": "https://agent-svg-registry.vercel.app/openapi.json",
    "founding_pack": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1",
    "founding_pack_export": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1/export",
    "stripe_webhook": "https://agent-svg-registry.vercel.app/api/stripe/webhook",
    "search": "https://agent-svg-registry.vercel.app/api/assets?q=agent&limit=12",
    "asset_detail": "https://agent-svg-registry.vercel.app/api/assets/{asset_id}",
    "preview": "https://agent-svg-registry.vercel.app/api/previews/{asset_id}",
    "licensed_export": "https://agent-svg-registry.vercel.app/api/reuse/{asset_id}"
  },
  "catalog": {
    "asset_count": 576,
    "categories": [
      "auth",
      "billing",
      "analytics",
      "files",
      "ai",
      "collaboration",
      "settings",
      "notifications",
      "errors",
      "empty-states",
      "onboarding",
      "security"
    ],
    "styles": ["outline", "filled", "duotone", "illustration"]
  },
  "gates": {
    "preview_free": true,
    "raw_svg_public": false,
    "production_use_requires_paid_license": true
  }
}
