{
  "protocolVersion": "0.3.0",
  "name": "The Bridge Health Recovery Center",
  "description": "The Bridge Health Recovery Center is a private 21-day residential recovery retreat in New Harmony, Utah, founded by Dr. Daren Brooks, D.O. It treats mental health, addiction, trauma, depression, anxiety, chronic pain and burnout using a whole-person, medically-informed and holistic approach. Sessions are small-group (about 25 guests) and residential on a private Southern Utah campus. Admissions are handled by phone with a human; there is no automated booking.",
  "url": "https://thebridgehealthrecovery.com/",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "The Bridge Health Recovery Center",
    "url": "https://thebridgehealthrecovery.com"
  },
  "documentationUrl": "https://thebridgehealthrecovery.com/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Every published surface is open — no credentials."
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "skills": [
    {
      "id": "learn_programs",
      "name": "Understand the treatment programs",
      "description": "Retrieve what The Bridge treats and how: 21-day residential sessions covering addiction, depression, anxiety, trauma, chronic pain and burnout, with holistic and medically-informed therapies. See https://thebridgehealthrecovery.com/activities-treatments-therapy/ and the condition pages for addiction, depression and anxiety.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://thebridgehealthrecovery.com/activities-treatments-therapy/"
    },
    {
      "id": "contact_admissions",
      "name": "Reach admissions",
      "description": "Admissions are handled by a human, 24/7, by phone at 435-559-1922. Pricing depends on medical needs and room selection and is discussed on that call, not published. There is no automated booking or intake API.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://thebridgehealthrecovery.com/contact/",
      "status": "not_implemented"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://thebridgehealthrecovery.com/"
    }
  ]
}
