{
  "schema_version": "1.0",
  "name": "Rare Botanicals Geneva",
  "description": "Swiss premium boutique specializing in rare and exotic tropical houseplants. Browse products, get care guides, and check availability via our public API.",
  "url": "https://rarebotanicals.ch",
  "logo": "https://rarebotanicals.ch/favicon.ico",
  "contact_email": "contact@rarebotanicals.ch",
  "authentication": {
    "type": "none",
    "description": "Public API, no authentication required for read-only endpoints"
  },
  "rate_limit": {
    "requests_per_minute": 60,
    "description": "60 requests per minute per IP address"
  },
  "capabilities": [
    {
      "name": "search_products",
      "description": "Search for rare plants by name, category, or keyword",
      "endpoint": "https://rarebotanicals.ch/api/search?q={query}",
      "method": "GET",
      "parameters": {
        "q": { "type": "string", "description": "Search query (max 200 characters)", "required": true }
      }
    },
    {
      "name": "list_products",
      "description": "Get all available rare plants with prices, categories, and availability",
      "endpoint": "https://rarebotanicals.ch/api/products",
      "method": "GET"
    },
    {
      "name": "get_product",
      "description": "Get detailed info about a specific plant by ID",
      "endpoint": "https://rarebotanicals.ch/api/products/{id}",
      "method": "GET"
    },
    {
      "name": "list_bundles",
      "description": "Get curated plant gift bundles with discounted pricing",
      "endpoint": "https://rarebotanicals.ch/api/bundles",
      "method": "GET"
    },
    {
      "name": "get_care_guide",
      "description": "Get plant care instructions by species slug",
      "endpoint": "https://rarebotanicals.ch/api/care-guides/{slug}",
      "method": "GET"
    },
    {
      "name": "get_trending",
      "description": "Get currently trending and bestselling plants",
      "endpoint": "https://rarebotanicals.ch/api/trending",
      "method": "GET"
    },
    {
      "name": "get_ai_summary",
      "description": "Get concise, citation-ready summary of the business for AI responses",
      "endpoint": "https://rarebotanicals.ch/api/ai-summary",
      "method": "GET"
    },
    {
      "name": "get_qa_pairs",
      "description": "Get 100 Q&A pairs covering common questions about the store",
      "endpoint": "https://rarebotanicals.ch/api/qa",
      "method": "GET"
    }
  ],
  "documentation": {
    "openapi": "https://rarebotanicals.ch/.well-known/openapi.yaml",
    "ai_plugin": "https://rarebotanicals.ch/.well-known/ai-plugin.json",
    "llms_txt": "https://rarebotanicals.ch/llms.txt",
    "context": "https://rarebotanicals.ch/.well-known/context.json"
  },
  "legal": {
    "terms_of_service": "https://rarebotanicals.ch/legal",
    "privacy_policy": "https://rarebotanicals.ch/legal"
  }
}
