pitchiq_v1_booking_book_guest_slot
Book a confirmed guest slot on a PitchIQ host's PUBLIC booking calendar (Calendly-style). Outcome-priced — you pay per confirmed booking. Re-checks slot availability, sends the confirmation email, and pushes to the host's Google Calendar when connected. Find bookable hosts via discover_search_podcasts. x402-payable; no PAT required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_at | Yes | Slot start (ISO-8601 UTC). Must be a currently-free slot on the host's calendar — re-checked before insert. | |
| host_handle | Yes | The PitchIQ host's PUBLIC booking handle (e.g. from discover_search_podcasts). Books on THEIR public calendar, not yours. | |
| attendee_name | Yes | Name of the guest being booked (the agent's principal). | |
| attendee_email | Yes | Guest email — receives the confirmation + cancel link. | |
| attendee_notes | No | Pitch / context the host sees alongside the booking. | |
| duration_minutes | No | Meeting length. Default 30. |