llms.txt Endpoints
Static endpoints for AI content discovery and retrieval
llms.txt
A structured markdown index following the llms.txt standard. Use this for content discovery.
https://build.avax.network/llms.txtReturns organized sections (Documentation, Academy, Integrations, Blog) with links and descriptions.
llms-full.txt
All documentation content in a single markdown file for one-time context loading.
https://build.avax.network/llms-full.txtContains 1300+ pages. For models with limited context, use the MCP server or individual page endpoint instead.
Individual Pages
Append .md to any page URL to get processed markdown:
https://build.avax.network/docs/primary-network/overview.md
https://build.avax.network/academy/blockchain-fundamentals/blockchain-intro.md
https://build.avax.network/blog/your-first-l1.md
https://build.avax.network/integrations/chainlink.mdWorks with /docs/, /academy/, /integrations/, and /blog/ paths. Returns clean markdown with JSX components stripped for optimal AI consumption.
Is this guide helpful?