Description
WrangleAI Node for n8n
The official WrangleAI integration for n8n. This node allows you to plug WrangleAI's optimized model routing directly into your n8n AI Agents.
It functions as a drop-in replacement for standard LLM nodes (like OpenAI), automatically routing your prompts to the most cost-effective and capable models via the WrangleAI Gateway.
Features
- Smart Routing: Automatically routes text inputs to the best model using
model: "auto". - AI Agent Compatible: Designed to snap directly into n8n's AI Agent and LLM Chain nodes.
- Full Configuration: Supports standard parameters including Temperature, Max Tokens, Top P, and Stop Sequences.
- Secure: Enterprise-grade credential handling for your WrangleAI API keys.
Installation
You can install this node directly within n8n.
Option 1: Via n8n Community Nodes (Recommended)
- Open your n8n instance.
- Go to Settings > Community Nodes.
- Click Install.
- Search for:
n8n-nodes-wrangleai - Click Install.
Option 2: Manual Installation
If you are self-hosting n8n, go to your n8n root directory and run:
npm install n8n-nodes-wrangleai