Package Information
Available Nodes
Documentation
n8n-nodes-agentset
This is an n8n community node. It lets you use Agentset in your n8n workflows.
Agentset helps developers build AI apps that deliver reliable answers. Build Frontier RAG Apps without needing RAG expertise - Agentset handles the complexity so you can focus on your application.
n8n is a fair-code licensed workflow automation platform.

Basic Setup
- Add the Agentset node to your workflow
- Select your Agentset credentials
- Choose a Resource (Namespace, Ingest Job, Document, Hosting, or Search)
- Select the Operation you want to perform
- Fill in the required parameters
Example Workflows
1. Data Ingestion Workflow
Ingest your documents with just two nodes. Simply connect a trigger to the Agentset node and start building your knowledge base.
[On Form Submission] → [Agentset: Create Ingest Job]
- Add an On Form Submission trigger (or any trigger of your choice)
- Add the Agentset node, select Ingest Job → Create
- Provide your namespace ID and document source (URL, file, or raw text)
- Execute — your documents are now being processed and indexed!
2. RAG Chatbot Workflow
Build a conversational AI chatbot powered by your knowledge base using the Agentset Search as a tool for the AI Agent.
[Chat Trigger] → [AI Agent] → [Agentset: Search (as Tool)]
- Add a Chat Trigger to receive user messages
- Add an AI Agent node with your preferred LLM
- Connect the Agentset node as a tool (select Search resource)

Operations
This node supports the following resources and operations:
Namespace
Namespaces are containers for your documents and knowledge base.
| Operation | Description |
|---|---|
| Create | Create a new namespace |
| Delete | Delete a namespace |
| Get | Get a namespace by ID |
| Get Many | Get many namespaces |
| Update | Update a namespace |
Ingest Job
Ingest jobs handle the processing and ingestion of documents into your namespace.
| Operation | Description |
|---|---|
| Create | Create a new ingest job |
| Delete | Delete an ingest job |
| Get | Get an ingest job by ID |
| Get Many | Get many ingest jobs |
| Re-Ingest | Re-ingest a job |
Document
Documents are the individual pieces of content stored in your namespace.
| Operation | Description |
|---|---|
| Delete | Delete a document |
| Get | Get a document by ID |
| Get Many | Get many documents |
Hosting
Hosting allows you to enable and configure a hosted chat interface for your namespace.
| Operation | Description |
|---|---|
| Disable | Disable hosting for a namespace |
| Enable | Enable hosting for a namespace |
| Get | Get hosting settings for a namespace |
| Update | Update hosting settings for a namespace |
Search
Search allows you to query your namespace's knowledge base to find relevant documents and information.
| Operation | Description |
|---|---|
| Search | Search a namespace for a query |
Credentials
To use the Agentset node, you need to authenticate with your Agentset API key.
Prerequisites
- Sign up for an account at Agentset
- Navigate to your dashboard and generate an API key
Setting up Credentials
- In n8n, go to Credentials > Add Credential
- Search for Agentset API
- Enter your API key
- Click Save