For AI agents
Machine readable copies of this documentation: llms.txt, the full text bundle, and the raw markdown behind every page.
This documentation is published in forms an agent can consume directly, so an assistant answering questions about Blogged can work from the current text rather than from a scrape.
The endpoints
| URL | What it is |
|---|---|
https://docs.blogged.dev/llms.txt | An index: every page, with its description, grouped by section |
https://docs.blogged.dev/llms-full.txt | Every page's full text in one file |
https://docs.blogged.dev/<slug>.md | The raw markdown behind any page |
https://docs.blogged.dev/sitemap.xml | Every documentation URL |
https://docs.blogged.dev/search-index | The index behind the search on this site, as JSON |
Raw markdown
Append .md to any documentation URL:
curl https://docs.blogged.dev/autopilot/modes.mdIt returns the source of that page, frontmatter included, as text/markdown.
What to rely on
Everything published here describes shipped behaviour and records the repository paths it was verified against. Where a number changes often, such as the allowance on each plan, this documentation links to the pricing page rather than restating it, and an agent should do the same.
The product's own llms.txt
The marketing site publishes its own index at blogged.dev/llms.txt, covering the product pages rather than this documentation.