Review

n8n Review 2026

Visual Workflow Automation with AI Agents and Self-Hosting

Written by Noah BennettZuletzt aktualisiert July 29, 2026

n8n is an open workflow automation platform for technical teams that want to build, deploy, and control AI agents and business processes visually or in code. It connects more than 1,900 integrations through native nodes, supports self-hosting and cloud deployments, and charges by completed workflow execution rather than per step. With roughly 198,000 GitHub stars, it is one of the most widely adopted open automation projects. The real buying question is not whether it is powerful, but whether your team has the technical depth and operational discipline to turn that power into reliable production workflows.

Überprüfen Sie die Datein8n
Aktualisierte redaktionelle Rezension2026-07-29
Official n8n landing page screenshot
Official n8n landing page, captured during this review audit.

Official landing page

See n8n in its current product context

This review uses a captured view of the official n8n landing page. Evaluate the live product, pricing, and documentation before making a purchasing decision.

Is n8n the right fit for your team?

n8n should be judged by the workflows it can reliably own, the systems it can safely touch, and the controls your team needs after launch. This review focuses on workflow fit, pricing exposure, implementation risk, evidence to verify in a demo, and realistic alternatives. Use the snapshot below as a fast first filter, then read the deeper sections for proof points and red flags.

  • Shortlist when: you need visual workflow automation with code-level escape hatches, AI agent support, self-hosting control, or deep integrations across engineering, operations, sales, and support stacks.
  • Validate before buying: ask for a live workflow that mirrors your trigger frequency, data volume, error handling, source control, and concurrency needs. A polished template demo is not enough.
  • Compare against: adjacent tools that trade power for simplicity, or platforms with stronger native channel coverage. We cover the most relevant alternatives further down.

Is n8n worth it?

n8n is a fair-code workflow automation platform that blends a visual builder with JavaScript and Python code nodes. It is built for teams that want to own their automations end to end: triggers, data transforms, branching, AI model calls, human approvals, and error handling. Pricing is based on completed workflow executions rather than steps, seats, or integrations, which can lower cost for complex workflows but still requires accurate volume forecasting.

Best for technical teams that outgrow simpler tools such as Zapier or Make and need version control, self-hosting, or AI agents wired into real business data. If you only need one-off app-to-app triggers and your team has no developer capacity, lighter builders will be faster and cheaper. If you need production-grade orchestration across engineering, support, sales, and finance systems, n8n belongs on the shortlist.

Editorial fit signal

Best for workflow automation and AI agents

n8n fits teams that need visual orchestration plus code-level control across integrations, AI models, and human-in-the-loop steps. Strengths include open-source transparency, self-hosting, 1,900+ integration nodes, Git-based versioning, and usage-based execution pricing. Verify error handling, concurrency limits, and total cost at your expected volume before committing. This is an editorial fit signal, not a user review average, benchmark result, vendor-provided rating, or measured performance claim.

Wie wir das bewertet haben

We evaluated n8n as a workflow automation and AI agent platform, not as a basic no-code integrator. Our scoring weights five buyer-critical dimensions: integration breadth (how many systems connect natively and through custom HTTP or APIs), workflow depth (branching, looping, code, error handling, and AI steps), deployment flexibility (cloud, self-hosted, Docker, queue mode, and multi-environment), governance (Git versioning, RBAC, audit logging, environments, and secret management), and cost predictability (execution-based pricing versus per-step or per-user models).

Key buyer tests: Can the workflow handle your real trigger cadence without hitting concurrency or retention limits? Can a developer reproduce and version the workflow in Git? Does the AI agent node behave deterministically with your prompts and tools? What is the all-in cost at peak volume, including overages, infrastructure, and operations time?

Preisberechnung zum Ausführen

Execution-based pricing rewards forecasting, punishes surprises

