{
  "$schema": "https://google.github.io/A2A/schemas/agent-card.json",
  "name": "Holistic Rejuvenation Center Public Guide",
  "description": "Public website guide for Holistic Rejuvenation Center in Aventura, Florida. Helps agents summarize services, find public pages, and direct visitors to human-controlled booking paths without autonomous booking, diagnosis, payment, or access to client records.",
  "url": "https://www.holisticrejuvenationcenter.com",
  "provider": {
    "organization": "Holistic Rejuvenation Center",
    "url": "https://www.holisticrejuvenationcenter.com"
  },
  "version": "2026-06-30",
  "supportedInterfaces": [
    {
      "type": "web",
      "url": "https://www.holisticrejuvenationcenter.com",
      "description": "Public website pages for human visitors and AI assistants."
    },
    {
      "type": "webmcp",
      "url": "https://www.holisticrejuvenationcenter.com/agent-tools.js",
      "description": "Read-only browser tools for public context, page lookup, and service summaries when supported by the visitor's browser."
    }
  ],
  "capabilities": {
    "publicDiscovery": true,
    "readOnlyTools": true,
    "autonomousBooking": false,
    "payments": false,
    "protectedHealthRecords": false
  },
  "authentication": {
    "schemes": ["none"],
    "credentials": "Public website discovery only. No self-serve protected API credentials are issued."
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "find-services",
      "name": "Find HRC services",
      "description": "Summarize public HRC services and point visitors to the services page.",
      "tags": ["services", "wellness", "public-discovery"],
      "examples": ["What services does HRC offer?", "Where can I learn about infrared sauna or lymphatic drainage?"]
    },
    {
      "id": "booking-guidance",
      "name": "Booking guidance",
      "description": "Direct visitors to the public booking page without booking, cancelling, or purchasing on their behalf.",
      "tags": ["booking", "human-controlled", "public-page"],
      "examples": ["Where do I book a consultation?", "How should an agent help someone schedule safely?"]
    },
    {
      "id": "location-context",
      "name": "Location context",
      "description": "Provide public location context for HRC at JW Marriott Turnberry in Aventura, South Florida.",
      "tags": ["location", "aventura", "south-florida"],
      "examples": ["Where is HRC located?", "Is HRC near Aventura?"]
    }
  ]
}
