{
  "schema_version": "1.0",
  "business": {
    "name": "BrewHub PHL",
    "type": "cafe",
    "location": "Philadelphia, PA",
    "url": "https://brewhubphl.com"
  },
  "capabilities": ["order:create", "menu:read", "loyalty:read"],
  "endpoints": {
    "checkout": {
      "url": "https://brewhubphl.com/api/agent/checkout",
      "method": "POST",
      "auth": "X-Agent-Key header (contact hello@brewhubphl.com)",
      "docs": "https://brewhubphl.com/docs/openapi.yaml"
    },
    "menu": {
      "url": "https://brewhubphl.com/api/menu-export",
      "method": "GET",
      "auth": "none"
    }
  }
}
