n8n-nodes-ragdoll-ai
v0.1.1
Published
n8n node to integrate with Ragdoll AI Knowledge Management API
Downloads
6
Maintainers
Readme

n8n-nodes-ragdoll-ai
This package contains n8n nodes to interact with the Ragdoll AI Knowledge Management API.
n8n is a fair-code licensed workflow automation platform.
Installation
Community Nodes (Recommended)
For users on n8n v1, the easiest way to install this package is to use the Community Nodes feature:
- In your n8n instance, go to Settings > Community Nodes
- Click Install Community Node
- Enter
n8n-nodes-ragdoll-aiin the input field - Click Install
Manual Installation
You can also install the package manually:
npm install n8n-nodes-ragdoll-aior
pnpm install n8n-nodes-ragdoll-aiUsage
The Ragdoll AI node provides access to knowledge base management and data source operations through the Ragdoll AI API:
Credentials
To use the Ragdoll AI node, you need:
- API Token from Ragdoll AI
- API URL (default: https://api-staging.ragdollai.io)
Knowledge Base
The node supports the following operations for Knowledge Bases:
- Create a knowledge base
- Get a knowledge base
- Get many knowledge bases
- Delete a knowledge base
Data Sources
The node supports the following operations for Data Sources:
- Create a data source (Web, Notion, Google Drive)
- Get a data source
- Get many data sources
- Delete a data source
- Start indexing a data source
