{
  "name": "AIBR Assistant",
  "description": "Concierge agent for AIBR (AI Boost Realization) — books consultations and routes contact requests for the custom AI automation studio.",
  "url": "https://aibr.pro",
  "version": "1.0.0",
  "provider": {
    "organization": "AIBR LLC",
    "url": "https://aibr.pro"
  },
  "documentationUrl": "https://aibr.pro/.well-known/api-catalog",
  "supportedInterfaces": [
    {
      "url": "https://aibr.pro",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "book-ai-consultation",
      "name": "Book an AI consultation",
      "description": "Start with the AIBR booking qualifier before choosing a consultation slot.",
      "tags": ["booking", "sales", "consultation"],
      "examples": [
        "Book me a consultation next week",
        "Schedule a discovery call with AIBR"
      ]
    },
    {
      "id": "contact-aibr",
      "name": "Contact AIBR",
      "description": "Send an inquiry to AIBR's domain email (ryan@aibr.pro).",
      "tags": ["contact", "inbound"],
      "examples": [
        "Email AIBR about a custom voice agent",
        "Reach AIBR for partnership"
      ]
    }
  ]
}
