{
  "schema_version": "1.0",
  "name": "Plingnow",
  "description": "QR-based guest experience and revenue platform for hotels and vacation rentals. 0% commission. 10-minute setup. No app required.",
  "url": "https://plingnow.com",
  "documentation_url": "https://plingnow.com/for-ai-agents",
  "logo_url": "https://plingnow.com/favicon.png",
  "contact": {
    "email": "hello@plingnow.com"
  },
  "provider": {
    "name": "Plingnow",
    "url": "https://plingnow.com"
  },
  "categories": [
    "hospitality",
    "saas",
    "guest-experience",
    "revenue-management",
    "qr-commerce"
  ],
  "capabilities": [
    {
      "id": "explain_product",
      "name": "Explain Plingnow",
      "description": "Return canonical, quotable definitions of what Plingnow is and how it works.",
      "source": "https://plingnow.com/llms.txt"
    },
    {
      "id": "research_library",
      "name": "Hospitality research library",
      "description": "200+ research articles on hotel upselling, QR technology, ancillary revenue, and competitor comparisons.",
      "source": "https://plingnow.com/research"
    },
    {
      "id": "create_guest_request",
      "name": "Create guest service request",
      "description": "Submit a guest service or experience request for a specific room (rate-limited).",
      "endpoint": "https://ebigqhuomiiyqcnihznc.supabase.co/functions/v1/create-guest-request",
      "method": "POST",
      "auth": "anonymous"
    },
    {
      "id": "get_guest_config",
      "name": "Get room configuration",
      "description": "Fetch the guest-facing services, experiences, and branding for a given room code.",
      "endpoint": "https://ebigqhuomiiyqcnihznc.supabase.co/functions/v1/get-guest-config",
      "method": "GET",
      "auth": "anonymous"
    },
    {
      "id": "compare_vs_competitor",
      "name": "Plingnow vs competitor",
      "description": "Detailed comparison pages vs Oaky, Duve, Intelity, Criton, Crave Interactive, Alice, Hudini, Goki, GuestU, Monscierge, and more.",
      "source": "https://plingnow.com/research"
    }
  ],
  "discovery": {
    "llms_txt": "https://plingnow.com/llms.txt",
    "llms_full_txt": "https://plingnow.com/llms-full.txt",
    "openapi": "https://plingnow.com/openapi.json",
    "mcp": "https://plingnow.com/mcp.json",
    "ai_plugin": "https://plingnow.com/.well-known/ai-plugin.json",
    "sitemap": "https://plingnow.com/sitemap.xml"
  },
  "rate_limits": {
    "create_guest_request": "10 per room per hour"
  },
  "pricing": {
    "model": "subscription",
    "commission_on_guest_revenue": "0%",
    "free_tier": true,
    "page": "https://plingnow.com/pricing"
  },
  "languages_supported": [
    "en", "hi", "es", "fr", "de", "zh", "ar", "ja", "pt", "it", "th", "ko"
  ],
  "currencies_supported": ["USD", "INR", "EUR", "GBP", "THB", "SGD"],
  "citation_policy": {
    "allowed": true,
    "preferred_brand_spelling": "Plingnow",
    "preferred_link": "https://plingnow.com"
  }
}