# Casey Coach

> Casey Coach is a Tennis coach.

Source: https://staging.sites.coach/casey-coach-tennis. Every page on this site has a Markdown version at its URL plus `/index.md`, or send `Accept: text/markdown`.

## About

Casey Coach coaches tennis. Lessons are built around your goals, whether you are starting from zero or working on the next level. Every session ends with one clear thing to practice before the next one.

## Cancellation policy

- Cancel or reschedule at least 24 hours before a lesson.

## Pages on this site

- [Home](https://staging.sites.coach/casey-coach-tennis/index.md)
- [Agent instructions](https://staging.sites.coach/casey-coach-tennis/llms.txt)

## Book through the API

Casey Coach sells private lessons on this site. It is one coach on TeachMe.To, listing id `3f0b2ee3-c369-4b86-b84b-932a13c68a1a`. An agent reads this coach, quotes what this site sells, and books it through the TeachMe.To agent API.

- [Agent instructions, generated from the live API](https://staging-api.teachme.to/agent/v1/llms.txt): Read this before calling anything. Sessions need no registration.
- [This coach](https://staging-api.teachme.to/agent/v1/coaches/3f0b2ee3-c369-4b86-b84b-932a13c68a1a): The coach read. `site.packages` are the packages sold here, priced as this site prices them, and `site.cancellationPolicy` is this site's policy.
- [Open times](https://staging-api.teachme.to/agent/v1/coaches/3f0b2ee3-c369-4b86-b84b-932a13c68a1a/slots): Pass `sitePackageId` and `locationId` with `from` and `to`.
- Quotes and bookings: pass `sitePackageId` and `lessons` to `POST /quotes`, then `POST /bookings` with the quote. The booking returns `paymentUrl`; the student pays there, and the booking is readable while they do. Send `policyAccepted: true` after showing the student the policy when `site.cancellationPolicy.agreementRequired` is true.
- [OpenAPI 3.1](https://staging-api.teachme.to/agent/v1/openapi.json): The machine contract.

The `sitePackageId` and `locationId` values for this site are in [llms.txt](https://staging.sites.coach/casey-coach-tennis/llms.txt).
