A workflow automation platform for connecting apps and APIs, with visual building plus custom code when needed.
RecommendedLast reviewed July 17, 2026
n8n is a workflow automation tool built for people who want the visual builder most of the time and raw code when the connector doesn't do the job. You drag nodes together to connect apps and APIs, then drop into JavaScript or Python inside any step once the built-in logic runs out. It ships as a cloud version and a self-hosted version you run on your own server via Docker.
The visual builder is easy to open and start dragging nodes into place. Getting a workflow production-ready is a different story: a node three steps into the chain that chokes on an unexpected API response can silently kill the whole run, and nothing retries it unless someone built that logic in first. n8n connects to more than 500 apps out of the box, but anything more delicate than a simple sync still needs someone who understands the logic underneath, not just the interface.
The tools we'd run next to n8n, and what each pairing covers.
From the n8n pricing page · verified July 17, 2026
Self-hosting (Community Edition) is free and open-source, which is the real draw for agencies running workflows across many clients: cost doesn't scale with client count. The cloud version starts at Starter, €20/month billed annually, but caps out at 2,500 executions and 5 concurrent runs, with only 50 AI Workflow Builder credits included. Pro (€50/month) quadruples the execution cap and adds admin roles and workflow history. The real jump is Business at roughly €667/month, which is where SSO/SAML, Git version control, and self-hosted deployment options appear. Teams that self-host from the start avoid most of this ladder entirely and only pay for their own server.
Pick Zapier for a non-technical team that wants the largest app library and zero code, and will pay per task for it.
Pick Make for a similar visual-plus-logic approach with a lower cloud entry point if self-hosting isn't wanted.
Pick Apify instead when the job is purely scraping at scale, not general cross-app orchestration.
Yes, if self-hosted. The Community Edition is free with full source code access on GitHub and Docker deployment. The hosted cloud version starts at the Starter plan (€20/month billed annually) and adds execution caps, concurrency limits, and a set number of AI Workflow Builder credits per month.
Two things: workflow executions per month (2,500 on Starter, 10,000 on Pro, 40,000 on Business) and concurrent executions (5, 20, then scaling further up). Shared projects, insights retention, and AI Workflow Builder credits also expand at each tier, so teams running frequent or parallel workflows hit the execution ceiling first.
All three connect apps visually, but n8n lets you drop into JavaScript or Python inside a workflow instead of staying locked to pre-built connector logic, and it can be fully self-hosted for free. Zapier and Make are cloud-only and typically charge per task or operation, which scales cost with volume in a way self-hosted n8n does not.
Yes. It supports multi-agent setups, RAG system construction, compatibility with multiple cloud or offline AI models, human-in-the-loop approval steps, and MCP (Model Context Protocol) support. Workflows can also be triggered and managed headlessly via webhooks and the REST API once built.
The visual builder itself is approachable and shows inputs/outputs at each step without much navigation. The real cost is in getting a multi-step workflow production-ready: error handling, retries, and edge cases typically take days of iteration rather than an afternoon, even for technical builders.
Tell us how your motion runs today. We'll show you what we'd engineer.
Contact us