Meteora provides structured documentation files purpose-built for LLMs and AI agents, following the llmstxt.org standard.Documentation Index
Fetch the complete documentation index at: https://docs.meteora.ag/llms.txt
Use this file to discover all available pages before exploring further.
Use
llms.txt when your agent needs a compact map of the docs. Use Documentation MCP when your AI tool can call MCP tools and should search or read pages interactively.llms.txt
A plain Markdown file containing a structured index of Meteora documentation with titles and descriptions for each indexed page:- Site title as an H1 heading
- Sections for major areas such as Get Started, User Guides, Core Products, Helper Products, Developer Guides, Invent, Agents, Protocol, and Resources
- Links with descriptions for product guides, SDK references, API references, and resources
- OpenAPI spec links where API reference specifications are indexed
llms.txt
Open the llms.txt for Meteora docs
llms-full.txt
llms-full.txt
Open the llms-full.txt for Meteora docs
llms.txt provides a concise index, llms-full.txt contains the entire documentation site as context, including descriptions, code examples, guides, API references, and product explanations.
Use llms-full.txt when:
- Your AI tool needs complete, granular context for deep indexing
- You’re building custom RAG pipelines over Meteora docs
- You want every code example available for reference
Raw Markdown Pages
Any documentation page can be accessed as raw Markdown, making it easy for AI agents to consume individual pages programmatically. Method 1: Append.md to the URL
Accept header
text/markdown.
How Agents Should Use These Files
| Need | Best entrypoint |
|---|---|
| Discover the docs structure | https://docs.meteora.ag/llms.txt |
| Ingest the full docs corpus | https://docs.meteora.ag/llms-full.txt |
| Read one exact page | Append .md to the page URL |
| Search and read from an MCP client | https://docs.meteora.ag/mcp |

