{
  "name": "Rezé Destination Agent",
  "description": "The official conversational travel agent for Rezé: recommends curated places and events and hands off bookings, grounded in the destination's governance narrative and catalog.",
  "version": "0.1.0",
  "supportedInterfaces": [
    {
      "url": "https://ai.benorama.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Globetrotters",
    "url": "https://ai.benorama.com/a2a"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearer": {}
      }
    }
  ],
  "skills": [
    {
      "id": "recommend_places",
      "name": "Recommend places",
      "description": "Recommend curated places to see, eat, and stay, filtered by type, season, and audience.",
      "tags": [
        "travel",
        "Rezé"
      ]
    },
    {
      "id": "find_destinations",
      "name": "Find places",
      "description": "Find specific curated points of interest matching a free-text request.",
      "tags": [
        "travel",
        "Rezé"
      ]
    },
    {
      "id": "plan_itinerary",
      "name": "Plan an itinerary",
      "description": "Assemble a multi-stop itinerary from the destination's curated catalog.",
      "tags": [
        "travel",
        "Rezé"
      ]
    },
    {
      "id": "check_availability",
      "name": "Check events & availability",
      "description": "Find events and what's on during the traveller's dates.",
      "tags": [
        "travel",
        "Rezé"
      ]
    },
    {
      "id": "handoff_booking",
      "name": "Hand off booking",
      "description": "Return the official booking, reservation, or ticket link for a curated place or event.",
      "tags": [
        "travel",
        "Rezé"
      ]
    },
    {
      "id": "answer_question",
      "name": "Answer questions",
      "description": "Answer open questions about the destination from the official governance narrative.",
      "tags": [
        "travel",
        "Rezé"
      ]
    }
  ]
}