Editorial independence: AI Agent Square is not paid by the vendors we review. We currently earn no commissions from links on this site, and no vendor can pay to influence scores, rankings, or review content.methodology.

Engineer reviewing workflow automation pipeline on monitor

n8n Review 2026: Pricing, 1,700+ Nodes & Self-Hosting Tested

Fair-code workflow automation with 1,700+ nodes, 70+ native LangChain AI nodes, and a genuinely free self-hosted edition. The most flexible automation platform for technical teams in 2026.

First published 29 January 2026 · Last reviewed 12 May 2026 by Fredrik Filipsson, AI Product Researcher.

Verdict (9.0/10): n8n is the most flexible workflow-automation platform available to technical teams in 2026. A genuinely free, self-hostable Community Edition, 1,700+ integrations, 70+ native LangChain/AI nodes, and execution-based pricing that does not punish multi-step workflows make it the default choice for engineers, data teams, and anyone building AI agents. Non-technical teams who want the fastest possible setup will still be happier on Zapier; everyone who can handle a little more structure gets far more power — and far lower cost at scale — from n8n.
9.0
Overall
9.5
Flexibility
9.0
AI / Agents
9.0
Value
7.5
Ease of Use

What is n8n?

n8n (pronounced "n-eight-n", short for "nodemation") is a source-available workflow-automation platform. You build automations visually by connecting nodes on a canvas — a trigger node starts the workflow, and each subsequent node fetches data, transforms it, calls an API, or runs custom code. Where it separates itself from mainstream tools like Zapier and Make is depth: any node's output is fully inspectable, you can drop into JavaScript or Python at any step, and you can run the entire engine on your own infrastructure for free.

That combination — visual for speed, code for anything the visual layer can't express, self-hostable for control and cost — is why n8n has become the automation backbone for a large share of technical teams and the fast-growing crowd building production AI agents. It is licensed under the fair-code Sustainable Use License: the source is public, you may self-host and modify it freely, and the only real restriction is that you can't repackage n8n and resell it as a competing hosted service.

Key features

1,700+ integrations and a universal HTTP node

n8n ships with more than 1,700 pre-built integration nodes covering the usual suspects — Google Workspace, Slack, Notion, Airtable, HubSpot, Postgres, AWS — plus hundreds of niche tools. Crucially, when a dedicated node doesn't exist, the generic HTTP Request node can call any REST or GraphQL API, so you are never blocked by a missing connector the way you can be on closed platforms. This is the single biggest practical advantage for teams integrating internal or long-tail services.

70+ native AI and LangChain nodes

n8n has invested heavily in AI. It includes 70+ native LangChain nodes covering chat models (OpenAI, Anthropic, Google, local models via Ollama), embeddings, vector stores (Pinecone, Qdrant, Supabase, PGVector), memory, output parsers, and tool-use routing. The dedicated AI Agent node lets you build an agent that reasons over a goal and calls other n8n workflows as tools — turning the platform into a practical orchestration layer for retrieval-augmented generation and multi-step agents, not just simple "if this then that" automation.

Code when you need it

The Code node runs JavaScript or Python against the data flowing through a workflow, so transformations that would require awkward multi-step chains on other platforms become a few lines. You can also install npm packages on a self-hosted instance. This escape hatch is what lets one n8n workflow replace what might be three or four brittle Zaps.

Self-hosting and deployment

The Community Edition runs on Docker, Kubernetes, or a plain Linux VM in minutes. Self-hosting means your data never leaves your infrastructure — a decisive factor for teams with compliance or data-residency requirements — and there are no per-execution fees, so high-volume automations cost only the compute you already pay for. Enterprise self-hosted adds SSO, RBAC, audit logs, log streaming, and external secret stores.

n8n pricing in 2026

n8n's pricing has two completely different tracks: free-forever self-hosting, or managed cloud billed by workflow executions (a full run of a workflow), not by individual steps. That per-execution model is a big deal — a 20-step workflow and a 2-step workflow both count as one execution, so complex automations don't get taxed the way step-based competitors charge. Figures below are the annual-billing rates verified against n8n's official pricing page; month-to-month billing runs roughly 20% higher.

PlanPrice (billed annually)Executions/moHighlights
Community (self-hosted)FreeUnlimitedAll integrations, unlimited users & workflows, your own server
Cloud Starter€20/mo2,5005 concurrent executions, 1 shared project, 50 AI credits
Cloud Pro€50/mo10,00020 concurrent, 3 projects, admin roles, global variables, 150 AI credits
Business€667/mo40,000SSO/SAML/LDAP, self-hosted option, Git version control, environments, 30-day insights
EnterpriseCustomCustom200+ concurrent, unlimited projects, external secrets, log streaming, dedicated SLA

