llms.txt is a compact index for AI readers. It lists documentation pages with human-readable descriptions so assistants can discover the right source before answering.
The Strawberry docs app includes llms.txt at the project root. When deployed, it should be available at:
Why it matters
Users often ask assistants questions like:- “Where do I manage Strawberry team billing?”
- “How do credits work?”
- “Can Strawberry import from Chrome?”
- “How do routines decide when to notify me?”
llms.txt helps AI readers find the relevant docs page instead of guessing from memory.
Maintenance rules
When adding or moving docs pages:- Update
docs.json. - Update
llms.txt. - Run
pnpm --filter docs validate:local. - If the behavior also appears inside Strawberry, update the in-product docs in
apps/api-v2/src/routes/documentation.