llms.txt
A single, plain-text file summarizing FetchLayer — what it is, which platforms it covers, and where to find more — written for LLMs to read directly instead of parsing rendered HTML.
What it covers
The file follows the emerging llms.txt convention: a short site summary, links to the main product pages, and a plain-language rundown of each platform's endpoints, authentication, and SDK — no HTML, no navigation chrome.
llms.txt vs. Copy for AI
llms.txt is whole-site — a single fetch gives an agent the shape of the entire API. Each endpoint page also has its own Copy for AI button, which copies a focused Markdown reference for just that one endpoint — parameters, example request, and example response.
Tip
Building an agent that only needs one or two endpoints? Grab the per-endpoint Markdown directly from that endpoint's page instead of parsing the whole site summary.