{
  "protocolVersion": "0.2.6",
  "name": "Book Like A Boss",
  "description": "A2A endpoint for Book Like A Boss (blab.co), the all-in-one booking page builder. Currently answers informational messages; booking skills are not enabled yet.",
  "url": "https://bookme.name/a2a",
  "version": "0.1.0",
  "provider": {
    "organization": "Book Like A Boss",
    "url": "https://www.blab.co"
  },
  "documentationUrl": "https://www.blab.co/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "about",
      "name": "About Book Like A Boss",
      "description": "Responds to any message with information about Book Like A Boss and pointers to its agent-readable resources (llms.txt, auth.md, discovery metadata).",
      "tags": [
        "about",
        "info",
        "booking"
      ],
      "examples": [
        "What is Book Like A Boss?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://bookme.name/a2a",
      "transport": "JSONRPC"
    }
  ]
}