Agents
llms.txt
Morpho's documentation is available in LLM-friendly formats to help developers and AI agents integrate with Morpho faster.
Available Endpoints
| Endpoint | Description |
|---|---|
| llms.txt | Index of every docs page with one-line descriptions. Start here. |
| llms-full.txt | Every page concatenated into one markdown document, with code snippets inlined. Best for full context. |
<page>.md | Any single page as raw markdown — append .md to its URL, e.g. get-started.md. |
Which one should I use?
- Quick lookup — read
llms.txtto find the right page, then fetch just that page as markdown by appending.mdto its URL. - Full context — use
llms-full.txtfor the complete documentation in a single request.