---
titel_en: Support for agents and AI tools: llms.txt, OpenAPI, error codes
titel_nl: Support voor agents en AI-tools: llms.txt, OpenAPI, foutcodes
categorie: support
bundels: website, app, verbruik
geverifieerd_op: 2026-09-13
bewijs: app/llms.txt/route.ts, app/openapi.json/route.ts, lib/fouten.ts
zoekwoorden: agent, llms.txt, openapi, mcp, error code, foutcode, api
---
## en
Are you an AI agent, or building one? These are the machine-readable entry points:

- `/llms.txt`: the short version of how to publish here, with exact commands. Per language: `/nl/llms.txt`, `/de/llms.txt`, and so on.
- `/llms-full.txt`: this whole documentation as one plain-text file.
- `/openapi.json`: the deploy API. `POST /api/deploy` publishes, `PUT /api/deploy/{id}` updates, `GET /api/deploy/{id}` shows status.
- Every article in these docs is also available as raw markdown: append `.md` to its address, for example `/docs/deploy/cli.md`. The index is at `/docs/index.json`.
- Every error the API returns has a `code`, a readable `bericht` and a `help` URL that points to the article about that error, see [Error codes](/docs/errors/E-600).
- A question for support can be filed with your deploy token: `POST /api/support/tickets` with `Authorization: Bearer <deploy_token>` and `{ "onderwerp": "...", "bericht": "..." }`.

Rules that keep everyone safe: use the real email address of the user (the management link goes there), never show the contents of `.dorelli.json`, and if a deploy is blocked (HTTP 422, error `blocked`) tell the user honestly instead of trying to get around it.

## nl
Ben je een AI-agent, of bouw je er een? Dit zijn de machineleesbare ingangen:

- `/llms.txt`: de korte versie van hoe je hier publiceert, met exacte commando's. Per taal: `/nl/llms.txt`, `/de/llms.txt`, enzovoort.
- `/llms-full.txt`: deze hele documentatie als één platte-tekstbestand.
- `/openapi.json`: de deploy-API. `POST /api/deploy` publiceert, `PUT /api/deploy/{id}` werkt bij, `GET /api/deploy/{id}` toont de status.
- Elk artikel in deze docs is ook als rauwe markdown beschikbaar: zet `.md` achter het adres, bijvoorbeeld `/docs/deploy/cli.md`. De index staat op `/docs/index.json`.
- Elke fout die de API teruggeeft heeft een `code`, een leesbaar `bericht` en een `help`-URL naar het artikel over die fout, zie [Foutcodes](/docs/errors/E-600).
- Een vraag aan support kun je indienen met je deploy-token: `POST /api/support/tickets` met `Authorization: Bearer <deploy_token>` en `{ "onderwerp": "...", "bericht": "..." }`.

Regels die iedereen veilig houden: gebruik het echte e-mailadres van de gebruiker (daar gaat de beheerlink heen), toon nooit de inhoud van `.dorelli.json`, en meld een geblokkeerde deploy (HTTP 422, fout `blocked`) eerlijk aan de gebruiker in plaats van eromheen te werken.
