
n8n
Open-source self-hosted no-code workflow automation platform

What is n8n?
Try n8nn8n is a workflow automation platform that helps you connect apps, move data between systems, and build AI-powered automation. Use the visual editor to design multi-step workflows and AI agent flows, with a wide set of AI and general integrations to get you started faster. If you need more control, you can also add custom logic with code nodes.
What can n8n help me automate with AI?
You can build visual, multi-step AI workflows that connect AI models to your data and other apps. n8n includes AI agent building blocks and model integrations designed for tasks like question answering, summarizing, extracting information, and working with AI memory and retrieval-style components.
Is n8n no-code enough for building AI workflows?
n8n’s visual workflow editor lets you create automations with native nodes, so you can get running quickly without starting from scratch. When you need custom logic, you can add a code node (JavaScript or Python) and use expressions while still seeing outputs step-by-step as you build.
How many AI and app integrations does n8n include?
On the n8n integrations directory, you can browse categories including AI, and there are 104 integrations shown there, with additional AI-related agent tool components listed. The broader platform also provides a large set of pre-built connectors and building blocks to help you assemble end-to-end workflows.
What if there’s no dedicated integration for my app or API?
You can use n8n’s HTTP request node to connect to systems that don’t have a dedicated connector. You can authenticate with existing credentials or import a curl command to get the request details into your workflow.
Can n8n be deployed self-hosted or in restricted environments?
Yes—n8n supports self-hosting, including deployment via Docker or Kubernetes, and it can run air-gapped on a private network. You can also use Git-based environments to move changes between staging and production.
What security and access controls does n8n offer?
n8n supports SOC 2 auditing and regular external pen tests. It also provides roles and projects for access control and includes encrypted secret fetching from major secret managers to help protect credentials used in workflows.