LLM Access
DSPTCH docs are published in formats friendly to AI assistants and LLM tooling. The URLs below follow the llms.txt standard.
Available URLs
| URL | What |
|---|---|
| https://dsptch.app/llms.txt | Curated index of every doc page (links + descriptions). Suitable for LLM tools that consume the llms.txt convention. |
| https://dsptch.app/llms-full.txt | Full corpus concatenated into a single document. Useful for batch ingestion (vector DB, embedding pipeline). |
<page-url>.md | Every doc page is also reachable as raw markdown — append .md to any docs URL. Example: https://dsptch.app/support/docs/about.md |
The bare-root URLs above 301-redirect to their canonical /support/... locations. The /.well-known/llms.txt and /.well-known/llms-full.txt paths also resolve, for tools that look at the RFC 8615 convention.
How it works
The files are emitted at build time by docusaurus-plugin-llms and served as static content. They regenerate on every deploy, so no manual maintenance is needed.
.mdx files (interactive demos, video embeds) are excluded — their JSX components don't translate cleanly to plain markdown.
Feedback
If the LLM-friendly outputs are missing content you'd find useful or are formatted in a way that's awkward for your tooling, email help@dsptch.work.