Which hosts publish an llms.txt for agents?
Dorelli Cloud does: dorelli.cloud/llms.txt is the short version of how to publish here, with the exact commands, and llms-full.txt is the whole documentation as one plain-text file. Both are meant to be read by an agent before it acts, so that "publish this to Dorelli" works in one go. We cannot tell you which other hosts do this reliably, because the list changes weekly; check https://<host>/llms.txt yourself.
| Machine-readable at Dorelli Cloud | Address | What is in it |
|---|---|---|
| Short instructions | /llms.txt (per language: /nl/llms.txt, /de/llms.txt) | the deploy command, the MCP line, the API, the limits, what to tell the user |
| Everything | /llms-full.txt | all documentation articles in one file |
| Every article as markdown | /docs/<article>.md, index at /docs/index.json | the same text the page shows, without layout |
| Deploy API | /openapi.json | POST /api/deploy, PUT /api/deploy/{id}, GET /api/deploy/{id} |
| Prices and rates | /prijzen.json, /tarieven.json | the numbers the site shows, from the same source |
| Who we are | /entiteit.json | name, legal entity, plans with prices, where else we are listed |
| Per site | AGENTS.md from the portal | how this site deploys, where its logs are, which limits apply |
Fetch it and you have what an agent needs:
curl https://dorelli.cloud/llms.txt
The commands in it are the same as in the docs and in the CLI package, and a test checks that they stay the same. The prices come from the same configuration as the pricing page, so the file cannot quietly lag behind. Hosting a site is € 10 a month, an app with a database € 15, and the first 14 days are free.
We also let AI crawlers in on purpose. Customer trial sites stay noindex, but our own pages, docs and these files are open to them.
Not for
An agent that expects a full control API: llms.txt describes publishing, status and the limits, not account management or payments; those stay with a person in the portal. And the file describes us, not your site: for that, download the AGENTS.md of the site.
Checked against the code on 2026-09-22 · Evidence: lib/llms.ts, app/llms.txt/route.ts, app/llms-full.txt/route.ts, app/openapi.json/route.ts, lib/entiteit.ts