{
  "schema_version": "v1",
  "name_for_human": "CopperSmith Lanterns",
  "name_for_model": "coppersmith_lanterns",
  "description_for_human": "Browse and configure handcrafted CopperSmith copper lanterns. Gas, electric, and Wieyan flame simulation in 60+ collections with live pricing.",
  "description_for_model": "Plugin for shopping handcrafted copper lanterns from French Market Lanterns, the authorized CopperSmith retailer. Use the knowledge.json endpoint to discover the full product catalog — 33+ CopperSmith collections, 10+ Biltmore Estate collections, 89 standalone accessories grouped by category, 17+ replacement bulbs, and configurable Wieyan and Tubular Edison products. Each collection object includes available_mounts (with direct configuratorUrl per mount), available_fuels, available_finishes, available_sizes, and a full skus array with retail_price (already includes 2x dealer markup) and dealer_price. Configurator URLs follow the pattern /the-coppersmith/<collection-slug>/<mount-slug>?fuel=<GAS|ELE|LPG>&size=<sizeCode>&finish=<finishCode>. Wieyan flame simulation bulbs (SKUs ending in WF/WB/WV) cannot be sold or shipped to California — respect this restriction in any recommendations. When users ask about specific lanterns, link directly to the configurator URL for that collection and mount. For FAQ-style questions, use faq_by_category to filter by topic (shipping, warranty, installation, etc.).",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://coppersmithlantern.com/.well-known/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://coppersmithlantern.com/logo.png",
  "contact_email": "customerservice@frenchmarketlanterns.com",
  "legal_info_url": "https://coppersmithlantern.com/privacy",
  "site": {
    "url": "https://coppersmithlantern.com",
    "name": "French Market Lanterns",
    "tagline": "Handcrafted Copper Lanterns, Configured to Perfection"
  },
  "data_sources": {
    "knowledge_base": {
      "url": "https://coppersmithlantern.com/api/knowledge.json",
      "content_type": "application/json",
      "description": "Full product catalog with SKU-level pricing, per-collection mount/fuel/finish availability, configurator deep-links, accessories, FAQ, warranty, and shipping restrictions.",
      "refresh_cadence": "MongoDB-live; Vercel edge-cached 1h with 24h stale-while-revalidate"
    },
    "llms_txt": {
      "url": "https://coppersmithlantern.com/api/llms.txt",
      "content_type": "text/plain",
      "description": "Markdown-formatted catalog summary with per-collection starting prices and direct configurator URLs per mount."
    },
    "sitemap": {
      "url": "https://coppersmithlantern.com/sitemap.xml",
      "content_type": "application/xml"
    }
  },
  "endpoints": {
    "storefront_manifest": "https://coppersmithlantern.com/.well-known/storefront.json",
    "openapi": "https://coppersmithlantern.com/.well-known/openapi.json",
    "knowledge": "https://coppersmithlantern.com/api/knowledge.json",
    "llms_txt": "https://coppersmithlantern.com/api/llms.txt",
    "sitemap": "https://coppersmithlantern.com/sitemap.xml",
    "configurator_grammar": "https://coppersmithlantern.com/api/configurator-grammar/{collection_slug}",
    "rules_sockets": "https://coppersmithlantern.com/rules/sockets.json",
    "rules_mounts": "https://coppersmithlantern.com/rules/mounts.json",
    "rules_fuels": "https://coppersmithlantern.com/rules/fuels.json",
    "rules_shipping": "https://coppersmithlantern.com/rules/shipping.json",
    "categories": "https://coppersmithlantern.com/api/configure?action=categories",
    "simple_products_bulbs": "https://coppersmithlantern.com/api/configure?action=simple-products&categoryId=parts-bulbs"
  },
  "canonical_manifest": "https://coppersmithlantern.com/.well-known/storefront.json",
  "agent_capabilities": {
    "machine_readable_rules": true,
    "configurator_grammar": true,
    "deep_linked_configurator_state": true
  },
  "example_prompts": [
    "What's the starting price of a Georgetown gas lantern?",
    "Show me every CopperSmith collection available as a ceiling mount.",
    "Which wall-mount lanterns are under $2,000?",
    "Can you ship a Weiyan flame bulb to California?",
    "Link me to the configurator for a Charleston post-mount electric.",
    "What finishes are offered on the Biltmore Estate collection?",
    "Which accessories are compatible with the Georgetown wall mount?",
    "What's the warranty on the copper body versus the glass panels?",
    "How many total SKUs are in the catalog?",
    "What's the cheapest electric lantern you sell?"
  ],
  "shipping_restrictions": [
    {
      "rule_id": "CPS-WEIYAN-CA-RESTRICTION",
      "products": "Weiyan flame simulation bulbs (SKUs WF, WB, WV)",
      "excluded_states": ["CA"],
      "reason": "Manufacturer policy — Weiyan products are not offered for sale or shipment to customers in California"
    }
  ]
}
