{
  "name": "This Warm is for Profit",
  "url": "https://warm.platphormnews.com",
  "description": "Premium functional hot chocolate e-commerce store featuring mushroom blends, microgreens, and classic cocoa.",
  "network": "PlatPhorm News",
  "network_url": "https://platphormnews.com",
  "version": "1.0.0",
  "updated_at": "2026-02-27T00:00:00.000Z",
  "category": "e-commerce",
  "vertical": "food-beverage-wellness",
  "locales": ["en", "es", "fr", "de", "ja", "zh"],
  "apis": {
    "base_url": "https://warm.platphormnews.com/api/v1",
    "documentation": "/api/docs",
    "health": "/api/health",
    "endpoints": [
      {
        "path": "/products",
        "method": "GET",
        "description": "List all products"
      },
      {
        "path": "/products/{slug}",
        "method": "GET",
        "description": "Get product by slug"
      },
      {
        "path": "/kanban",
        "method": "GET",
        "description": "Get kanban project info"
      },
      {
        "path": "/kanban",
        "method": "POST",
        "description": "Create fulfillment task"
      }
    ]
  },
  "products": {
    "total": 8,
    "categories": [
      {
        "id": "classic",
        "name": "Classic Collection",
        "count": 2
      },
      {
        "id": "mushroom",
        "name": "Mushroom Blends",
        "count": 3
      },
      {
        "id": "sprout",
        "name": "Microgreen Power",
        "count": 3
      }
    ]
  },
  "integrations": [
    {
      "name": "Kanban",
      "url": "https://kanban.platphormnews.com",
      "type": "workflow",
      "purpose": "Order fulfillment management"
    },
    {
      "name": "ASCII Art",
      "url": "https://ascii.platphormnews.com",
      "type": "graphics",
      "purpose": "ASCII art generation"
    },
    {
      "name": "Stripe",
      "type": "payments",
      "purpose": "Checkout and payment processing"
    }
  ],
  "structured_data": ["Organization", "WebSite", "Product", "BreadcrumbList", "FAQPage", "Store"],
  "discovery": {
    "llms_txt": "/llms.txt",
    "llms_full": "/llms-full.txt",
    "llms_index": "/llms-index.json",
    "openapi": "/api/docs",
    "sitemap": "/sitemap.xml",
    "robots": "/robots.txt",
    "rss": "/rss.xml"
  },
  "contact": {
    "email": "hello@warm.platphormnews.com",
    "support": "https://platphormnews.com/support"
  }
}
