# STEM Talent Strategy Session - ITRADE Innovations We specialize in Talent, Technology and Security. Now let's talk about your hiring gaps.In 30 minutes, we'll assess what's stalling your hardest STEM searches and map out the right approach - whether that's precision recruiting, contract staffing, workforce training programs, or tapping into incentives that reduce your total talent cost. Bring your toughest open role. We'll bring the playbook. Hosted by Bianca Diosdado at ITRADE Innovations . 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=itrade-innovations&slug=talent`. 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": "itrade-innovations", "slug": "talent", "bookingSlot": { "start": "", "end": "" }, "timeZone": "America/New_York", "booker": { "email": "booker@example.com", "name": "Booker Name" }, "responses": [ { "fieldId": "019f3d6b-1c3e-70bb-84ac-991cd3e5ec94", "value": "" }, { "fieldId": "019f3d6b-1c3e-70bb-84ac-9cc5840caf1f", "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** (`019f3d6b-1c3e-70bb-84ac-991cd3e5ec94`, short_text, required) - **Email** (`019f3d6b-1c3e-70bb-84ac-9cc5840caf1f`, email, required) - **Notes** (`019f3d6b-1c3e-70bb-84ac-a1cd1ccf67e1`, short_text) ## Drop in now Drop in immediately (no booking): https://ro.am/r/#/n/AZ89axw-cLuErI9d0f60-Q/st2NPTTRf78QUFvUCc9O-w A structured JSON version of this page is available at https://ro.am/itrade-innovations/talent.json.