n8n & Make Workflow Documentation Generator
Pricing
from $0.29 / documentation generated
n8n & Make Workflow Documentation Generator
Generate professional Markdown, DOCX & PDF documentation from n8n workflows and Make blueprints. Powered by Claude Sonnet AI. Supports DE, EN, FR, ES.
Pricing
from $0.29 / documentation generated
Rating
0.0
(0)
Developer
Spqr79
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Automation Documentation Generator — n8n & Make
Turn any n8n workflow export or Make blueprint into a professional technical document in seconds.
Paste your workflow JSON, and the Actor generates a complete Markdown, DOCX, and PDF report — covering overview, step-by-step flow, connected services, error handling, risks, maintenance notes, and a test plan checklist.
Powered by Claude Sonnet (Anthropic).
Example Output

📄 Download Full Example Report (PDF)
What it does
- Parses your n8n or Make workflow JSON automatically
- Detects the workflow language (DE, EN, FR, ES) — or set it manually
- Identifies triggers, nodes, connected services, disabled steps, and error handlers
- Generates a structured technical document with:
- Overview & business purpose
- Step-by-step flow
- Connected services
- Error handling assessment
- Risks & findings
- Maintenance recommendations
- Assumptions & open points
- Test plan checklist (optional)
- Outputs Markdown, DOCX, and PDF in one run
Input
| Field | Required | Description |
|---|---|---|
platform | ✅ | n8n or make |
workflowJson | ✅ | Paste your exported workflow JSON or Make blueprint |
language | optional | de, en, fr, es — auto-detected if left empty |
includeTestPlan | optional | Include test checklist (default: true) |
How to export your workflow JSON
n8n: Open your workflow → three-dot menu → Download → paste the JSON here
Make: Open your scenario → More → Export Blueprint → paste the JSON here
Output
After each run, four files are available in Storage → Key-Value Store:
| Key | Format | Description |
|---|---|---|
report.md | Markdown | Full documentation as plain Markdown |
report.docx | Word | Formatted Word document |
report.pdf | Print-ready PDF via LibreOffice | |
report.json | JSON | Structured metadata + documentation |
The dataset also contains a summary record with workflow metadata and all report keys.
Requirements
Set the following environment variable in the Actor settings:
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY | Your Anthropic API key (sk-ant-...) |
Get your key at console.anthropic.com.
Supported platforms
- n8n — workflow exports (JSON)
- Make (formerly Integromat) — blueprints (JSON)
Notes
- Maximum input size: 500 KB
- Workflows with more than 20 nodes: the first 20 steps are documented in detail, remaining steps are noted
- Language detection is based on node names, labels, and descriptions in the workflow
- LibreOffice is used for DOCX → PDF conversion inside the container