{
  "name": "Elite Infusions + Wellness",
  "description": "Mobile concierge IV therapy and provider-guided wellness delivered by nurses and medics across Florida's Orlando-to-Miami corridor. This agent answers from the public site data only: services and prices, whether a Florida city is in the service area, and the Mangomint booking link.",
  "version": "0.1.0",
  "url": "https://eliteinfusionsllc.com/a2a",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://eliteinfusionsllc.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Elite Infusions LLC",
    "url": "https://eliteinfusionsllc.com"
  },
  "documentationUrl": "https://eliteinfusionsllc.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "find_a_service",
      "name": "Find a service",
      "description": "List Elite's services, IV drips, add-ons, and memberships with prices, and match a stated wellness goal to a drip.",
      "tags": [
        "iv-therapy",
        "wellness",
        "services",
        "pricing"
      ],
      "examples": [
        "Which IV drip helps with a hangover?",
        "What does the Myers' Cocktail cost?"
      ]
    },
    {
      "id": "check_coverage",
      "name": "Check coverage",
      "description": "Say whether a Florida city is in Elite's listed mobile service area on the Orlando-to-Miami corridor.",
      "tags": [
        "service-area",
        "florida",
        "coverage"
      ],
      "examples": [
        "Do you come to Fort Lauderdale?",
        "Is Vero Beach in your service area?"
      ]
    },
    {
      "id": "book",
      "name": "Book",
      "description": "Hand back the Mangomint online booking link and the phone number. Booking itself happens in Mangomint.",
      "tags": [
        "booking",
        "mangomint",
        "contact"
      ],
      "examples": [
        "How do I book an appointment?",
        "Give me the booking link."
      ]
    }
  ]
}