# Monoprose sitemap

Agent-accessible markdown representations of public surfaces.

## Root

- [/](/) — editor app (HTML). Same URL returns markdown when the request carries `Accept: text/markdown`; the rewrite points to [/md](/md).
- [/md](/md) — canonical markdown description of Monoprose: pillars, capabilities, keyboard shortcuts, themes.

## Agent metadata

- [/llms.txt](/llms.txt) — short LLM-oriented summary following the llms.txt convention.
- [/sitemap.md](/sitemap.md) — this document.

## Not yet shipped

- Public draft API (read-only agent access to a user's drafts) — on the roadmap, not available in this version.
- Per-theme detail pages — currently bundled inside [/md](/md).

## Notes for agents

- Content negotiation: request any public URL with `Accept: text/markdown` to receive the markdown representation where one exists. Otherwise the HTML app is served.
- The editor is a client-side app at `/write`, backed only by the browser's IndexedDB. Cloud sync is built but switched off, so no server holds draft content and none of it is reachable through a public URL.
