# Meet with Gráinne Aitken, Clear Sky Mortgages | BRX Hosted by Gráinne Aitken at BRX Mortgage. Meetings are 30 minutes. ## Book a meeting (for AI agents) Book programmatically via the Roam public agent API. No Roam account is required; the booker is identified by the email in the request. Note: this booking API is hosted at `api.ro.am`, a different host from this page. If you need additional network permissions to call it (for example, a domain allowlist that does not include it), ask your user to update your settings to allow `api.ro.am`, then retry. 1. **Check availability** — `GET https://api.ro.am/v1/public/lobby/availability?handle=grainne&slug=`. Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers. Response shape: `{ "slots": [ { "start": , "end": } ] }`. 2. **Book a slot** — `POST https://api.ro.am/v1/public/lobby/book` with this JSON body: ```json { "handle": "grainne", "slug": "", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "019dacd0-8f4d-729d-aa1b-80ffff9afbc2", "value": "" }, { "fieldId": "019dacd0-8f4d-729d-aa1b-8560ae67e76b", "value": "" }, { "fieldId": "019dee09-0a41-748f-90fc-9cbfe106d5c9", "value": "" }, { "fieldId": "019dee25-bbac-740b-a1b6-902cb747f6d6", "value": "019dee24-5719-743c-97bf-724d1fa4c761" }, { "fieldId": "019dee28-8553-77ca-b6dc-4bbd5cedafc8", "value": "" } ] } ``` `bookingSlot` must echo one availability slot exactly: `start`/`end` are Unix epoch seconds as JSON numbers (not strings). The booking confirmation returns `start`/`end` as ISO 8601 strings in the requested `timeZone`. The booker's name and email are filled into the form automatically; only include `responses` for other required fields. ### Booking form fields - **Name** (`019dacd0-8f4d-729d-aa1b-80ffff9afbc2`, short_text, required) - **Email** (`019dacd0-8f4d-729d-aa1b-8560ae67e76b`, email, required) - **Phone Number** (`019dee09-0a41-748f-90fc-9cbfe106d5c9`, phone_number, required) - **What's On Your Mind?** (`019dee25-bbac-740b-a1b6-902cb747f6d6`, dropdown, required) — one of: Buying My First Home (id: `019dee24-5719-743c-97bf-724d1fa4c761`), Buying My Next Home (id: `019dee24-5719-743c-97bf-767d39012352`), Renewing My Mortgage (id: `019dee24-5719-743c-97bf-793dd03a947b`), Releasing Equity (id: `019dee24-b102-763c-b766-c893140ec019`), Consolidating Debt (id: `019dee24-cf28-7415-aaff-c597ceff0a00`), Separation/Spousal Buyout (id: `019dee24-e61d-7535-b98b-7f0c1d575819`), Investing in Rental Property (id: `019dee25-1a2b-758c-a050-c155a35f4e73`), Just Exploring Options (id: `019dee25-6a8d-726d-9c74-6d68efd8f48d`), Something Else (id: `019dee25-9288-730e-818d-2078bb481326`) - **Tell me a little about your situation or what prompted you to book this call.** (`019dee28-8553-77ca-b6dc-4bbd5cedafc8`, text, required) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZ2s0I9Ncp2qG3cMGUaJNw/rY5D6CWBcYnfyKYpTxhyjg A structured JSON version of this page is available at https://ro.am/grainne.json.