Package Information
Downloads: 0 weekly / 5 monthly
Latest Version: 1.0.0
Author: Metis
Documentation
n8n-nodes-metis
A collection of n8n community nodes for integrating with Metis AI platform.
Nodes
This package provides two nodes for Metis AI integration:
1. Metis: Create Generation
Create AI content generations using various providers and models supported by Metis.
Features:
- Dynamic provider and model selection
- Flexible parameter configuration based on selected model
- Support for multiple AI providers (OpenAI, Anthropic, etc.)
- Schema-based argument validation
2. Metis: Message Chatbot
Create or reuse chat sessions and send messages to Metis chatbots.
Features:
- Create new chat sessions or continue existing ones
- Support for USER and TOOL message types
- Session management for persistent conversations
- Bot ID configuration for different chatbot instances
Prerequisites
- n8n instance (version 1.0.0 or later)
- Metis API key
Installation
Using n8n CLI
npm install n8n-nodes-metis
Manual Installation
- Clone this repository:
git clone https://github.com/Metis-Inc/n8n-nodes-metis.git
- Install dependencies:
cd n8n-nodes-metis
npm install
- Build the package:
npm run build
- Copy the
distfolder to your n8n custom nodes directory
Setup
1. Get Metis API Key
Visit Metis AI to obtain your API key.
2. Configure Credentials in n8n
- In your n8n instance, go to Settings > Credentials
- Create new credentials for Metis API
- Enter your API key
3. Add Nodes to Workflow
The Metis nodes will now be available in your n8n node palette under the Transform category.
Usage Examples
Basic Generation
- Add the Metis: Create Generation node to your workflow
- Select a provider and model
- Configure the generation parameters
- Connect to other nodes to process the generated content
Chatbot Integration
- Add the Metis: Message Chatbot node to your workflow
- Enter your Bot ID
- Optionally provide a Session ID (leave empty for new sessions)
- Set message type and content
- The node will return the chatbot's response
Development
Building
npm run build
Development Setup
npm install
npm run build
# The built files will be in the `dist/` directory
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
For issues and questions:
- Create an issue on GitHub
- Visit Metis AI Documentation

