Overview
Bright Data publishes two machine-readable documentation files following the llms.txt standard:llms.txt - Documentation Index
llms.txt is a structured, markdown-formatted index of all Bright Data documentation pages - one entry per page with a short description and a direct link.
Format:
.md version of the page - clean markdown, no HTML.
Use it when:
- Loading into an agent’s system prompt for full product awareness
- Feeding a retrieval system to decide which doc pages to fetch
- Giving a coding agent a map of available products before it starts a task
llms-full.txt - Complete Documentation
llms-full.txt contains the complete text of all Bright Data documentation in a single file - clean markdown, no HTML, no navigation chrome.
Use it when:
- Building a RAG pipeline over Bright Data docs
- Injecting full product knowledge into a long-context model (Gemini 1.5 Pro, Claude, etc.)
- Creating a fine-tuning or evaluation dataset
- Giving an agent complete offline reference
Loading into your agent
- Claude Code
- Cursor / Windsurf
- RAG Pipeline
- OpenAI / Custom LLM
Reference the file directly in a prompt - Claude Code will fetch and read it:Or save it as a project context file:Then reference it in your CLAUDE.md or system prompt:
Per-page markdown access
Every Bright Data documentation page is also available as clean markdown. Append.md to any page URL:
This lets agents fetch specific pages on demand without parsing any HTML.
Next steps
Install a Skill
Pre-packaged agent knowledge bundles with runnable scripts
Connect the Docs MCP
Query Bright Data docs as MCP resources from inside your agent tool