AI-powered autonomous builder for n8n. Claude Code designs, builds, validates, tests, and delivers production-ready workflows from a plain-language brief.
curl -fsSL https://raw.githubusercontent.com/natiixnt/n8n-autopilot/main/install.sh | bash
Copied!
From a vague brief to a tested, active workflow. No manual steps in between.
Parses your brief into structured requirements. Infers missing details instead of asking. Asks max 1-2 questions only if the answer changes the architecture.
No tools - pure reasoningSearches 2,653+ templates for matching solutions. Selects the optimal architecture pattern. Picks the best nodes from 525+ available integrations.
search_templates + search_nodesCreates the workflow iteratively, node by node. Configures expressions, connections, error handling. Auto-assigns credentials from your n8n instance.
n8n_create_workflow + n8n_update_partial_workflowRuns validation loops. Auto-fixes errors with n8n_autofix_workflow. Repeats until the workflow is clean. Usually 2-3 cycles.
n8n_validate_workflow + n8n_autofix_workflowExecutes with realistic test data. Checks results, fixes failures. Activates the workflow. Delivers a full report with webhook URLs, credential status, and what it does.
n8n_test_workflow + activateWorkflowPicks the right pattern automatically: webhook processing, API integration, database sync, AI agents, or scheduled tasks. You don't choose - it decides.
Lists your existing n8n credentials via API and auto-assigns them. Production-first heuristic. Asks only when truly ambiguous - one question, all creds at once.
Searches 2,653+ real workflow templates before building. If a template matches 70%+, deploys it and modifies. Otherwise builds from scratch with best nodes.
Runs validation loops automatically. Interprets errors, applies auto-fixes, re-validates. Usually clean in 2-3 cycles. Handles false positives intelligently.
Generates realistic test payloads based on your use case. Executes the workflow, checks results, debugs failures. Only activates after successful test.
Understands briefs in any language. Works on macOS, Linux, Windows. Supports n8n Cloud, self-hosted, and desktop. All 525+ integrations available.
Every integration n8n supports. Autopilot finds and configures the right ones.
Installs n8n-mcp + 7 base skills + autopilot skill. Prompts for n8n URL and API key.
Same installer, PowerShell version. Sets environment variables in user scope.
Describe what you need. Autopilot handles the rest.