n8n charges only for workflows that run from start to finish, regardless of how many nodes execute inside them. That can be cheaper than per-step tools for multi-node flows, but it also means your bill is tied directly to monthly volume. A small trigger spike can push you into the next pricing tier or overage. Build a 12-month execution model before comparing plans.

  • Count triggers by source: scheduled cron jobs, webhooks, API calls, form submissions, and email events each behave differently.
  • Separate development and production execution counts. Unstable workflows during rollout can burn quota quickly.
  • Model error and retry behavior. Each retry can count as a new execution, depending on configuration.
  • If you self-host the Business plan, add infrastructure, backups, monitoring, and upgrade labor on top of the license fee.

Who n8n fits best

Stärken

  • Execution-based pricing instead of per-step or per-user billing, which can lower costs for complex workflows.
  • Visual builder plus code nodes in JavaScript and Python, so non-developers can build simple flows and developers can handle edge cases.
  • 1,900+ integration nodes listed as of July 2026, including Google Workspace, Slack, Postgres, Notion, OpenAI, Anthropic, and webhooks.
  • AI agent and MCP support for model routing, RAG, multi-agent orchestration, and exposing workflows as tools to Claude, Lovable, or other MCP clients.
  • Self-hosting and source-code access through GitHub, with Docker, npm, and cloud-provider deployment options.
  • Git-based versioning and environments for dev, staging, and production workflows on paid plans.
  • Human-in-the-loop, error workflows, and approval gates for controlling risky or regulated steps.

Zu überprüfende Einschränkungen

  • Teams with no technical capacity will struggle with custom nodes, code steps, self-hosting, and debugging execution logs.
  • Execution quotas can be hard to predict; overages may require an unplanned tier upgrade.
  • Insights dashboards and advanced filtering are limited on Starter and Pro plans.
  • Self-hosting shifts security, backup, and infrastructure responsibility to your team.
  • Some enterprise scaling features, such as external S3 storage, are listed as N/A or coming soon for the cloud Business plan.
  • Community support is the default for Starter and Pro; dedicated support with an SLA is Enterprise only.

Integration coverage to verify

n8n advertises more than 1,900 integrations. Coverage is broad, but depth varies by node. Some nodes expose almost every API operation of a service; others cover only the most common triggers and actions. Before committing, test the nodes you actually need with real data and real error conditions.

  • Core app nodes: Google Sheets, Gmail, Slack, Airtable, Notion, Postgres, Supabase, Microsoft Excel 365, and HTTP Request for custom APIs.
  • AI nodes: OpenAI, Anthropic, Google Gemini, AI Agent, and vector-store nodes for RAG-style retrieval.
  • Trigger nodes: webhooks, scheduled cron, email, RSS, database, and form triggers.
  • Communication: Telegram, Discord, WhatsApp Business Cloud, and email send nodes.
  • Custom code and cURL import for services without a native node.
  • MCP support to call external tools from n8n workflows or expose n8n workflows as callable tools to other AI clients.

Workflow execution and guardrails

n8n's value is in end-to-end workflow orchestration. A workflow can read from one system, call an AI model, branch on confidence, wait for a human approval, write to another system, and log every step. The buying question is whether your team can keep those workflows reliable as they grow in node count, execution frequency, and data sensitivity.

Use the visual canvas for structure and code nodes for logic that does not fit the UI. Pair deterministic branches with AI steps so that outputs are validated before actions run. Set error workflows to catch failures, automatic retries for transient issues, and human-in-the-loop nodes for sensitive approvals.

  • Common patterns: lead enrichment and routing from form or CRM triggers, support ticket triage with AI classification, infrastructure alerts that create incidents and page on-call, document processing with RAG and human verification, and API orchestration across internal microservices.
  • Guardrails to configure: branch on confidence thresholds, sanitize inputs before they reach AI nodes, restrict credential access through RBAC, and require approvals for write actions that affect customers, billing, or production systems.

Official product demo

Pricing checked July 29, 2026

