{
  "specVersion": "1.0",
  "host": {
    "displayName": "HWYCAFE",
    "identifier": "urn:air:hwycafe.com:host"
  },
  "entries": [
    {
      "identifier": "urn:air:hwycafe.com:api:catalog",
      "displayName": "HWYCAFE API Catalog",
      "type": "application/linkset+json",
      "url": "https://hwycafe.com/.well-known/api-catalog",
      "representativeQueries": [
        "what public APIs does hwycafe.com expose",
        "where is the OpenAPI for HWYCAFE",
        "show the API catalog linkset"
      ]
    },
    {
      "identifier": "urn:air:hwycafe.com:api:openapi",
      "displayName": "HWYCAFE OpenAPI",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://hwycafe.com/openapi.json",
      "representativeQueries": [
        "get business contact JSON schema",
        "health check endpoint for the site",
        "OpenAPI operations on hwycafe.com"
      ]
    },
    {
      "identifier": "urn:air:hwycafe.com:doc:llms",
      "displayName": "HWYCAFE llms.txt",
      "type": "text/plain",
      "url": "https://hwycafe.com/llms.txt",
      "representativeQueries": [
        "summarize HWYCAFE for an LLM",
        "what is the phone number and address",
        "where do guests order online"
      ]
    },
    {
      "identifier": "urn:air:hwycafe.com:skills:index",
      "displayName": "HWYCAFE Agent Skills",
      "type": "application/json",
      "url": "https://hwycafe.com/.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:hwycafe.com:mcp:server-card",
      "displayName": "HWYCAFE MCP Server Card",
      "type": "application/json",
      "url": "https://hwycafe.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "where is the MCP endpoint for HWYCAFE",
        "list MCP tools for business info",
        "HWYCAFE streamable HTTP MCP card"
      ]
    }
  ]
}
