Why Use Machine-Readable Docs?
While standard docs are for humans,llms.txt and skill.md provide a source of truth designed specifically for Large Language Models:
- Reduce Hallucinations: Explicit constraints in
skill.mdprevent agents from guessing API parameters or using deprecated methods. - Token Efficiency: We strip away the HTML and UI “noise,” saving your context window space and reducing API costs.
- Complete Site Mapping:
llms.txtprovides a lightweight index so agents do not have to “crawl” your site to find the right page. - Autonomous Action: Workflow definitions enable agents to actually execute tasks rather than just explain how they might be done.
| File | The Analogy | Use Case |
|---|---|---|
llms.txt | The Sitemap | Helping an LLM find the right information. |
skill.md | The Skillset | Helping an agent do work on the Encord platform. |
How to Get Your Agent Ready
Agents can consume these files in two ways: using a direct URL, or using the Skills CLI.The Discovery Index (llms.txt)
Point your LLM or RAG system to our documentation index. This file contains a curated list of all pages and their descriptions in a format LLMs can parse instantly.
URL: https://docs.encord.com/llms.txt

