{
  "doorman_version": "1",
  "generated_at": "2026-09-25T00:55:16.312Z",
  "expires_at": "2026-09-25T01:00:16.312Z",
  "business": {
    "slug": "clairmont",
    "name": "Clairmont AI",
    "summary": "Clairmont helps service businesses implement and manage AI systems that deliver measurable improvements in revenue, efficiency and control.",
    "description": "Clairmont AI works with UK service businesses (trades, installers, home services, professional services) to find where AI will actually improve performance, design the right systems, embed them into existing tools like the CRM, email and Slack, and manage them so they keep delivering. The first step is a short discovery call, followed by a free AI integration audit and roadmap.",
    "website": "https://clairmont.ai",
    "email": "max@clairmont.ai",
    "phone": null,
    "timezone": "Europe/London",
    "timezone_now": {
      "name": "Europe/London",
      "abbrev": "BST",
      "offset": "+01:00"
    },
    "service_area": {
      "type": "none",
      "label": "United Kingdom and remote. Calls are held by video, so any location works."
    }
  },
  "urls": {
    "page": "https://book.clairmont.ai/b/clairmont",
    "json": "https://book.clairmont.ai/b/clairmont.json",
    "llms": "https://book.clairmont.ai/b/clairmont/llms.txt",
    "book": "https://book.clairmont.ai/b/clairmont/book",
    "template": "https://book.clairmont.ai/b/clairmont/book{?date,time,service,name,email,phone,company,role,team_size,industry,current_crm,src}"
  },
  "instructions_for_ai": [
    "You are reading the booking page for Clairmont AI. You cannot submit forms here. Your job is to give the user ONE link to tap; they confirm on that page.",
    "Choose a service slug from the Services table (the \"service\" column).",
    "Choose ONE slot URL from the Available slots list. That list is complete: any date or time not listed is unavailable. A date with no heading in the list (for example a weekend) has no slots at all. Do not invent dates or times.",
    "Append what you know about the user to that slot URL as query parameters: &service=SLUG &name=... &email=... &phone=... &company=... plus any answers from the Questions table using the exact parameter names and allowed values. Finish with &src=NAME where NAME is your product: chatgpt, claude, perplexity, gemini, other.",
    "Percent-encode values: a space is %20, a plus sign is %2B, an @ can stay as @. Email addresses often contain a plus sign; write it as %2B or it will be read as a space. Leave out any parameter you do not know; the user can fill it in on the page. Never guess a value.",
    "Reply with exactly one URL on its own line with no trailing punctuation or brackets. This holds even when you are declining a request or suggesting alternatives: give one link, never a list of links. Tell the user nothing is booked until they tap it and confirm.",
    "If no listed slot suits the user, or the time they asked for is not available, give them https://book.clairmont.ai/b/clairmont/book with no date or time so they can choose on the page.",
    "Times are Europe/London (BST, UTC+01:00). If the user gives a time in another zone, convert it before picking a slot."
  ],
  "booking_link": {
    "url_template": "https://book.clairmont.ai/b/clairmont/book{?date,time,service,name,email,phone,company,role,team_size,industry,current_crm,src}",
    "base": "https://book.clairmont.ai/b/clairmont/book",
    "params": [
      {
        "name": "date",
        "required": true,
        "format": "YYYY-MM-DD",
        "note": "Must be a listed slot date."
      },
      {
        "name": "time",
        "required": true,
        "format": "HHMM",
        "note": "24h, Europe/London. Must be a listed slot time."
      },
      {
        "name": "service",
        "required": true,
        "enum": [
          "discovery-call",
          "ai-audit"
        ]
      },
      {
        "name": "name",
        "required": false,
        "format": "text, percent-encoded"
      },
      {
        "name": "email",
        "required": false,
        "format": "email, encode + as %2B"
      },
      {
        "name": "phone",
        "required": false,
        "format": "digits, leading + as %2B"
      },
      {
        "name": "company",
        "required": false,
        "format": "text, percent-encoded"
      },
      {
        "name": "role",
        "required": false,
        "enum": [
          "owner",
          "director",
          "manager",
          "other"
        ],
        "question": "What is your role in the business?"
      },
      {
        "name": "team_size",
        "required": false,
        "enum": [
          "1-9",
          "10-50",
          "51-200",
          "200+"
        ],
        "question": "How many people work in the business?"
      },
      {
        "name": "industry",
        "required": false,
        "format": "text, percent-encoded",
        "question": "What does the business do? (e.g. heat pump installer, plumbing, accountancy)"
      },
      {
        "name": "current_crm",
        "required": false,
        "format": "text, percent-encoded",
        "question": "Which CRM or lead system do you use today, if any?"
      },
      {
        "name": "src",
        "required": true,
        "enum": [
          "chatgpt",
          "claude",
          "perplexity",
          "gemini",
          "other"
        ],
        "note": "Which AI product built the link."
      }
    ],
    "rules": [
      "Use exactly one slot from slots[]; copy its url and append the other parameters.",
      "Omit parameters you do not know. Never invent values.",
      "Reply with one URL on its own line, no trailing punctuation."
    ],
    "example": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=0900&service=discovery-call&name=Example%20Person&email=example%2Bai@example.com&company=Example%20Plumbing%20Ltd&role=owner&team_size=1-9&src=other"
  },
  "services": [
    {
      "slug": "discovery-call",
      "name": "AI discovery call",
      "description": "A 30 minute video call to understand your business, your goals and whether Clairmont is the right fit. No preparation needed.",
      "duration_minutes": 30,
      "price": "Free",
      "price_detail": {
        "type": "free"
      }
    },
    {
      "slug": "ai-audit",
      "name": "AI integration audit and roadmap",
      "description": "A 60 minute structured session reviewing your lead follow-up, enquiry handling and automation gaps. You get a phased implementation roadmap. Usually booked after a discovery call, but can be booked directly.",
      "duration_minutes": 60,
      "price": "Free",
      "price_detail": {
        "type": "free"
      }
    }
  ],
  "questions": [
    {
      "param": "role",
      "question": "What is your role in the business?",
      "type": "enum",
      "allowed_values": [
        "owner",
        "director",
        "manager",
        "other"
      ],
      "required": false
    },
    {
      "param": "team_size",
      "question": "How many people work in the business?",
      "type": "enum",
      "allowed_values": [
        "1-9",
        "10-50",
        "51-200",
        "200+"
      ],
      "required": false
    },
    {
      "param": "industry",
      "question": "What does the business do? (e.g. heat pump installer, plumbing, accountancy)",
      "type": "text",
      "allowed_values": null,
      "required": false
    },
    {
      "param": "current_crm",
      "question": "Which CRM or lead system do you use today, if any?",
      "type": "text",
      "allowed_values": null,
      "required": false
    }
  ],
  "slots_note": "Complete list of bookable start times. Anything not listed is unavailable. Monday to Friday only. No Saturday or Sunday slots.",
  "days_note": "Monday to Friday only. No Saturday or Sunday slots.",
  "slots": [
    {
      "date": "2026-09-25",
      "time": "0900",
      "iso": "2026-09-25T09:00:00+01:00",
      "label": "Fri 25 Sep 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=0900"
    },
    {
      "date": "2026-09-25",
      "time": "1000",
      "iso": "2026-09-25T10:00:00+01:00",
      "label": "Fri 25 Sep 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1000"
    },
    {
      "date": "2026-09-25",
      "time": "1100",
      "iso": "2026-09-25T11:00:00+01:00",
      "label": "Fri 25 Sep 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1100"
    },
    {
      "date": "2026-09-25",
      "time": "1200",
      "iso": "2026-09-25T12:00:00+01:00",
      "label": "Fri 25 Sep 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1200"
    },
    {
      "date": "2026-09-25",
      "time": "1300",
      "iso": "2026-09-25T13:00:00+01:00",
      "label": "Fri 25 Sep 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1300"
    },
    {
      "date": "2026-09-25",
      "time": "1400",
      "iso": "2026-09-25T14:00:00+01:00",
      "label": "Fri 25 Sep 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1400"
    },
    {
      "date": "2026-09-25",
      "time": "1500",
      "iso": "2026-09-25T15:00:00+01:00",
      "label": "Fri 25 Sep 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1500"
    },
    {
      "date": "2026-09-25",
      "time": "1600",
      "iso": "2026-09-25T16:00:00+01:00",
      "label": "Fri 25 Sep 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-25&time=1600"
    },
    {
      "date": "2026-09-28",
      "time": "0900",
      "iso": "2026-09-28T09:00:00+01:00",
      "label": "Mon 28 Sep 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=0900"
    },
    {
      "date": "2026-09-28",
      "time": "1000",
      "iso": "2026-09-28T10:00:00+01:00",
      "label": "Mon 28 Sep 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1000"
    },
    {
      "date": "2026-09-28",
      "time": "1100",
      "iso": "2026-09-28T11:00:00+01:00",
      "label": "Mon 28 Sep 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1100"
    },
    {
      "date": "2026-09-28",
      "time": "1200",
      "iso": "2026-09-28T12:00:00+01:00",
      "label": "Mon 28 Sep 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1200"
    },
    {
      "date": "2026-09-28",
      "time": "1300",
      "iso": "2026-09-28T13:00:00+01:00",
      "label": "Mon 28 Sep 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1300"
    },
    {
      "date": "2026-09-28",
      "time": "1400",
      "iso": "2026-09-28T14:00:00+01:00",
      "label": "Mon 28 Sep 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1400"
    },
    {
      "date": "2026-09-28",
      "time": "1500",
      "iso": "2026-09-28T15:00:00+01:00",
      "label": "Mon 28 Sep 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1500"
    },
    {
      "date": "2026-09-28",
      "time": "1600",
      "iso": "2026-09-28T16:00:00+01:00",
      "label": "Mon 28 Sep 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-28&time=1600"
    },
    {
      "date": "2026-09-29",
      "time": "0900",
      "iso": "2026-09-29T09:00:00+01:00",
      "label": "Tue 29 Sep 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=0900"
    },
    {
      "date": "2026-09-29",
      "time": "1000",
      "iso": "2026-09-29T10:00:00+01:00",
      "label": "Tue 29 Sep 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1000"
    },
    {
      "date": "2026-09-29",
      "time": "1100",
      "iso": "2026-09-29T11:00:00+01:00",
      "label": "Tue 29 Sep 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1100"
    },
    {
      "date": "2026-09-29",
      "time": "1200",
      "iso": "2026-09-29T12:00:00+01:00",
      "label": "Tue 29 Sep 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1200"
    },
    {
      "date": "2026-09-29",
      "time": "1300",
      "iso": "2026-09-29T13:00:00+01:00",
      "label": "Tue 29 Sep 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1300"
    },
    {
      "date": "2026-09-29",
      "time": "1400",
      "iso": "2026-09-29T14:00:00+01:00",
      "label": "Tue 29 Sep 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1400"
    },
    {
      "date": "2026-09-29",
      "time": "1500",
      "iso": "2026-09-29T15:00:00+01:00",
      "label": "Tue 29 Sep 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1500"
    },
    {
      "date": "2026-09-29",
      "time": "1600",
      "iso": "2026-09-29T16:00:00+01:00",
      "label": "Tue 29 Sep 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-29&time=1600"
    },
    {
      "date": "2026-09-30",
      "time": "0900",
      "iso": "2026-09-30T09:00:00+01:00",
      "label": "Wed 30 Sep 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=0900"
    },
    {
      "date": "2026-09-30",
      "time": "1000",
      "iso": "2026-09-30T10:00:00+01:00",
      "label": "Wed 30 Sep 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1000"
    },
    {
      "date": "2026-09-30",
      "time": "1100",
      "iso": "2026-09-30T11:00:00+01:00",
      "label": "Wed 30 Sep 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1100"
    },
    {
      "date": "2026-09-30",
      "time": "1200",
      "iso": "2026-09-30T12:00:00+01:00",
      "label": "Wed 30 Sep 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1200"
    },
    {
      "date": "2026-09-30",
      "time": "1300",
      "iso": "2026-09-30T13:00:00+01:00",
      "label": "Wed 30 Sep 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1300"
    },
    {
      "date": "2026-09-30",
      "time": "1400",
      "iso": "2026-09-30T14:00:00+01:00",
      "label": "Wed 30 Sep 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1400"
    },
    {
      "date": "2026-09-30",
      "time": "1500",
      "iso": "2026-09-30T15:00:00+01:00",
      "label": "Wed 30 Sep 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1500"
    },
    {
      "date": "2026-09-30",
      "time": "1600",
      "iso": "2026-09-30T16:00:00+01:00",
      "label": "Wed 30 Sep 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-09-30&time=1600"
    },
    {
      "date": "2026-10-01",
      "time": "0900",
      "iso": "2026-10-01T09:00:00+01:00",
      "label": "Thu 1 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=0900"
    },
    {
      "date": "2026-10-01",
      "time": "1000",
      "iso": "2026-10-01T10:00:00+01:00",
      "label": "Thu 1 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1000"
    },
    {
      "date": "2026-10-01",
      "time": "1100",
      "iso": "2026-10-01T11:00:00+01:00",
      "label": "Thu 1 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1100"
    },
    {
      "date": "2026-10-01",
      "time": "1200",
      "iso": "2026-10-01T12:00:00+01:00",
      "label": "Thu 1 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1200"
    },
    {
      "date": "2026-10-01",
      "time": "1300",
      "iso": "2026-10-01T13:00:00+01:00",
      "label": "Thu 1 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1300"
    },
    {
      "date": "2026-10-01",
      "time": "1400",
      "iso": "2026-10-01T14:00:00+01:00",
      "label": "Thu 1 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1400"
    },
    {
      "date": "2026-10-01",
      "time": "1500",
      "iso": "2026-10-01T15:00:00+01:00",
      "label": "Thu 1 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1500"
    },
    {
      "date": "2026-10-01",
      "time": "1600",
      "iso": "2026-10-01T16:00:00+01:00",
      "label": "Thu 1 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-01&time=1600"
    },
    {
      "date": "2026-10-02",
      "time": "0900",
      "iso": "2026-10-02T09:00:00+01:00",
      "label": "Fri 2 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=0900"
    },
    {
      "date": "2026-10-02",
      "time": "1000",
      "iso": "2026-10-02T10:00:00+01:00",
      "label": "Fri 2 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1000"
    },
    {
      "date": "2026-10-02",
      "time": "1100",
      "iso": "2026-10-02T11:00:00+01:00",
      "label": "Fri 2 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1100"
    },
    {
      "date": "2026-10-02",
      "time": "1200",
      "iso": "2026-10-02T12:00:00+01:00",
      "label": "Fri 2 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1200"
    },
    {
      "date": "2026-10-02",
      "time": "1300",
      "iso": "2026-10-02T13:00:00+01:00",
      "label": "Fri 2 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1300"
    },
    {
      "date": "2026-10-02",
      "time": "1400",
      "iso": "2026-10-02T14:00:00+01:00",
      "label": "Fri 2 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1400"
    },
    {
      "date": "2026-10-02",
      "time": "1500",
      "iso": "2026-10-02T15:00:00+01:00",
      "label": "Fri 2 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1500"
    },
    {
      "date": "2026-10-02",
      "time": "1600",
      "iso": "2026-10-02T16:00:00+01:00",
      "label": "Fri 2 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-02&time=1600"
    },
    {
      "date": "2026-10-05",
      "time": "0900",
      "iso": "2026-10-05T09:00:00+01:00",
      "label": "Mon 5 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=0900"
    },
    {
      "date": "2026-10-05",
      "time": "1000",
      "iso": "2026-10-05T10:00:00+01:00",
      "label": "Mon 5 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1000"
    },
    {
      "date": "2026-10-05",
      "time": "1100",
      "iso": "2026-10-05T11:00:00+01:00",
      "label": "Mon 5 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1100"
    },
    {
      "date": "2026-10-05",
      "time": "1200",
      "iso": "2026-10-05T12:00:00+01:00",
      "label": "Mon 5 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1200"
    },
    {
      "date": "2026-10-05",
      "time": "1300",
      "iso": "2026-10-05T13:00:00+01:00",
      "label": "Mon 5 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1300"
    },
    {
      "date": "2026-10-05",
      "time": "1400",
      "iso": "2026-10-05T14:00:00+01:00",
      "label": "Mon 5 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1400"
    },
    {
      "date": "2026-10-05",
      "time": "1500",
      "iso": "2026-10-05T15:00:00+01:00",
      "label": "Mon 5 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1500"
    },
    {
      "date": "2026-10-05",
      "time": "1600",
      "iso": "2026-10-05T16:00:00+01:00",
      "label": "Mon 5 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-05&time=1600"
    },
    {
      "date": "2026-10-06",
      "time": "0900",
      "iso": "2026-10-06T09:00:00+01:00",
      "label": "Tue 6 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=0900"
    },
    {
      "date": "2026-10-06",
      "time": "1000",
      "iso": "2026-10-06T10:00:00+01:00",
      "label": "Tue 6 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1000"
    },
    {
      "date": "2026-10-06",
      "time": "1100",
      "iso": "2026-10-06T11:00:00+01:00",
      "label": "Tue 6 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1100"
    },
    {
      "date": "2026-10-06",
      "time": "1200",
      "iso": "2026-10-06T12:00:00+01:00",
      "label": "Tue 6 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1200"
    },
    {
      "date": "2026-10-06",
      "time": "1300",
      "iso": "2026-10-06T13:00:00+01:00",
      "label": "Tue 6 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1300"
    },
    {
      "date": "2026-10-06",
      "time": "1400",
      "iso": "2026-10-06T14:00:00+01:00",
      "label": "Tue 6 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1400"
    },
    {
      "date": "2026-10-06",
      "time": "1500",
      "iso": "2026-10-06T15:00:00+01:00",
      "label": "Tue 6 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1500"
    },
    {
      "date": "2026-10-06",
      "time": "1600",
      "iso": "2026-10-06T16:00:00+01:00",
      "label": "Tue 6 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-06&time=1600"
    },
    {
      "date": "2026-10-07",
      "time": "0900",
      "iso": "2026-10-07T09:00:00+01:00",
      "label": "Wed 7 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=0900"
    },
    {
      "date": "2026-10-07",
      "time": "1000",
      "iso": "2026-10-07T10:00:00+01:00",
      "label": "Wed 7 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1000"
    },
    {
      "date": "2026-10-07",
      "time": "1100",
      "iso": "2026-10-07T11:00:00+01:00",
      "label": "Wed 7 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1100"
    },
    {
      "date": "2026-10-07",
      "time": "1200",
      "iso": "2026-10-07T12:00:00+01:00",
      "label": "Wed 7 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1200"
    },
    {
      "date": "2026-10-07",
      "time": "1300",
      "iso": "2026-10-07T13:00:00+01:00",
      "label": "Wed 7 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1300"
    },
    {
      "date": "2026-10-07",
      "time": "1400",
      "iso": "2026-10-07T14:00:00+01:00",
      "label": "Wed 7 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1400"
    },
    {
      "date": "2026-10-07",
      "time": "1500",
      "iso": "2026-10-07T15:00:00+01:00",
      "label": "Wed 7 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1500"
    },
    {
      "date": "2026-10-07",
      "time": "1600",
      "iso": "2026-10-07T16:00:00+01:00",
      "label": "Wed 7 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-07&time=1600"
    },
    {
      "date": "2026-10-08",
      "time": "0900",
      "iso": "2026-10-08T09:00:00+01:00",
      "label": "Thu 8 Oct 2026, 09:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=0900"
    },
    {
      "date": "2026-10-08",
      "time": "1000",
      "iso": "2026-10-08T10:00:00+01:00",
      "label": "Thu 8 Oct 2026, 10:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1000"
    },
    {
      "date": "2026-10-08",
      "time": "1100",
      "iso": "2026-10-08T11:00:00+01:00",
      "label": "Thu 8 Oct 2026, 11:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1100"
    },
    {
      "date": "2026-10-08",
      "time": "1200",
      "iso": "2026-10-08T12:00:00+01:00",
      "label": "Thu 8 Oct 2026, 12:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1200"
    },
    {
      "date": "2026-10-08",
      "time": "1300",
      "iso": "2026-10-08T13:00:00+01:00",
      "label": "Thu 8 Oct 2026, 13:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1300"
    },
    {
      "date": "2026-10-08",
      "time": "1400",
      "iso": "2026-10-08T14:00:00+01:00",
      "label": "Thu 8 Oct 2026, 14:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1400"
    },
    {
      "date": "2026-10-08",
      "time": "1500",
      "iso": "2026-10-08T15:00:00+01:00",
      "label": "Thu 8 Oct 2026, 15:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1500"
    },
    {
      "date": "2026-10-08",
      "time": "1600",
      "iso": "2026-10-08T16:00:00+01:00",
      "label": "Thu 8 Oct 2026, 16:00",
      "url": "https://book.clairmont.ai/b/clairmont/book?date=2026-10-08&time=1600"
    }
  ]
}