Support for agents and AI tools: llms.txt, OpenAPI, error codes

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.
  • 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.

Checked against the code on 2026-09-13 · Evidence: app/llms.txt/route.ts, app/openapi.json/route.ts, lib/fouten.ts

Was this helpful?

/docs/support/agents.md