Skip to content

LLM-Friendly Docs

TMA.sh provides machine-readable versions of this documentation following the llms.txt standard. These files are designed for consumption by AI assistants, coding tools, and large language models.

FileDescription
/llms.txtIndex of all documentation pages with titles, descriptions, and links
/llms-full.txtComplete documentation concatenated into a single file

Point your AI assistant to the full documentation:

https://docs.tma.sh/llms-full.txt

This gives the model complete context about TMA.sh in a single request.

Many AI tools automatically discover /llms.txt at the root of a documentation site. The index file links to individual pages and includes a reference to the full text version.

Both files are plain text Markdown. They are regenerated on every docs build so they always reflect the latest documentation.

  • llms.txt lists every page with its title, URL, and description
  • llms-full.txt contains the full content of every page, separated by --- dividers, ordered by section (Getting Started, Guides, Concepts, CLI, SDK, Reference)