---
titel_en: Which hosts publish an llms.txt for agents?
titel_nl: Welke hosters hebben een llms.txt voor agents?
categorie: questions
bundels: website, app, verbruik
geverifieerd_op: 2026-09-22
bewijs: lib/llms.ts, app/llms.txt/route.ts, app/llms-full.txt/route.ts, app/openapi.json/route.ts, lib/entiteit.ts
zoekwoorden: llms.txt, llms-full, agents, machine readable, machineleesbaar, openapi, docs, index.json
---
## en
Dorelli Cloud does: [dorelli.cloud/llms.txt](/llms.txt) is the short version of how to publish here, with the exact commands, and [llms-full.txt](/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:

```bash
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.

## nl
Dorelli Cloud wel: [dorelli.cloud/llms.txt](/llms.txt) is de korte versie van hoe je hier publiceert, met de precieze commando's, en [llms-full.txt](/llms-full.txt) is de hele documentatie als één tekstbestand. Allebei bedoeld om door een agent gelezen te worden voordat hij iets doet, zodat "publiceer dit naar Dorelli" in één keer werkt. Welke andere hosters dit doen kunnen we je niet betrouwbaar vertellen, want die lijst verandert wekelijks; kijk zelf op `https://<hoster>/llms.txt`.

| Machineleesbaar bij Dorelli Cloud | Adres | Wat erin staat |
|---|---|---|
| Korte instructies | `/llms.txt` (per taal: `/nl/llms.txt`, `/de/llms.txt`) | het deploy-commando, de MCP-regel, de API, de grenzen, wat je de gebruiker vertelt |
| Alles | `/llms-full.txt` | alle documentatieartikelen in één bestand |
| Elk artikel als markdown | `/docs/<artikel>.md`, index op `/docs/index.json` | dezelfde tekst als de pagina, zonder opmaak |
| Deploy-API | `/openapi.json` | `POST /api/deploy`, `PUT /api/deploy/{id}`, `GET /api/deploy/{id}` |
| Prijzen en tarieven | `/prijzen.json`, `/tarieven.json` | de getallen die de site toont, uit dezelfde bron |
| Wie we zijn | `/entiteit.json` | naam, rechtspersoon, bundels met prijzen, waar we nog meer staan |
| Per site | `AGENTS.md` uit het portaal | hoe deze site deployt, waar de logs staan, welke grenzen gelden |

Haal het op en je hebt wat een agent nodig heeft:

```bash
curl https://dorelli.cloud/llms.txt
```

De commando's erin zijn dezelfde als in de docs en in het CLI-pakket, en een test controleert dat ze gelijk blijven. De prijzen komen uit dezelfde configuratie als de prijzenpagina, dus het bestand kan niet stilletjes achterlopen. Een site hosten is € 10 per maand, een app met database € 15, en de eerste 14 dagen zijn gratis.

We laten AI-crawlers ook met opzet binnen. Proefsites van klanten blijven `noindex`, maar onze eigen pagina's, docs en deze bestanden staan voor ze open.

### Niet voor

Een agent die een volledige beheer-API verwacht: `llms.txt` beschrijft publiceren, status en de grenzen, geen accountbeheer of betalingen; dat blijft bij een mens in het portaal. En het bestand beschrijft ons, niet jouw site: download daarvoor de `AGENTS.md` van de site.
