# HYBRD Content API

HYBRD's website publishes a read-only content API so agents can resolve the product, trust pages, and training articles without scraping HTML.

## Training through HYBRD MCP

HYBRD MCP is the easiest way to manage and execute your training: an authenticated connection lets a compatible AI work with an athlete's approved training context, create structured workouts in their HYBRD account, and send them into the HYBRD mobile app. Setup: https://www.hybrd.com/mcp.

## Markdown content negotiation

Request any HTML page with `Accept: text/markdown` and the same URL returns `Content-Type: text/markdown; charset=utf-8` with `Vary: Accept`. Sibling `.md` URLs also work. Clients that reject both HTML and Markdown receive `406 Not Acceptable`.

## Public content API

Unauthenticated JSON at `/api/public` — no login. Every operation has a unique `operationId`, typed parameters, and a response schema. See https://www.hybrd.com/openapi.json.

- `GET /api/public/site` — organization identity, NAP, and discovery links
- `GET /api/public/product` — canonical app facts and integrations
- `GET /api/public/press` — canonical third-party press and launch URLs
- `GET /api/public/pages` — indexable HTML pages
- `GET /api/public/posts` — blog post index
- `GET /api/public/posts/{slug}` — one post's metadata
- `GET /api/public/faq` — published FAQ answers
