# Studio Reserve > Booking and scheduling for Studio Reserve, on Sessions. Machine-readable index for AI agents, following the https://llmstxt.org/ convention. Everything this business sells is reachable through the endpoints below — prefer them over scraping the pages: they are smaller, structured, always current, and they can complete a booking or a purchase without a browser. - Handle: @studio-reserve - Timezone: America/Toronto - Currency: CAD ## Locations - Studio Reserve Elgin (primary) — 220 Elgin Street, Ottawa, ON K2P 1L7 ## Activities Publicly listed, bookable activities. Names only — individual session times, capacity, and prices come from the schedule and the endpoints below, which stay current in a way a copy here could not. - Yoga (class) — 60-minute yoga classes for all levels. Vinyasa, power, restorative, and more. ## Products Directly purchasable. The `gid://` value is the UCP checkout item id — pass it straight to the checkout endpoints below, no lookup needed. - 5 Class Pack (Pass, CAD 125.00) — gid://Sessions/Pass/01KDTK3KHSHHH6K4AS171CFN2A - 10 Class Pack (Pass, CAD 220.00) — gid://Sessions/Pass/01KPGT45CS8Z9FST5V4D0XWZKX - Single Class Drop-In (Pass, CAD 28.00) — gid://Sessions/Pass/01KSTSNA9PDX66YAQ1HF7X4DXD - 8x Monthly Membership (Membership, CAD 176.00) — gid://Sessions/Membership/01KB4ZYXTHEPBPVNHQCM3JHDQJ - Unlimited Monthly Membership (Membership, CAD 249.00) — gid://Sessions/Membership/01KD0TA3F1N9RS82YYMG6EJASV - 4x Monthly Membership (Membership, CAD 96.00) — gid://Sessions/Membership/01KF6BNJ3YT3D0E2A5310SK55C ## Agent endpoints - [UCP discovery manifest](https://go.sessions.website/@studio-reserve/.well-known/ucp): the capabilities, transports, and payment handler this business supports. Start here. - [UCP checkout over REST](https://go.sessions.website/@studio-reserve/api/ucp/rest): create a checkout session for a product or a scheduled session, set the buyer, complete it. - [UCP checkout over MCP](https://go.sessions.website/@studio-reserve/api/ucp/mcp): the same checkout capability as MCP tools. - [MCP server, pinned to this business](https://go.sessions.website/@studio-reserve/api/mcp): browse sessions, read one, preview a checkout, manage the viewer's registrations. - [GraphQL API](https://go.sessions.website/api/graphql): the public schema, CORS open — the full read surface behind every page here. - [Schedule as iCalendar](https://go.sessions.website/calendar/business/01K58R066C46CYH8W3677D38V6.ics): every upcoming public session as a subscribable feed. - [Platform agent index](https://go.sessions.website/llms.txt): the Sessions-wide resources — API reference, MCP catalogue, skill bundles. ## Pages - [Home](https://go.sessions.website/@studio-reserve): the business's public page. - [Schedule](https://go.sessions.website/@studio-reserve/schedule): upcoming sessions, for humans. - [About](https://go.sessions.website/@studio-reserve/about): the longer description, staff, and locations. - [Products](https://go.sessions.website/@studio-reserve/products): the storefront.