# Startupr Free Consultation Thanks for your interest in Startupr! This free consultation is a chance to speak with one of our experts about your lead generation and sales operations, get actionable advice, and explore how we might be able to support your growth - no pressure, just real insight and value. Hosted by Kyle Hamilton at Startupr. 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=startupr&slug=free-consultation`. 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": "startupr", "slug": "free-consultation", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "01983dc4-3a20-743d-9ea5-13fd4d61cd0f", "value": "" }, { "fieldId": "01983dc4-3a20-743d-9ea5-163e9389ff5d", "value": "" }, { "fieldId": "01983dc4-3a20-743d-9ea5-18c8da80acd1", "value": "" }, { "fieldId": "01983ddb-85e2-76bb-81cb-fa442bbbb740", "value": "" }, { "fieldId": "01993952-3264-76a1-a2a7-74c2dd8d489b", "value": [ "0199394f-a057-746c-974b-dbf62ba1e900" ] } ] } ``` `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** (`01983dc4-3a20-743d-9ea5-13fd4d61cd0f`, short_text, required) - **Email** (`01983dc4-3a20-743d-9ea5-163e9389ff5d`, email, required) - **What outcome would make this session valuable for you?** (`01983dc4-3a20-743d-9ea5-18c8da80acd1`, short_text, required) - **Phone Number** (`01983dda-afad-72ac-ab52-099ce2788333`, phone_number) - **Company Website or LinkedIn link** (`01983ddb-85e2-76bb-81cb-fa442bbbb740`, short_text, required) - **What was the spark that got you here?** (`01993952-3264-76a1-a2a7-74c2dd8d489b`, checkbox, required) — one of: YouTube / Content (saw us talking, clicked through) (id: `0199394f-a057-746c-974b-dbf62ba1e900`), LinkedIn Job Post (a.k.a. the “we’re hiring” breadcrumb) (id: `0199394f-a057-746c-974b-dffd1c1fd0ad`), LinkedIn Profile (stumbled across us while scrolling) (id: `0199394f-a057-746c-974b-e3bfea0e4e9d`), Referral / Word of Mouth (somebody whispered our name) (id: `01993950-4119-7694-a325-6b3f848a5dfa`), Google Search (typed something magical, found us) (id: `01993951-bf0f-774b-acdf-730d22f312bb`), Our Website (you were curious, we were here) (id: `01993951-f1eb-714a-b5bd-3690b81590ad`) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZg9xDogdD2epQaJp7WgHg/3lqNP76Rlodon6tTKvHokQ A structured JSON version of this page is available at https://ro.am/startupr/free-consultation.json.