@varios-ai/n8n-nodes-varios-ai
v0.1.8
Published
VARIOS AI – n8n node for VARIOS AI assistants and models
Maintainers
Readme
VARIOS AI (n8n node)
n8n node for VARIOS AI
npm: @varios-ai/n8n-nodes-varios-ai (Organisation varios-ai)
Requirements
- n8n 2.14.x (aligned with
n8n-workflowpeer dependency; use the same major/minor as your n8n instance when possible).
Install
Community Nodes (recommended)
In n8n: Settings → Community nodes → Install and enter the package name:
@varios-ai/n8n-nodes-varios-ai
Manual / development
npm install
npm run buildLink or load the built package the way your n8n deployment expects (for example npm link into the n8n node_modules, or N8N_CUSTOM_EXTENSIONS). Source lives under nodes/ and credentials/ at the repository root (n8n community layout).
Usage
- Create VARIOS AI API credentials: base URL (e.g.
https://chat.example.com/api/v1for VARIOS AI) and API key - Add the VARIOS AI node and choose a model (list or manual name).
- Connect the node’s Model output to an AI Agent (or another node that expects an AI language model).
Scripts
| Script | Description |
| ----------------- | ------------------------------------ |
| npm run build | Compile TypeScript and copy icons |
| npm run dev | tsc --watch |
| npm run lint | n8n-node lint (community standards) |
Source repository
https://github.com/varios-ai/n8n
License
MIT
