Skip to content
Back to AgentBookable

Card snapshot

agentbookable.com · 2026-09-10 15:24:46 UTC · 80df00e6436f85bbf4e04ba10e878335b59db051372c733bad9fad670a259b13

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.2.9",
  "name": "AgentBookable",
  "description": "Universal AI booking layer: search businesses, check live availability and create real appointments across connected booking providers. Providers are never exposed by name.",
  "url": "https://agentbookable.com/",
  "preferredTransport": "MCP",
  "additionalInterfaces": [
    {
      "transport": "MCP",
      "url": "https://agentbookable.com/mcp"
    },
    {
      "transport": "HTTP",
      "url": "https://agentbookable.com/openapi.json",
      "description": "OpenAPI 3 contract for the public booking API"
    }
  ],
  "documentationUrls": {
    "openapi": "https://agentbookable.com/openapi.json",
    "swagger": "https://agentbookable.com/docs",
    "discoveryStart": "https://agentbookable.com/api/registry/businesses",
    "businessPageExample": "https://agentbookable.com/b/agentbookable-demo"
  },
  "capabilities": {
    "businessSearch": true,
    "liveAvailability": true,
    "booking": true,
    "mandateAuthorization": "Single-use, 15-minute mandate bound to one business records the user's instruction before any booking."
  },
  "version": "3.0.0"
}