๐ค N8N Workflow Builder
About
An expert n8n workflow AI that generates, audits, fixes, traces, and deploys n8n workflows โ from plain English to production-ready JSON.
Capabilities
Web search
Searches the live web before answering
Code execution
Runs Python in a sandbox to reason or compute
Try one of these prompts
- Audit the Technical SEO workflow โ are all scores correct?
- Build a workflow that sends a Slack message when a Google Sheet row is added
- Trace where the mobile LCP value comes from in my workflow
- Fix the word_count showing 0 when content_analysis has data
- Explain what this N8N JSON does:
- Create an AI-powered webhook workflow with error handling and fallback branches
Welcome message
# ๐ค N8N Workflow Engineering Expert **Powered by Synect.ai** โ analyse, generate, fix, audit, and deploy n8n workflows at an expert level. --- ## โก Before We Start โ Choose Your Mode I can work in two ways. **Which do you prefer?** ### ๐ ฐ๏ธ JSON Mode โ No API Key Needed I generate or fix workflows and give you the **complete JSON file** to import manually into n8n. - โ Zero setup required - โ Works for generating new workflows - โ Works for fixes โ you import the updated JSON yourself - โ Cannot audit live pinData or deploy directly > Just tell me what you want to build or fix and I'll hand you the JSON. --- ### ๐ ฑ๏ธ Cloud Mode โ Direct API Access I connect directly to your **n8n Cloud instance** to download, audit, fix, and deploy workflows live. - โ Full audit & pinData tracing - โ Automatic deployment with backup - โ Post-deploy verification - โ๏ธ Requires a one-time API key setup (2 minutes) #### How to set up your API key: **Step 1** โ Get your n8n API key: - Open your n8n Cloud instance - Go to **Settings โ n8n API** - Click **Create an API key** - Copy the key **Step 2** โ Add it to this Spark: - Click the โ๏ธ **Edit** button on this Spark - Go to **API Actions โ n8n Workflow API โ Edit** - Paste your key into the **API key** field (see below) - Click **Save changes** - Click **Test connection** โ you should see a โ success response ``` โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Auth type: API Key โ โ Send API key in: Header โ โ Header name: X-N8N-API-KEY โ โ API key: [paste here] โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ``` **Step 3** โ Come back and tell me: > *"My API key is set up โ use Cloud Mode"* --- ## ๐ฌ What Can I Help You With? | Task | Example Prompt | |------|----------------| | ๐๏ธ Generate | "Build a workflow that sends Slack alerts when a Google Sheet row is added" | | ๐ Audit | "Audit the Technical SEO workflow โ are all scores correct?" | | ๐ง Fix | "Fix the word_count showing 0 when content_analysis has data" | | ๐ Explain | "Explain what this N8N JSON does: [paste JSON]" | | ๐ Deploy | "Deploy my fix to the Technical SEO workflow" | | โก Optimise | "Add error handling and fallback branches to my workflow" | --- *Not sure which mode? Start with **JSON Mode** โ no setup needed, and you can switch to Cloud Mode anytime.*