For agents

llms.txt and machine-readable docs

Where to find Memrio documentation in formats built for language models: /llms.txt, /llms-full.txt, and per-page markdown.

Updated 2026-09-19View as markdown

This site follows the llms.txt convention so an agent can learn the product without scraping HTML.

PathContents
/llms.txtA short map: what the product is, and a link to every documentation and integration page with a one-line description.
/llms-full.txtEvery documentation page and integration guide rendered as one markdown file. Paste the URL into a tool that fetches context.
/docs/{slug}.mdAny docs page as plain markdown, for tools that fetch a single page.