AI & LLM Integration
Access Avalanche documentation programmatically for AI applications
The Builder Hub provides AI-friendly access to documentation through standardized formats. Whether you're building a chatbot, using Claude/ChatGPT, or integrating with AI development tools, we offer multiple ways to access our docs.
Endpoints Overview
| Endpoint | Purpose | Best For |
|---|---|---|
/llms.txt | Structured index of all docs | Content discovery |
/llms-full.txt | Complete docs in one file | Full context loading |
/{path}.md | Markdown for any page | Single page retrieval |
/api/mcp | MCP server for search & retrieval | Dynamic AI tool access |
Quick Start
The fastest way to get started depends on your use case:
llms.txt Endpoints
Static endpoints for sitemap, full docs, and individual pages
MCP Server
Dynamic search and retrieval via Model Context Protocol
Security & Limits
Rate limits, CORS policy, and privacy information
Standards
- llms.txt - AI sitemap standard
- Model Context Protocol - Anthropic's standard for AI tool access
- JSON-RPC 2.0 - MCP server protocol
Is this guide helpful?