{
  "protocol": {
    "name": "acp",
    "version": "0.1.0"
  },
  "api_base_url": "https://lebanonscafe.com/api",
  "transports": [
    "https"
  ],
  "capabilities": {
    "services": [
      "agent-discovery-catalog"
    ],
    "service_details": [
      {
        "name": "agent-discovery-catalog",
        "description": "Discover agent-ready metadata, authentication, and commerce endpoints.",
        "operations": [
          "discover",
          "report",
          "payment"
        ]
      }
    ]
  },
  "endpoints": {
    "catalog": "https://lebanonscafe.com/api/catalog",
    "report": "https://lebanonscafe.com/api/agent-ready-report",
    "payment": "https://lebanonscafe.com/api/paywalled-report"
  },
  "authentication": {
    "type": "oauth2",
    "protected_resource_metadata": "https://lebanonscafe.com/.well-known/oauth-protected-resource"
  }
}