Agent Native
llms.txt
llms.txt is a proposed standard for making website content accessible to
large language models. Similar to robots.txt for web crawlers, llms.txt tells AI tools what
documentation is available and how to access it.
Files
Binance API Documentation provides two llms.txt files:
| File | URL | Description |
|---|---|---|
llms.txt | /dev-docs/llms.txt | Summary â document titles, descriptions, and links |
llms-full.txt | /dev-docs/llms-full.txt | Full content â complete documentation in a single file |
Format
llms.txt (Summary)
The summary file contains a structured list of all documentation pages with titles, descriptions, and URLs:
Code
llms-full.txt (Full Content)
The full file includes the complete markdown content of every documentation page, separated by headers. This is useful for loading the entire documentation into an LLM's context window.
Usage Examples
Feed into any LLM
Code
Use with Claude
Code
Use in a Python script
Code
Use with LangChain
Code
When to Use llms.txt vs Other Options
- llms.txt â You want to quickly give an LLM awareness of all available documentation, or load full docs into context
- Agent REST API â You need structured JSON data, filtered queries, or programmatic access
- MCP Server â You're using Claude Code, Cursor, or another MCP-compatible IDE
Was this page helpful?
Last modified on