Package Information
Downloads: 4 weekly / 37 monthly
Latest Version: 0.2.1
Author: Draiven
Documentation
n8n-nodes-draiven
This is an n8n community node that lets you use Draiven AI in your n8n workflows.
Draiven is a powerful AI-powered platform for data analysis and insights generation using advanced language models.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Node Installation
- Go to Settings > Community Nodes in your n8n instance
- Select Install
- Enter
n8n-nodes-draivenin Enter npm package name - Agree to the risks and select Install
After successful installation, the Draiven node will be available in your n8n instance.
Operations
Ask Question
Ask a question to Draiven AI using selected datasets and a specific persona.
Configuration
Credentials: Set up your Draiven API credentials
- API URL: Your Draiven API endpoint (default: https://api.draiven.io)
- User Email: Your Draiven account email
- API Key: Your Draiven API key (create one in Settings > API Keys in your Draiven dashboard)
Parameters:
- Datasets: Select one or more datasets to analyze
- Persona: Choose the AI persona to use (e.g., Data Detective, Sales Strategist, Finance Analyst)
- Question: Enter your question or analysis request
Additional Options:
- Conversation ID: Continue an existing conversation
- Stream Response: Enable streaming for real-time responses
Output
The node returns a JSON object with:
success: Boolean indicating if the operation succeededconversationId: ID of the conversation (for follow-up questions)question: The question that was askedanswer: The AI's responsedatasets: Array of dataset IDs usedpersonaId: ID of the persona usedmetadata: Additional response metadata
Credentials
Draiven API
To get your API credentials:
- Log in to your Draiven account
- Go to Settings > API Keys
- Create a new API key
- Copy the API key and your account email
- Add them to the n8n credentials configuration
Compatibility
- Minimum n8n version: 0.199.0
- Tested with n8n version: 1.0.0+
Resources
License
MIT
Support
For support, please contact:
- Draiven Support: support@draiven.ai
- GitHub Issues: Report an issue
Development
Setup
# Install dependencies
npm install
# Build the node
npm run build
# Watch mode for development
npm run dev
Testing Locally
- Build the node:
npm run build - Link the package:
npm link - In your n8n installation folder:
npm link n8n-nodes-draiven - Restart n8n
Changelog
0.1.0 (2026-01-29)
- Initial release
- Support for asking questions to Draiven AI
- Dataset selection
- Persona selection
- Basic authentication with API key