← All playbooks · Raw API
production-site
# Production site
How to read **published** HTML and Markdown from the live site.
Configured in `project.json` → `website.productionSiteUrl` and `website.markdownAccess`.
**Do not guess** markdown URLs — use the patterns below.
## Production URL
https://se.studio
## Markdown access
Append `.md` to the **public HTML path** (the URL visitors see — may differ from CMS slugs; see `routing.md`).
### URL patterns
- **Homepage:** `https://se.studio/index.md` (public path `/` → markdown `/index.md`)
- **Pages:** `https://se.studio/{public-path}.md`
- **Articles:** `https://se.studio/{public-path}.md`
### Discovery (full URL lists)
- `https://se.studio/llms.txt` — site summary and sample markdown links
- `https://se.studio/markdown-index.txt` — complete markdown URL index
- `https://se.studio/site-info.md` — factual site summary
### Notes
Articles use flat public paths (no /articles prefix). Append .md to the article public HTML URL from routing or llms.txt.
## Agent rules
1. **Do not guess** — use the patterns above, `routing.md`, or fetch `llms.txt` / `markdown-index.txt`.
2. Use `cms_edit` (`open`, `list`, `snapshot`) for **editing CMS drafts**; use production `.md` URLs for **reading published content**.
3. Map CMS slugs to public paths via `routing.md` before building a markdown URL.