Custom n8n community node for integrating with the co-mind.ai platform — enabling AI-powered workflow automation with inference, knowledge base (RAG), and more.Documentation Index
Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Installation
- n8n UI (Recommended)
- npm
- Open your n8n instance
- Go to Settings → Community Nodes
- Enter
@co-mind-ai/n8n-nodes-comind-ai - Click Install
Configuring Credentials
Enter connection details
| Field | Value |
|---|---|
| API Base URL | Your co-mind.ai platform URL |
| API Token | Your Personal Access Token (cmnd_...) |
Available Resources
Inference
Run AI inference tasks (chat completions, text generation).
Knowledge Base
Manage knowledge bases for RAG workflows.
Chat Session
Manage persistent chat sessions.
Echo Transcription
Speech-to-text transcription.
Echo TTS
Text-to-speech generation.
Document Analyzer
Upload and analyze documents.
Researcher
AI-powered web research and report synthesis.
Sanitizer
Content sanitization and safety policies.
Discovery
Service discovery (models, backends, capabilities).
Custom
Custom API requests for advanced use cases.

