{
  "name": "Palazzo Vetra",
  "description": "Palazzo Vetra is a property in Milano, Italy. Palazzo Vetra, boutique hotel milanese affacciato sul Parco delle Basiliche, al Carrobbio. This agent answers pre-booking questions about it for travel organisers, DMCs and corporate bookers — where it is, who its official partners are, and what they are currently promoting. Demo notice: Palazzo Vetra is a fictional demonstration property operated by Aikebom (https://aikebom.com) to showcase its white-label AI concierge platform — the property, its partners and their offers are fictional.",
  "supportedInterfaces": [
    {
      "url": "https://palazzovetra.aikebom.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Aikebom",
    "url": "https://aikebom.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "getPropertyInfo",
      "name": "Property facts",
      "description": "Where this property is, what languages it serves, and its check-in and check-out times.",
      "tags": [
        "what-is",
        "about",
        "address",
        "location",
        "where",
        "city",
        "check-in",
        "checkout",
        "languages",
        "facts",
        "dates"
      ],
      "examples": [
        "Property facts",
        "{\"skill\": \"getPropertyInfo\"}"
      ]
    },
    {
      "id": "getPartners",
      "name": "Partners & outlets",
      "description": "The property’s official partners and outlets, each with its commercial relationship disclosed.",
      "tags": [
        "partners",
        "sponsors",
        "outlets",
        "restaurants",
        "bars",
        "spa",
        "directory",
        "recommendations"
      ],
      "examples": [
        "Partners & outlets",
        "{\"skill\": \"getPartners\"}"
      ]
    },
    {
      "id": "getOffers",
      "name": "Current promotions",
      "description": "Offers currently valid at the property’s partners and outlets, with their validity dates.",
      "tags": [
        "offers",
        "promotions",
        "deals",
        "discounts",
        "packages",
        "vouchers",
        "codes"
      ],
      "examples": [
        "Current promotions",
        "{\"skill\": \"getOffers\"}"
      ]
    }
  ]
}