{
  "specVersion": "1.0",
  "host": {
    "displayName": "DiningHaul / HWYCAFE",
    "identifier": "urn:air:dininghaul.app:host"
  },
  "entries": [
    {
      "identifier": "urn:air:dininghaul.app:api:catalog",
      "displayName": "DiningHaul / HWYCAFE API Catalog",
      "type": "application/linkset+json",
      "url": "https://dininghaul.app/.well-known/api-catalog",
      "representativeQueries": [
        "what public APIs does dininghaul.app expose",
        "where is the OpenAPI for DiningHaul / HWYCAFE",
        "show the API catalog linkset"
      ]
    },
    {
      "identifier": "urn:air:dininghaul.app:api:openapi",
      "displayName": "DiningHaul / HWYCAFE OpenAPI",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://dininghaul.app/openapi.json",
      "representativeQueries": [
        "get business contact JSON schema",
        "health check endpoint for the site",
        "OpenAPI operations on dininghaul.app"
      ]
    },
    {
      "identifier": "urn:air:dininghaul.app:doc:llms",
      "displayName": "DiningHaul / HWYCAFE llms.txt",
      "type": "text/plain",
      "url": "https://dininghaul.app/llms.txt",
      "representativeQueries": [
        "summarize DiningHaul / HWYCAFE for an LLM",
        "what is the phone number and address",
        "where do guests order online"
      ]
    },
    {
      "identifier": "urn:air:dininghaul.app:skills:index",
      "displayName": "DiningHaul / HWYCAFE Agent Skills",
      "type": "application/json",
      "url": "https://dininghaul.app/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "agent skills available on this site",
        "how should an agent contact HWYCAFE",
        "ordering guidance skill for the food truck"
      ]
    },
    {
      "identifier": "urn:air:dininghaul.app:mcp:server-card",
      "displayName": "DiningHaul MCP Server Card",
      "type": "application/json",
      "url": "https://dininghaul.app/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "where is the MCP endpoint for DiningHaul",
        "list MCP tools for HWYCAFE ordering",
        "DiningHaul streamable HTTP MCP card"
      ]
    }
  ]
}
