# Services from Kira Sitecoach

> Kira Sitecoach is a Tennis coach in San Francisco, California.

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

## Services

- [Tennis Lessons](https://staging.sites.coach/kira-sitecoach-tennis/lessons)
- [Private Lessons](https://staging.sites.coach/kira-sitecoach-tennis/private-lessons/index.md)

## Packages and prices

- **4-lesson tennis pack**: 4 prepaid 60-minute lessons for $320.00 ($80.00 per lesson). Four private 60-minute tennis lessons with Kira.

## Pages on this site

- [Home](https://staging.sites.coach/kira-sitecoach-tennis/index.md)
- [All services](https://staging.sites.coach/kira-sitecoach-tennis/services/index.md)
- [Tennis Lessons](https://staging.sites.coach/kira-sitecoach-tennis/lessons)
- [Private Lessons](https://staging.sites.coach/kira-sitecoach-tennis/private-lessons/index.md)
- [Agent instructions](https://staging.sites.coach/kira-sitecoach-tennis/llms.txt)

## Book through the API

Kira Sitecoach sells private lessons on this site. It is one coach on TeachMe.To, listing id `a5e2482d-e0bf-4f44-bb0b-6915dc2862e6`. 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/a5e2482d-e0bf-4f44-bb0b-6915dc2862e6): 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/a5e2482d-e0bf-4f44-bb0b-6915dc2862e6/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/kira-sitecoach-tennis/llms.txt).
