# Paragliding Mantra developer resources

Paragliding Mantra is primarily a public content and booking website. It does not currently publish a supported public booking API, webhook system, OAuth flow, or MCP server.

## Supported machine-readable resources

- `/llms.txt` — agent-oriented content index and when-to-use guidance
- `/agent-instructions.md` — operational guidance and safety constraints
- `/sitemap.xml` — canonical public URL discovery
- `/robots.txt` — crawler policy
- `/humans.txt` — site credits
- `/` with `Accept: text/markdown` — compact homepage representation

## Content negotiation

Request the homepage with `Accept: text/markdown`. The response is UTF-8 Markdown and includes `Vary: Accept, Accept-Encoding`. Normal browsers continue to receive HTML. Unsupported representations receive HTTP 406.

## Contact

For partnership or integration questions, email support@paraglidingmantra.com. Do not depend on undocumented API endpoints.
