{
  "protocolVersion": "0.3.0",
  "name": "Halotherapy",
  "description": "Informational agent card for Halotherapy — RN-led Low-Level Laser Therapy (LLLT) and Therapeutic Ultrasound practice on the Gold Coast, Australia. Operated by Hayley Earnshaw, Registered Nurse (AHPRA). Mobile visits and Palm Beach clinic. This site exposes structured public information about treatments, pricing, service area and booking. Agents retrieve content by fetching pages with Accept: text/markdown, reading /llms.txt, or parsing the embedded schema.org JSON-LD graph. No interactive JSON-RPC endpoint is exposed; booking is handled by Cliniko at https://halotherapy.au5.cliniko.com/bookings.",
  "url": "https://halotherapy.au/",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    { "transport": "HTTP+JSON", "url": "https://halotherapy.au/" },
    { "transport": "HTTP+MARKDOWN", "url": "https://halotherapy.au/" }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://halotherapy.au/llms.txt",
  "provider": {
    "organization": "Halotherapy",
    "url": "https://halotherapy.au/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/html", "application/ld+json"],
  "skills": [
    { "id": "list-services", "name": "List services", "description": "Retrieve the full Halotherapy service catalogue with duration and AUD price.", "tags": ["services", "pricing", "lllt", "ultrasound"], "examples": ["What treatments does Halotherapy offer?", "How much is mastitis treatment?"] },
    { "id": "treatment-info", "name": "Treatment info", "description": "Retrieve detailed information about a specific treatment.", "tags": ["mastitis", "blocked-ducts", "postnatal", "post-op", "scar", "pain"], "examples": ["How does LLLT help with mastitis?", "Tell me about blocked duct treatment."] },
    { "id": "service-area", "name": "Service area", "description": "Retrieve the Gold Coast and Tweed Shire suburbs serviced by Halotherapy.", "tags": ["location", "service-area", "gold-coast", "tweed"], "examples": ["Does Halotherapy visit Burleigh Heads?", "Where is the clinic?"] },
    { "id": "book-appointment", "name": "Book appointment", "description": "Direct user to Halotherapy's Cliniko online booking.", "tags": ["booking", "cliniko"], "examples": ["Book an appointment with Halotherapy."] },
    { "id": "contact", "name": "Contact", "description": "Phone, email and Instagram for Halotherapy.", "tags": ["contact"], "examples": ["How do I contact Halotherapy?"] }
  ]
}