n8n pricing: €20 to €667 per month billed annually

n8n publishes three paid tiers plus a custom Enterprise plan. All paid plans include unlimited users and workflows; the main differentiators are monthly execution quota, concurrency, retention, collaboration, support, and advanced governance. A free Community edition is available for self-hosting without license cost, though infrastructure and support are your own.

n8n public pricing plans (annual billing)
PlanenAnnual-billing priceIncluded capacityBeste Passform
Anlasser€20/mohosted by n8n5k executions, 5 concurrent executions, 2.5k saved executions, 2.5 GB execution storage, 7-day log retention, 1 shared project, 1-day workflow history, 2,300 AI Assistant creditsSolo operators or small teams proving one or two automations
Profi€50/mohosted by n8n10k executions, 20 concurrent executions, 25k saved executions, 25 GB execution storage, 30-day log retention, 3 shared projects, 5-day workflow history, up to 13,700 AI Assistant creditsSmall teams running production automations with moderate volume
Geschäft€667/moself-hosted40k executions, 200+ concurrent executions, 50k saved executions, 50 GB execution storage, unlimited log retention, unlimited shared projects, 365+ day workflow history, 2 cloud instances, Git versioning, SSO SAML/LDAPTechnical teams that need self-hosting, scale, and governance
UnternehmenBenutzerdefinierthosted or self-hostedCustom execution quota, dedicated support with SLA, queue mode, audit logging, log streaming, enforced 2FA, external secret storesLarge teams with procurement, security, and uptime requirements

Source: n8n official pricing page. Confirm the live rate card, taxes, execution overages, AI Assistant credit rules, and infrastructure costs for self-hosted plans before signing. n8n also offers a startup plan with 50% off Business for eligible teams under 20 employees.

AI capability and agent execution

n8n treats AI as one node type inside a broader workflow, not a standalone chatbot layer. You can connect OpenAI, Anthropic, Google Gemini, Groq, or local models, build RAG flows with vector stores, and assemble multi-agent systems that delegate to different tools. Recent additions include an AI Workflow Builder that turns a text description into a working draft, and MCP support that lets external AI clients invoke n8n workflows as tools.

The strength is composability. The risk is drift. Without clear prompt versioning, evaluation metrics, and human checkpoints, an AI agent can make decisions that are hard to reproduce or explain. Treat n8n as a control layer for AI, not a magic agent generator.

  • Model flexibility across cloud and self-hosted models, with structured output controls and prompt chaining.
  • RAG support through vector-store nodes and document loaders.
  • Human-in-the-loop for approvals, corrections, and exceptions.
  • Evaluations and monitoring to test prompt reliability and detect drift over time.
  • AI Workflow Builder to generate draft workflows from plain-language descriptions.
  • MCP server and client to connect n8n with Claude Desktop, Claude Code, Codex CLI, Lovable, and other MCP-enabled tools.

Zu überprüfende Funktionsbereiche

Use this checklist during a free trial or demo. Do not accept a generic feature list; ask the team to show each capability against your data and failure cases.

  • Visual workflow editor with branching, looping, wait states, and merging.
  • JavaScript and Python code nodes for custom transformation and logic.
  • 1,900+ integration nodes plus HTTP Request, GraphQL, and cURL import.
  • Webhook, cron, email, database, and queue-based triggers.
  • Workflow history, execution logging, and debug mode in the editor.
  • Git versioning, environments, and workflow diffs on paid plans.
  • RBAC, project sharing, and instance admin controls.
  • AI Agent nodes, vector-store nodes, and MCP connectivity.
  • Insights dashboards for execution volume, success rates, and trends.

Analytik und Betriebstransparenz

n8n provides execution logs, workflow-level metrics, and an Insights module with overview banners, sortable tables, and time-series dashboards. Granularity and date-range filtering vary by plan. The operational value depends on whether your team can export the data into your existing observability stack and whether failed-execution tagging is granular enough to drive fixes. We recommend testing the Insights module at realistic volume before relying on it for production operations.

