n8n Connection
Connect N8N Insider to your n8n instance for Builder Mode.
Note: Connecting to n8n is optional. Helper Mode works without it. n8n connection is required for Builder Mode to create and modify workflows.
What You Need
- Your n8n instance URL (e.g., https://n8n.yourcompany.com or https://your-instance.app.n8n.cloud)
- An n8n API key with workflow permissions
Step 1: Get Your n8n Instance URL
Your n8n instance URL is the address you use to access n8n in your browser.
n8n Cloud
Format: https://your-instance.app.n8n.cloud
Self-hosted
Format: https://n8n.yourdomain.com
Step 2: Generate an API Key in n8n
- Open your n8n instance in a browser
- Click your profile icon in the bottom left
- Go to "Settings"
- Navigate to "API" in the sidebar
- Click "Create API Key"
- Give your key a name (e.g., "N8N Insider")
- Copy the generated API key
Important!
Copy your API key immediately. n8n only shows the full key once.
Step 3: Add Credentials to N8N Insider
- Click the N8N Insider icon in your Chrome toolbar
- Open Settings (gear icon)
- Find the "n8n Settings" section
- Enter your n8n instance URL
- Paste your n8n API key
- Click "Test Connection"
Connected!
If you see a success message, N8N Insider can now read and modify your workflows using Builder Mode.
API Permissions
N8N Insider needs the following API permissions:
- Read Workflows: View workflow structure and node configurations
- Write Workflows: Add nodes, update configurations, connect nodes (Builder Mode)
- Execute Workflows: Test workflows (optional)
Troubleshooting
"Connection failed" error
Check that your n8n URL is correct and includes https://. Make sure n8n is running and accessible.
"Unauthorized" error
Your API key may be expired or invalid. Generate a new key in n8n settings.
"CORS error"
For self-hosted n8n, you may need to configure CORS settings. Add your Chrome extension origin to allowed origins.