๐Ÿค– N8N Workflow Builder

By PouyeshCategory: ProgrammingUpdated 3mo ago

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

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