Security, data handling, and compliance

n8n publishes a security program aligned with SOC 2, with annual audits and a public SOC 3 report. Cloud data is hosted in Microsoft Azure in the EU, with credentials encrypted at rest using AES256 and SSL/TLS in transit through Cloudflare. SSO, SAML, and LDAP are Enterprise features. Self-hosted deployments shift encryption-at-rest, backup, and infrastructure controls to the customer.

Before connecting customer or regulated data, ask the hard questions in writing. How long are execution logs retained? Can credentials be stored in an external vault? Who can access workflow definitions and execution payloads? What audit logs exist for changes and data access?

  • Request the latest SOC 2 report or SOC 3 report and data-processing terms.
  • Confirm retention settings for execution logs, saved executions, and error payloads.
  • Map RBAC roles to your actual staff and verify who can edit, execute, or view sensitive workflows.
  • For self-hosted deployments, document your encryption, backup, and update process before going live.
  • Verify audit-log coverage for workflow changes, credential access, and administrative actions.

What questions should you ask before buying n8n?

  • Can you build and run a workflow using our actual triggers, APIs, and data formats in a trial?
  • What is the monthly execution forecast for our expected volume, including retries and seasonal spikes?
  • Which integrations are native versus requiring custom HTTP or community nodes?
  • How do version control, environments, and deployment approval work for our team size?
  • What is the incident response workflow when a production automation fails or produces bad data?
  • Can we stream execution logs to our existing SIEM, Datadog, or observability stack?
  • How do AI Assistant credits map to our expected AI step usage?
  • What is the upgrade path from self-hosted Community to a paid license?
  • Can you provide reference customers with a similar use case, volume, and technical stack?

What red flags should you watch for with n8n?

  • The vendor cannot demonstrate the target workflow using your real data and real error conditions.
  • Pricing conversations focus only on the subscription and omit execution overages, infrastructure, and operations time.
  • The team lacks the technical capacity to maintain workflows, credentials, and self-hosted infrastructure.
  • Critical integrations are only available as unmaintained community nodes with no clear support path.
  • There is no documented process for versioning, testing, and rolling back workflows before production.
  • AI agent steps lack deterministic guardrails, evaluations, or human approval gates before taking write actions.

What are the best alternatives to n8n?

The right alternative depends on where your team already works and how much technical control you need. Below is a decision framework, not a ranked list.

  • Apollo.ioChoose Apollo.io when your primary goal is sales engagement, prospecting, and CRM enrichment rather than general workflow automation.
  • Copy.aiChoose Copy.ai when the work is content generation, marketing copy, and go-to-market messaging rather than multi-system orchestration.
  • ClaudeChoose Claude when you need a frontier conversational AI with strong reasoning and coding, and you will wire it into workflows yourself.
  • CursorChoose Cursor when the automation use case is centered on software development and AI-assisted coding inside an IDE.
  • GitHub CopilotChoose GitHub Copilot when you want AI pair-programming inside your editor, not a cross-app automation platform.
  • Intercom FinChoose Intercom Fin for a managed AI support agent inside an existing Intercom helpdesk without building workflows from scratch.
  • ChatbaseChoose Chatbase for a quick website-first AI support agent when you do not need deep integrations or self-hosting.

Workflow test

What n8n needs to prove in a real automation

A template demo is not enough. The buying question is whether n8n can move data across systems, handle errors, and stay observable under your real load. Run this four-step test in a trial or sandbox before committing.

  1. Trigger it.Fire the workflow from your actual trigger—webhook, cron, form, or database event—and confirm latency and reliability. If the trigger is flaky, the rest of the workflow does not matter.
  2. Transform it.Run a data mapping, conditional branch, and a code node against real records. Look for silent failures, unexpected nulls, and brittle assumptions about schema.
  3. Guard it.Force an error and a low-confidence AI output. Verify automatic retries, error workflows, human approval gates, and alerting behavior.
  4. Observe it.Check execution logs, Insights dashboards, and log export. A workflow that runs but cannot be debugged is not production-ready.

