# Antinomy Studio Agent Discovery

Antinomy Studio exposes a small set of read-only discovery surfaces for AI agents.

## Endpoints

- `/.well-known/api-catalog` — linkset for agent-facing discovery resources
- `/.well-known/agent-skills/index.json` — WebMCP agent skills index
- `/llms.txt` and `/llms-full.txt` — markdown-friendly site context
- `/sitemap.md` — markdown sitemap with titles and hierarchy

## Markdown Access

Pages are available as markdown in two ways:

1. **Content negotiation** — send `Accept: text/markdown` on the HTML routes (`/`, `/about`, `/contact`, `/work`, `/work/{category}`, `/project/{handle}`)
2. **Explicit `.md` URLs**:
   - `/index.md`, `/about.md`, `/contact.md`, `/work.md`
   - `/work/{category}.md` (strategy, identity, motion, interactive)
   - `/project/{handle}.md` (every published case study)

## Contact

For project inquiries, email `hi@antinomy.studio`.
