{
  "version": "1.0",
  "profile": "ARW-2",
  "site": {
    "name": "Dempster's",
    "description": "The Dempster family immigrated to Canada and opened their first bakery, Ideal Bakery, in Toronto around 1870.",
    "homepage": "https://dempsters.mock.arw.dev",
    "contact": "ai@dempsters.mock.arw.dev"
  },
  "content_signals": {
    "search": "yes",
    "ai_input": "yes",
    "ai_train": "no",
    "agent": "yes",
    "use": "reference"
  },
  "content": [
    {
      "url": "/products/12-grain-bread",
      "description": "Whole grain sliced bread, one of Dempster's Canada's Favourites bestsellers. Offered by Dempster's.",
      "tags": [
        "bakery",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "12-grain-bread-overview",
          "heading": "Overview"
        },
        {
          "id": "12-grain-bread-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/products/original-large-tortillas",
      "description": "Soft, versatile wraps from the Wraps and Tortillas line, a Canada's Favourites bestseller. Offered by Dempster's.",
      "tags": [
        "bakery",
        "product"
      ],
      "authored": true,
      "priority": "high",
      "purpose": "product_information",
      "chunks": [
        {
          "id": "original-large-tortillas-overview",
          "heading": "Overview"
        },
        {
          "id": "original-large-tortillas-details",
          "heading": "Details"
        }
      ]
    },
    {
      "url": "/about",
      "description": "The Dempster family immigrated to Canada and opened their first bakery, Ideal Bakery, in Toronto around 1870.",
      "tags": [
        "about",
        "bakery"
      ],
      "authored": true,
      "priority": "medium",
      "purpose": "organization_information",
      "chunks": [
        {
          "id": "about-story",
          "heading": "Our Story"
        },
        {
          "id": "about-agents",
          "heading": "For Agents"
        }
      ]
    }
  ],
  "tools": [
    {
      "name": "search_catalog",
      "description": "Search the Dempster's bakery catalog by keyword",
      "type": "rest",
      "endpoint": "/api/v1/search",
      "method": "GET",
      "auth": "none",
      "input_schema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string"
          },
          "max_results": {
            "type": "integer",
            "default": 10
          }
        },
        "required": [
          "query"
        ]
      },
      "annotations": {
        "read_only": true,
        "idempotent": true
      }
    }
  ]
}