Verwandte Lektüre

Offizielle Quellen zur Überprüfung

Product walkthrough

See the n8n platform before you trust the claims

This official n8n product overview shows the visual workflow builder and AI agent positioning. Treat it as a product tour, not independent proof of implementation effort, error rates, or cost. After watching, ask the team to build your workflow in a trial using your real triggers and data.

Should you choose n8n?

n8n is a powerful, flexible workflow automation platform for technical teams that want to own their automations end to end. Its execution-based pricing, 1,900+ integration nodes, self-hosting option, and AI agent support make it a strong choice for operations, engineering, support, and sales teams that outgrow simpler builders. The main risks are technical complexity, unpredictable execution volume, and the operational burden of self-hosting.

Shortlist n8n if you need visual orchestration plus code-level control, Git-based versioning, or AI agents wired into real business systems. Look elsewhere if your team has no developer capacity, your workflows are simple one-to-one app triggers, or you need a fully managed support channel without building it yourself. Run the four-step workflow test in a trial and model your 12-month execution volume before signing.

FAQ

Häufige Fragen

What is n8n best used for?

n8n is best for workflow automation and AI agent orchestration across business systems. Technical teams use it for lead routing, support triage, infrastructure alerts, document processing, and custom API orchestration. It is not a basic chatbot builder; it is a platform for teams that want to build, version, and control automations.

Does n8n require coding?

No for simple workflows, yes for advanced ones. The visual builder covers many common triggers and actions. Code nodes in JavaScript or Python, custom HTTP requests, and self-hosted deployments require technical skill. The more complex your integrations and business logic, the more developer time you should expect.

How does n8n pricing work?

n8n charges by completed workflow execution, not by step or user. Plans range from €20/mo for 5k executions to €667/mo for 40k executions when billed annually. Enterprise is custom. Self-hosted Business plans also carry infrastructure, monitoring, and operations costs. Overages and upgrades depend on actual monthly execution volume.

Can n8n handle AI agents?

Yes. n8n supports AI Agent nodes, model connections to OpenAI, Anthropic, Google Gemini, and others, RAG flows with vector stores, multi-agent orchestration, and MCP connectivity. It also has an AI Workflow Builder that drafts workflows from plain-language descriptions.

Is n8n secure?

n8n Cloud is hosted in Microsoft Azure EU, with SOC 2 alignment, encrypted credentials at rest, SSL/TLS in transit, and optional SSO/SAML/LDAP on Enterprise. Self-hosted deployments shift security responsibility to the customer. Request the latest SOC report and data-processing terms before committing.

What are the main drawbacks of n8n?

Execution quotas can be hard to predict, advanced governance is reserved for higher tiers, self-hosting requires operations work, and some users without technical support will struggle with custom nodes and debugging. It is also not a managed helpdesk; if you need native ticketing, compare it with Zendesk AI or Intercom Fin.

How does n8n compare to Zapier?

n8n offers deeper workflow control, code nodes, self-hosting, Git versioning, and execution-based pricing. Zapier is generally easier for non-technical users and simpler app-to-app triggers. Choose n8n when power, transparency, and deployment control matter; choose Zapier when speed and simplicity matter more.

How long does n8n take to implement?

Simple workflows can be live in hours. Production automations with custom integrations, branching logic, AI agents, and error handling typically take days or weeks. Plan time for trigger testing, data mapping, credential management, and rollout to production environments.

Käuferwerkzeuge

Vergleichen Sie nach Workflow, nicht nach Hype.

Use the methodology to evaluate integration breadth, workflow depth, deployment flexibility, governance, and cost predictability before shortlisting a platform.