What is n8n?
n8n is an open-source workflow automation platform. Think of it as a self-hostable alternative to Zapier or Make, but with a stronger focus on AI. You build workflows visually by connecting nodes: triggers, data transformations, API calls, and AI operations. It connects to 400+ services out of the box.
EUrouter now has a dedicated community node for n8n: n8n-nodes-eurouter. It is published on npm and available to self-hosted n8n users today. Install it from Settings > Community Nodes, and you get a native EUrouter node in your workflow editor. No need to repurpose the OpenAI credential.
The node supports chat completions, model listing, and works with n8n's AI Agent, chain, and tool nodes. Point it at your EUrouter API key and every AI call in your workflow routes through European infrastructure. Useful for teams that build business automations involving AI: customer support triage, document classification, content generation, and more.
Quick to integrate
A few lines of code is all it takes. Swap your base URL and you are routed through EUrouter.
1# In n8n: Settings > Community Nodes > Install
2n8n-nodes-eurouter@1.2.0
3
4# Or via npm in your self-hosted n8n directory
5npm install n8n-nodes-eurouterGet started in minutes
Follow these steps to connect your application to EUrouter.
Install the community node
In your self-hosted n8n instance, go to Settings > Community Nodes. Install n8n-nodes-eurouter and accept the unverified-package prompt.
View on npmAdd your EUrouter credential
Create a new EUrouter credential in n8n and enter your API key. The node handles the base URL automatically.
Build your workflow
Add the EUrouter node to any workflow. It works with n8n's AI Agent, chain, and tool nodes. All calls route through EU infrastructure.
Why use n8n with EUrouter
Dedicated community node
n8n-nodes-eurouter is a dedicated community node published on npm. Self-hosted n8n users can install it today from Settings > Community Nodes. You get a native EUrouter node in the workflow editor with built-in credential management, no need to repurpose OpenAI credentials.
- Install n8n-nodes-eurouter@1.2.0 from Settings > Community Nodes
- Native EUrouter credential type with automatic base URL configuration
- Works with n8n's AI Agent, chain, and tool nodes
- Available now for self-hosted n8n instances
AI-powered automations in Europe
n8n's AI nodes let you add intelligence to any workflow: classify incoming emails, summarize documents, extract data from PDFs, or build full conversational agents. With EUrouter, all of those model calls stay in Europe. Your business data doesn't leave EU jurisdiction.
- Works with AI Agent, chain, tool, and chat nodes
- All model calls route through EUrouter's EU servers
- Business data processed in workflows stays within European jurisdiction
- No coding or ML expertise required to use EU-hosted models
Multi-model workflows
A single n8n workflow might classify incoming requests with a fast, cheap model, then route the complex ones to GPT-4o for detailed responses. With EUrouter, you access all these models through one credential. Pick the right model for each step based on cost and capability.
- Use different models at different workflow steps based on the task
- Optimize costs by using cheaper models for high-volume classification steps
- One EUrouter credential covers every available model
- EUrouter's smart routing can also auto-select the best model per request