{
  "name": "LoBoDev DhmPro Directory",
  "description": "Annuaire des cliniques DhmPro bookables par agents (A2A). find_clinics → handoff_to_clinic → skills cliniques find_slots / book_slot.",
  "url": "https://lobodev.net/bookable-by-ai.html",
  "provider": {
    "organization": "LoBoTech inc. / LoBoDev",
    "url": "https://lobodev.net"
  },
  "version": "0.1.0",
  "documentationUrl": "https://lobodev.net/bookable-by-ai.html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "find_clinics",
      "name": "Trouver des cliniques",
      "description": "Filtre cliniques A2A opt-in (service, ville). preferredSlugs = favoris patient en tête."
    },
    {
      "id": "handoff_to_clinic",
      "name": "Passer à une clinique",
      "description": "Renvoie l’Agent Card URL et le gateway clinique."
    },
    {
      "id": "sell_dhmpro",
      "name": "Offre Bookable by AI",
      "description": "Pitch commercial ProSeries / DhmPro A2A + liens contact."
    }
  ],
  "securitySchemes": {
    "a2aApiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "Authorization",
      "description": "Bearer <a2a_directory_key>"
    }
  },
  "security": [
    {
      "a2aApiKey": []
    }
  ],
  "lobodev": {
    "kind": "directory",
    "gatewayUrl": "https://northamerica-northeast1-dhmpro-dev.cloudfunctions.net/a2aDirectoryGateway",
    "cardUrl": "https://dhmpro.ca/.well-known/a2a/directory.json",
    "lfCardUrl": "https://dhmpro.ca/.well-known/agent-card.json",
    "clinicGatewayUrl": "https://northamerica-northeast1-dhmpro-dev.cloudfunctions.net/a2aClinicGateway",
    "clinicLfAdapterUrl": "https://northamerica-northeast1-dhmpro-dev.cloudfunctions.net/a2aLfAdapter",
    "marketingUrl": "https://lobodev.net/bookable-by-ai.html"
  }
}