# On the Hill Tutoring API

Machine-readable service documentation for agents.

## Base URL

`https://www.onthehilltutoring.com/api`

## Endpoints

| Method | Path | Purpose |
|--------|------|---------|
| GET | `/status` | Health check |
| GET | `/services` | List tutoring / admissions services |
| GET | `/consultation` | Complimentary consultation booking URL |
| POST | `/enquiries` | Submit a tutoring enquiry (name, email, WhatsApp, preference, requirements) |
| GET | `/enquiries` | List inquiries (admin; requires `X-Admin-Key`) |

## Discovery

- API catalog: `/.well-known/api-catalog`
- OpenAPI: `/api/openapi.yaml`
- Auth for agents: `/auth.md`
- LLM summary: `/llms.txt`

## Booking (human + agent fallback)

Schedule a complimentary consultation:
https://calendly.com/nishenmenerapitiya/on_the_hill_tutoring

Or submit the enquiry form on the homepage contact section.

## Content preferences

See `/robots.txt` Content-Signal directives (`ai-train=no`, `search=yes`, `ai-input=yes`).