Every tier — including free — includes unlimited users and workflows and every integration; you're only ever paying for execution volume and enterprise governance features. There's also a Startup plan offering 50% off Business for companies under 20 employees. For a fuller cost breakdown across automation tools, see our AI pricing guide and the deep-dive on n8n pricing for 2026.

Strengths

  • Genuinely free, self-hostable — no execution fees at scale
  • 1,700+ integrations plus a universal HTTP node for anything else
  • Best-in-class native AI/LangChain and agent tooling
  • Per-execution pricing rewards complex, multi-step workflows
  • Code node (JS/Python) removes hard ceilings on logic
  • Full data control for compliance-sensitive teams

Trade-offs

  • Steeper learning curve than Zapier for non-technical users
  • Self-hosting means you own updates, scaling, and uptime
  • Fewer hand-holding templates than the largest closed platforms
  • Fair-code (not OSI open source) licensing restricts reselling
  • Cloud concurrency limits on lower tiers can bottleneck bursts

n8n vs Zapier vs Make

Zapier wins on breadth of app catalog and sheer ease — if a non-technical marketer needs to connect two SaaS tools this afternoon, Zapier is the fastest path, but its per-task pricing gets expensive quickly and its logic ceiling is low. Make (formerly Integromat) sits in the middle with a more visual, branching canvas and better value than Zapier, but it is still fully hosted and closed. n8n is the technical team's choice: more powerful, dramatically cheaper at volume (especially self-hosted), and the only one of the three you can run entirely on your own servers. For the detailed head-to-heads, read n8n vs Zapier, n8n vs Make, the three-way n8n vs Make vs Zapier, and n8n vs Node-RED.

Who should use n8n?

Choose n8n if you have at least one technically comfortable person, you care about data control or self-hosting, you're building AI agents or RAG pipelines, or you're scaling past ~10,000 monthly executions and want to escape runaway per-task pricing. Look elsewhere if your team is entirely non-technical and you value the absolute fastest, most template-driven setup over flexibility and cost — in that case Zapier remains the gentler on-ramp. Most teams that start on Zapier and hit either a cost wall or a logic wall eventually migrate to n8n.

Setup and learning curve

Cloud signup takes minutes; self-hosting via Docker is a single command and roughly 15–30 minutes to a production-ready instance with a reverse proxy. The core concept — trigger node plus a chain of action nodes — is intuitive, but expression syntax, error-handling branches, and the Code node take a few days to feel fluent. For engineers building AI workflows specifically, our n8n API guide covers the patterns worth learning first. Budget a weekend to get genuinely productive; the payoff is automations you simply cannot build on step-based competitors.

Final verdict

n8n earns a 9.0/10 as the most capable and best-value automation platform for technical teams in 2026. The free self-hosted edition alone would justify a look; the depth of AI tooling and the execution-based pricing make it the strategic long-term choice for any team serious about automation and AI agents. Its only real weakness is the learning curve relative to consumer-grade tools — a fair price for the ceiling it removes. Scores reflect independent editorial testing; see our review methodology.

Frequently asked questions

Is n8n free?

Yes. n8n Community Edition is free, fair-code licensed, and can be self-hosted with unlimited workflows, users, and executions. n8n Cloud plans start at €20/month billed annually.

How much does n8n Cloud cost in 2026?

Billed annually, n8n Cloud Starter is €20/month for 2,500 executions, Pro is €50/month for 10,000 executions, and Business is €667/month for 40,000 executions with SSO and the self-hosted option. Month-to-month billing runs roughly 20% higher. All plans include unlimited users and workflows.

How many integrations does n8n have?

n8n ships with 1,700+ native integrations plus 70+ dedicated LangChain/AI nodes. Any REST or GraphQL API can be called with the HTTP Request node.

Is n8n open source?

n8n uses a fair-code Sustainable Use License — source-available, free to self-host and modify. It is not OSI-approved because it restricts reselling n8n as a hosted service.

n8n vs Zapier — which should I choose?

Choose Zapier for non-technical teams needing the fastest setup. Choose n8n for self-hosting, AI agents with LangChain, or scaling beyond 10,000 monthly executions without runaway pricing.

Does n8n support AI agents and LangChain?

Yes. n8n includes 70+ native LangChain nodes covering chat models, embeddings, vector stores (Pinecone, Qdrant, Supabase), memory, output parsers, and tool-use routing, plus a dedicated AI Agent node.

Can I self-host n8n free forever?

Yes. n8n Community Edition is free to self-host on Docker, Kubernetes, or a Linux VM. Enterprise self-hosted adds SSO, audit logs, RBAC, and external secrets.

Compare n8n with the rest of the automation category. Browse every tool we've tested in Automation AI Agents, or jump straight to the n8n vs Zapier breakdown.