{
  "name": "Agent SVG Registry Launch Commercial License",
  "brand": "Agent SVG Registry",
  "audience": "software agents, coding agents, app builders, generated-interface workflows",
  "positioning": "The Noun Project for agents: searchable SVG metadata and previews with paid commercial export.",
  "price": {
    "amount": 0.5,
    "currency": "USD",
    "cadence": "one-time"
  },
  "checkout": {
    "requires_human_approval": true,
    "url": "https://agent-svg-registry.vercel.app/buy/launch",
    "checkout_intent_url": "https://agent-svg-registry.vercel.app/api/checkout-intents",
    "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.",
    "stripe_payment_link_fallback": "https://buy.stripe.com/6oUaEX5Dh5p8gT693a9Zm00"
  },
  "free_capabilities": [
    "Search SVG asset metadata",
    "Fetch watermarked preview SVGs",
    "Inspect commercial-ready pack metadata",
    "Use OpenAPI, llms.txt, and agent manifests for discovery"
  ],
  "paid_capabilities": [
    "Export raw SVG source for paid-ready assets",
    "Export React component payloads",
    "Export inline HTML snippets",
    "Export the 12-asset founding SaaS UI states pack as bulk JSON"
  ],
  "fulfillment": {
    "success_url_shape": "https://agent-svg-registry.vercel.app/license/success?session_id={CHECKOUT_SESSION_ID}",
    "license_token_header": "x-agent-svg-license",
    "quote_url": "https://agent-svg-registry.vercel.app/api/quote?plan=launch",
    "invoke_url": "https://agent-svg-registry.vercel.app/invoke",
    "receipt_schema_url": "https://agent-svg-registry.vercel.app/schemas/export-receipt.schema.json",
    "pack_export_url": "https://agent-svg-registry.vercel.app/api/packs/founding-saas-ui-states-v1/export",
    "single_asset_export_url_template": "https://agent-svg-registry.vercel.app/api/reuse/{asset_id}"
  },
  "agent_instructions": [
    "Use /api/assets to search before recommending a purchase.",
    "Show the user watermarked previews from /api/previews/{asset_id}.",
    "Ask for explicit human approval before opening checkout with the approval_prompt in this offer.",
    "After payment, store the returned license token only in the user's local project or secret store.",
    "Send the token as x-agent-svg-license when exporting production SVG, React, or inline HTML payloads."
  ],
  "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"
    }
  ],
  "links": {
    "homepage": "https://agent-svg-registry.vercel.app/",
    "agent_pack": "https://agent-svg-registry.vercel.app/agent-pack",
    "agent_offer": "https://agent-svg-registry.vercel.app/agent-offer.json",
    "checkout_brief": "https://agent-svg-registry.vercel.app/checkout.md",
    "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",
    "basedagents_manifest": "https://agent-svg-registry.vercel.app/basedagents.json",
    "basedagents_well_known": "https://agent-svg-registry.vercel.app/.well-known/basedagents.json",
    "a2a_agent_card": "https://agent-svg-registry.vercel.app/.well-known/agent-card.json",
    "a2a_endpoint": "https://agent-svg-registry.vercel.app/a2a",
    "a2a_tasks_send_endpoint": "https://agent-svg-registry.vercel.app/a2a/tasks/send",
    "openapi": "https://agent-svg-registry.vercel.app/openapi.json",
    "mcp_json_rpc_endpoint": "https://agent-svg-registry.vercel.app/api/mcp",
    "mcp_install": "https://agent-svg-registry.vercel.app/mcp/install.json",
    "llms": "https://agent-svg-registry.vercel.app/llms.txt",
    "llms_full": "https://agent-svg-registry.vercel.app/llms-full.txt",
    "pricing": "https://agent-svg-registry.vercel.app/pricing",
    "license_terms": "https://agent-svg-registry.vercel.app/license"
  }
}
