n8n Workflow Generator
Pricing
Pay per event
n8n Workflow Generator
Describe an automation in plain English and get a validated, ready-to-import n8n workflow JSON. Pay per result, no subscription. Callable by AI agents as a tool via x402 and the Apify MCP server. Invalid results are never charged.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Захар Бараненко
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
n8n Workflow Generator — turn plain English into a ready-to-import n8n workflow
Describe your automation in one sentence. Get back a validated n8n workflow JSON you can import in one click. No subscription — pay only per generated workflow. Built for humans and AI agents (x402-ready).
Stop hand-wiring nodes or debugging broken JSON from ChatGPT. This Actor generates the workflow and validates it against the real n8n node registry before you're charged. If it doesn't pass validation, you don't pay.
What you get
generatemode — $2.99: a plain-English task → a complete n8n workflow (trigger, nodes, connections, layout) as import-ready JSON. Checked against 560+ real n8n node types and auto-repaired before delivery. Invalid result = no charge.validatemode — $0.10: paste an existing workflow JSON → an import-readiness report (missing fields, broken connections, unknown/hallucinated node types, missing trigger, orphan nodes).
Why not just ask ChatGPT?
Raw LLM output for n8n routinely hallucinates node types, breaks the connections wiring, or forgets the trigger — it looks right and fails on import. This Actor validates every result against the actual n8n node registry and runs up to two automatic repair rounds. You get JSON that imports cleanly, not a plausible-looking dead end. And when you don't (rare), you're not billed.
Real examples (actually generated by this Actor)
Input: "When a new row appears in my Google Sheet, send its contents to a Slack channel #leads"
Output: Google Sheets Trigger → Slack — 2 nodes, valid, first try.
Input: "Every Monday at 9am fetch an RSS feed, summarize new items with AI, and email me the digest"
Output: Schedule Trigger → RSS Read → IF (new items) → Set → OpenAI → Format → Email — 8 nodes, branching, valid.
Input: "When my webhook receives a JSON order, if total > 100 send it to Slack #vip, otherwise append to Google Sheets"
Output: Webhook → IF → Slack (true branch) / Google Sheets (false branch) — correct two-way branching, valid.
How to use
- Set mode =
generate. - Type your automation in task (plain English — mention the apps and the trigger).
- (optional) Add notes for constraints (which services, error handling, naming).
- Run. Grab the workflow from the dataset (
workflowfield) or key-value store (workflow.json). - In n8n: Workflows → Import from File / Paste JSON → connect your credentials → done.
Output
A dataset record with:
workflow— import-ready n8n JSONvalid— passed structural validationwarnings— non-blocking notes (e.g. a node type outside the known registry)
Perfect for
- AI agents (via x402 — pay per call, no account needed): give your agent the ability to build automations, not just describe them.
- n8n users on self-hosted / community who don't have the Cloud AI builder.
- Anyone who wants a working workflow in seconds instead of 30 minutes of node-wiring.
FAQ
Does it need my n8n instance? No. It returns JSON — you import it into any n8n (cloud or self-hosted). Will it invent credentials? No. It sets parameters normally; n8n prompts you for credentials on import. What if the result is broken? You're only charged for workflows that pass validation. Which nodes does it know? The full current n8n registry (n8n-nodes-base + langchain nodes) — 560+ types, regenerated from the official repo.
Keywords: n8n, workflow generator, n8n AI, text to workflow, n8n JSON, automation builder, import n8n workflow, n8n workflow from prompt, AI workflow automation, x402.