---
title: "For AI agents"
description: "Machine readable copies of this documentation: llms.txt, the full text bundle, and the raw markdown behind every page."
updated: "2026-08-18"
verifiedAgainst:
  - apps/web/app/docs/llms.txt/route.ts
  - apps/web/app/docs/raw/[...slug]/route.ts
---

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:

```bash
curl https://docs.blogged.dev/autopilot/modes.md
```

It 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](https://blogged.dev/pricing) 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](https://blogged.dev/llms.txt), covering the product pages
rather than this documentation.
