{
  "version": "1.0",
  "site": "https://tomorrowlabs.ae",
  "actions": [
    {
      "id": "start-clinical-assessment",
      "name": "Start Clinical Assessment",
      "description": "Complete the physician-reviewed clinical intake (8 questions covering demographics, health goals, current health, lifestyle, and treatment history) so an independent DHA-licensed physician can review the responses. This step only collects intake information — it does not select, prescribe, price, or guarantee any treatment.",
      "method": "declarative+imperative",
      "endpoint": "/assessment",
      "parameters": {
        "required": [
          "age_range",
          "biological_sex",
          "primary_goal",
          "energy_level",
          "chronic_conditions",
          "exercise_hours",
          "sleep_quality",
          "compounded_treatment_history"
        ]
      }
    }
  ]
}
