{
  "protocolVersion": "0.3.0",
  "name": "CrowCrowCrow Storefront",
  "description": "Read-only product discovery for an Indian e-commerce storefront importing authentic USA brands. Pricing is in INR with duties included on eligible items.",
  "url": "https://crowcrowcrow.com",
  "documentationUrl": "https://crowcrowcrow.com/developers",
  "version": "1.0.0",
  "provider": {
    "organization": "Color Papers India Pvt Ltd",
    "url": "https://crowcrowcrow.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "browse-catalog",
      "name": "Browse product catalog",
      "description": "List and filter authentic USA imports available in India, with INR pricing.",
      "tags": ["ecommerce", "products", "search"],
      "examples": [
        "Show me trending health supplements",
        "What protein bars do you have under 4000 INR?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    },
    {
      "id": "product-suggestions",
      "name": "Search suggestions",
      "description": "Type-ahead search for product titles, brands, and categories.",
      "tags": ["search", "autocomplete"],
      "examples": ["earth mama", "vegan protein"]
    },
    {
      "id": "ask-storefront",
      "name": "Ask the storefront",
      "description": "NLWeb-style /ask endpoint that returns structured hints and links for agent navigation.",
      "tags": ["nlweb", "qa"]
    }
  ],
  "endpoints": {
    "openApi": "https://crowcrowcrow.com/openapi.json",
    "catalog": "https://crowcrowcrow.com/api/products",
    "suggestions": "https://crowcrowcrow.com/api/search/suggestions",
    "ask": "https://crowcrowcrow.com/ask",
    "apiCatalog": "https://crowcrowcrow.com/.well-known/api-catalog",
    "llms": "https://crowcrowcrow.com/llms.txt",
    "sitemap": "https://crowcrowcrow.com/sitemap.xml"
  },
  "preferredInteraction": {
    "readOnly": true,
    "sessionRequiredForOrders": true
  },
  "sameAs": [
    "https://www.instagram.com/crowcrowcrow",
    "https://www.facebook.com/3crowcrowcrow"
  ]
}
