Package Information
Downloads: 2 weekly / 29 monthly
Latest Version: 0.1.0
Author: BeeTheTech
Documentation
n8n-nodes-beewise
BeeWise community node for n8n.
Search your knowledge base, ask AI-powered questions, manage content, and more — directly from your n8n workflows.
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-beewiseand confirm
Manual Installation
npm install n8n-nodes-beewise
Credentials
You need a BeeWise API key (bw_...) to use this node.
- Log in to your BeeWise dashboard
- Go to Settings > API Keys
- Create a new API key
- Paste it into the n8n credential configuration
Resources & Operations
Knowledge (RAG)
| Operation | Description |
|---|---|
| Search | Semantic search — returns raw chunks for your agent to process |
| Ask | Search + AI-generated answer from the knowledge base |
| Chat | Conversational RAG with message history |
| Send Feedback | Rate a chat message as helpful/unhelpful |
Content (CMS)
| Operation | Description |
|---|---|
| List | List contents with filters (status, product, template, tag, search) |
| Get | Get a single content by slug (with folders and references) |
| Get Versions | List version history |
| Restore Version | Restore a previous version |
| Get Locales | Get available translations |
| Set Locale | Create or update a translation |
| Delete Locale | Remove a translation |
| Generate Preview | Generate a temporary preview URL |
Folder
| Operation | Description |
|---|---|
| List | List all folders with hierarchy |
| Get | Get folder by path (e.g., marketing/blog) |
Product
| Operation | Description |
|---|---|
| List | List all products (with optional content count) |
Tag
| Operation | Description |
|---|---|
| List | List all tags (with optional content count) |
Template
| Operation | Description |
|---|---|
| List | List active content templates |
Webhook
| Operation | Description |
|---|---|
| List | List all CMS webhooks |
| Create | Create a webhook for content events |
| Delete | Delete a webhook |
Usage with AI Agents
The Knowledge > Search operation is designed to be used as a tool in AI agent workflows. It returns raw chunks with similarity scores, so your agent can use the context in its own LLM call.
Tip: In the tool description for your AI agent, instruct it to reformulate user questions into keyword-rich queries for better semantic search results:
"Search the BeeWise knowledge base. Reformulate the user's question with specific keywords and context before searching."