Skip to main content
Custom n8n community node for integrating with the co-mind.ai platform — enabling AI-powered workflow automation with inference, knowledge base (RAG), and more.

Installation

If you already have n8n running with Docker Compose (e.g. with a volume like ./n8n_data:/home/node/.n8n):
docker compose exec n8n sh -c "cd /home/node/.n8n/nodes && npm install @co-mind-ai/n8n-nodes-comind-ai"
docker compose restart n8n

Configuring Credentials

1

Open n8n

Navigate to your n8n instance (e.g. http://localhost:5678).
2

Add credential

Go to CredentialsAdd Credential and select “co-mind.ai API”.
3

Enter connection details

FieldValue
API Base URLYour co-mind.ai platform URL
API TokenYour Personal Access Token (cmnd_...)
4

Test connection

Click Save — you should see: Connection tested successfully.

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.