{
  "name": "Harouna Drive VTC — KeyBot Agent",
  "description": "Agent VTC conversationnel — réservation, tarifs, géolocalisation",
  "url": "https://harounadrive.netlify.app",
  "provider": {
    "organization": "TNTECH CONSULTING SAS",
    "url": "https://tntech.fr"
  },
  "version": "0.2",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      {
        "scheme": "bearer",
        "description": "AIB Passport JWS token"
      }
    ]
  },
  "skills": [
    {
      "id": "vtc-chat",
      "name": "VTC Chat",
      "description": "Conversation libre avec le bot Harouna Drive",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "vtc-booking",
      "name": "VTC Booking",
      "description": "Réservation de course — aéroports, gares, longue distance",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "vtc-pricing",
      "name": "VTC Pricing",
      "description": "Estimation de prix basée sur OSRM routing + tarifs configurés",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "x-aib-passport-id": "urn:aib:agent:tntech:keybot-vtc-harouna",
  "x-aib-did": "did:web:keybot.fr:agents:tntech:keybot-vtc-harouna"
}