Get book-demo context
Return current public book-demo context and available services.
- Tool
- get_book_demo_context
- Method
- POST
- Endpoint
- /api/public/agent/book-demo/context
- Required fields
- None
Agent View
Choose the workflow you want to see, reserve a time, and share a little context before the call.
Registry-derived claims for Pricing, trial, and onboarding, Privacy, boundaries, and actions.
Choose the workflow you want to see, reserve a time, and share a little context before the call.
A confirmed book-demo submit must include the minimum fields below.
Agent submits use a separate confirmed action lane and do not reuse browser honeypot requirements.
Return current public book-demo context and available services.
Normalize booking fields and identify missing requirements before submit.
Create a single confirmed demo booking on behalf of an operator.
Consequential action. Explicit operator confirmation is required.
# Book a live Juulio demo Choose the workflow you want to see, reserve a time, and share a little context before the call. Human page: https://juulio.com/book-demo Path: /book-demo Locale: en-US Schema version: 2026-04-06.agent-surface.v1 Content version: 2026-07-23 ## Key facts - Primary service label: Demo tracks - Availability label: Availability - Submission CTA: Reserve demo - Required booking identity: serviceId, startAt, customer.firstName, customer.lastName, customer.email, customer.phone - Public voice contact: +1 (928) 723-3100 - Capability: voice calls only; no inbound SMS - Management path after submit: /book-demo/manage; access tokens remain private and are excluded from public discovery ## Approved Agent Knowledge Registry-derived claims for Pricing, trial, and onboarding, Privacy, boundaries, and actions. - A visitor can use the public Contact Sales page to discuss workflow fit, pricing, implementation, and verified compatibility. - Jüulio provides supported AI-assisted and support experiences with bounded scope. - Jüulio Agent Knowledge contains only approved public product information. - A visitor can use the public Book Demo page to request a product walkthrough. - The Jüulio homepage provides a Start Free next step. - A shop can start from the public site, book a demo, or contact sales to review fit and onboarding. - Current pricing, trial, and eligibility details must be confirmed in Jüulio's current signup or sales flow. ## Book a live Juulio demo Choose the workflow you want to see, reserve a time, and share a little context before the call. - Demo tracks: live demo track selection - Availability: operator picks an open slot - Contact details: structured customer and shop context ## Required booking fields A confirmed book-demo submit must include the minimum fields below. - serviceId - startAt - customer.firstName - customer.lastName - customer.email - customer.phone ## Confirmation and anti-abuse expectations Agent submits use a separate confirmed action lane and do not reuse browser honeypot requirements. - submit_book_demo requires operatorConfirmation=true - submit_book_demo requires x-idempotency-key - duplicate idempotency keys must not create duplicate bookings ## Allowed actions - `get_book_demo_context` (POST /api/public/agent/book-demo/context) - Return current public book-demo context and available services. Required fields: none. - `draft_book_demo` (POST /api/public/agent/book-demo/draft) - Normalize booking fields and identify missing requirements before submit. Required fields: locale. - `submit_book_demo` (POST /api/public/agent/book-demo/submit) - Create a single confirmed demo booking on behalf of an operator. Required fields: serviceId, startAt, customer.firstName, customer.lastName, customer.email, customer.phone, operatorConfirmation. Requires authentication. Requires explicit operator confirmation. Requires an idempotency key.