# 1 on 1 with Jeremy Hayes, Director at Growth Insurance Group Hosted by Jeremy Hayes at Growth Insurance Group. Meetings are 60 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=jeremy_hayes&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": "jeremy_hayes", "slug": "", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "019954de-fed9-744b-9217-211b869214cd", "value": "" }, { "fieldId": "019954de-fed9-744b-9217-251e11471bc0", "value": "" }, { "fieldId": "01998e54-563e-75c2-8539-bdea88cb5826", "value": "" }, { "fieldId": "019d9c56-88a4-755a-80d3-1560ada146e7", "value": "019dad56-4b18-703b-9118-1cfaa6fb0d45" } ] } ``` `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** (`019954de-fed9-744b-9217-211b869214cd`, short_text, required) - **Email** (`019954de-fed9-744b-9217-251e11471bc0`, email, required) - **Phone Number** (`01998e54-563e-75c2-8539-bdea88cb5826`, phone_number, required) - **What Would You Like To Discuss & Strategize About?** (`019d9c56-88a4-755a-80d3-1560ada146e7`, dropdown, required) — one of: G.I.G. HQ - Onboarding & Overview (id: `019dad56-4b18-703b-9118-1cfaa6fb0d45`), CRM Help (id: `019eff19-0b14-747e-b784-df012db61c61`), Starting An Ad Campaign (id: `019d9c53-a560-7766-bc1f-b26a0e3643b3`), Underwriting / Case Design (id: `019d9c53-a560-7766-bc1f-b5a8bf346707`), Recruiting / Building A Team (id: `019d9c53-a560-7766-bc1f-b908bcd70716`), Setting A Personal & Business Budget (id: `019d9c55-57df-775b-beb2-dc7e8aa2bfb3`), Personal & Professional Goals (id: `019d9c55-8d59-7251-b302-c916e2571414`), Mentality / Mindset Shift / Refocus (id: `019d9c56-0269-72c4-91f6-175f80674141`), Not Sure Yet - Just Need To Pick Your Brain (id: `019d9c56-3dc6-705e-add2-754869621153`) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZlU3v7ZdEuSFxWFlynoPg/93mLiv4SiSf5nFegF4cAgA A structured JSON version of this page is available at https://ro.am/jeremy_hayes.json.