Overview

n8n Documentation

Two things make it different from most automation tools. You are billed per full workflow execution rather than per step, so a workflow with 40 nodes costs the same as one with 4. And the source is available under a fair-code license, so self-hosting the Community Edition is free and has almost the complete feature set.

What you can build#

n8n covers the same ground as a scripting cron job, an integration platform, and an AI agent framework, which is why the examples look so different from each other:

  • Scheduled data movement. Pull from an API every morning, reshape the payload, write it to a database or a sheet.
  • Webhook-driven services. Expose an endpoint, run logic against the request, return a response — an API without a codebase to deploy.
  • AI agents with real tools. Give a model access to your systems and let it decide which to call, with a human approval step where it matters.
  • Internal glue. The integrations nobody wants to own as a service: alert routing, onboarding steps, report assembly.
Two ways to start
Run your first workflow today

Start free on n8n Cloud with no credit card, or install the Community Edition on your own machine with a single command.

Next steps#

Updated

Was this page helpful?