Agents

llms.txt

Morpho's documentation is available in LLM-friendly formats to help developers and AI agents integrate with Morpho faster.

Available Endpoints

EndpointDescription
llms.txtIndex of every docs page with one-line descriptions. Start here.
llms-full.txtEvery page concatenated into one markdown document, with code snippets inlined. Best for full context.
<page>.mdAny single page as raw markdown — append .md to its URL, e.g. get-started.md.

Which one should I use?

  • Quick lookup — read llms.txt to find the right page, then fetch just that page as markdown by appending .md to its URL.
  • Full context — use llms-full.txt for the complete documentation in a single request.

On this page