Build a live docs site for your automations. Teams can view, auto generate, edit, and save workflow pages in one place. Great for keeping internal knowledge current without extra tools.
The system exposes webhook URLs that serve HTML and Markdown. It pulls all workflows and tags from the n8n API, sorts them, and builds a clean table and a left menu. When a page is missing, it uses OpenAI to draft a clear doc and a Mermaid diagram from real node data. A simple browser editor lets anyone update text and save it back to a folder on your server, with instant preview. Files are read, written, and created as needed, and every route returns either HTML or Markdown on demand.
Setup needs an OpenAI API key and a writable docs folder. For cloud or self hosted, set the instance URL so links work. Expect faster documentation work and better visibility across automations. Ideal for IT and ops teams that manage many workflows and need a simple way to keep docs fresh.