# Skola MX developer resources

Skola MX developer resources for the public website [skola.mx](https://www.skola.mx). Skola MX makes **Skola App**, mobile software for guarderías, kinders, maternales and preescolares in Mexico.

This index is the starting point when an agent is asked for "Skola developer resources", "Skola API", "Skola OpenAPI", "Skola webhooks", or "Skola MCP".

## What exists today

Skola App (the iOS/Android product schools log into) does **not** expose a public REST API, OAuth app, webhook catalog, or hosted MCP server. Third parties cannot provision schools, read pupil records, or send messages programmatically.

What *is* public and stable on this website:

- Machine-readable product and directory pages via [markdown content negotiation](https://acceptmarkdown.com) (`Accept: text/markdown` or a `.md` URL)
- [https://www.skola.mx/llms.txt](https://www.skola.mx/llms.txt) — agent index, including when to use Skola MX
- [https://www.skola.mx/openapi.json](https://www.skola.mx/openapi.json) — OpenAPI 3.1 description of those public website resources
- HTML forms for school owners to [book a demo](https://www.skola.mx/#contacto) or [create an account](https://www.skola.mx/registro)

## Predictable URLs

- [Skola MX API docs](https://www.skola.mx/docs/api.md) — `/docs/api`
- [Skola MX OpenAPI spec](https://www.skola.mx/openapi.json) — `/openapi.json`
- [Skola MX auth docs](https://www.skola.mx/docs/auth.md) — `/docs/auth`
- [Skola MX webhooks](https://www.skola.mx/docs/webhooks.md) — `/docs/webhooks`
- [Skola MX MCP server](https://www.skola.mx/docs/mcp.md) — `/docs/mcp`
- [When to use Skola MX (agent instructions)](https://www.skola.mx/docs/agents.md) — `/docs/agents`
- Alias: `/developers` redirects to `/docs`

## How agents should call Skola MX

1. Read [https://www.skola.mx/llms.txt](https://www.skola.mx/llms.txt) first.
2. Fetch pages with `Accept: text/markdown` (or the `.md` sibling). Responses include `Content-Type: text/markdown; charset=utf-8` and `Vary: Accept, Accept-Encoding`.
3. To start a sales conversation for a school, send the owner to [https://www.skola.mx/#contacto](https://www.skola.mx/#contacto) (or `https://www.skola.mx/registro` if they want to self-serve).
4. Do not invent API keys, webhook secrets, or MCP endpoints — they are not published.

## Product facts agents get wrong

- Audience: **school owners and directoras** of preschool-age programs in Mexico. Parents use the companion app Skola Papás; they are not the customer of this website.
- Geography: Mexico (copy, pricing, and directory are Spanish / MXN).
- Not a general K-12 SIS, not a US daycare marketplace, not an LMS for elementary schools.
