n8n-nodes-nabugate
v1.0.0
Published
n8n community node for NabuGate AI gateway & multi-agent flows
Maintainers
Readme
n8n-nodes-nabugate
Official n8n community node package for NabuGate — the central AI gateway and multi-agent execution engine.
Connect your n8n automation workflows directly to NabuGate's sub-agents, multi-agent flows (seo-audit-team, sales-team, etc.), routing aliases (nabu-smart, nabu-fast), embeddings, image generation, and audio synthesis.
🚀 Features
- Multi-Agent Flows: Run collaborative pipelines (e.g.
seo-audit-teamfor On-Page audit + JSON-LD schema generation + quality scoring). - Sub-Agent Specialists: Execute single-purpose sub-agents (
seo-content-auditor,seo-schema-engineer,agent-architect,write-composer,sales-drafter). - Standard Chat Completions: Query aliases (
nabu-smart,nabu-fast,nabu-cheap) with automated upstream fallbacks. - Embeddings: Vectorize text with
nabu-embed,write-embed,chat-embed,desk-embed. - Image & Audio Generation: Generate images and synthesize speech directly inside n8n.
- Registry Inspection: Fetch real-time lists of all active models, agents, and flows.
📦 Installation in n8n
Community Nodes (Recommended)
- In your n8n instance, go to Settings > Community Nodes.
- Click Install a community node.
- Enter
n8n-nodes-nabugateand click Install.
Manual / Docker Installation
npm install -g n8n-nodes-nabugate🔑 Credentials Setup
- In n8n, create a new credential of type NabuGate API.
- Set Base URL:
- Default Production:
https://gate.nabuxai.com/v1 - Local:
http://localhost:8080/v1(orhttp://host.docker.internal:8080/v1)
- Default Production:
- Enter your API Key (
NABU_API_KEYor project token).
💡 Example Workflows
1. Automated WordPress SEO Reviewer
WordPress Trigger (New Post) ➔ NabuGate (Flow: seo-audit-team) ➔ WordPress (Update Post with JSON-LD Schema) ➔ Telegram Notification
2. Multi-Agent Lead Qualification
Webhook / Form Trigger ➔ NabuGate (Flow: sales-team) ➔ HubSpot / CRM Create Deal
📄 License
MIT © NabuX Team
