Description
Part of the 8kitβ n8n integration framework. See 8kit.ioβ for full details.
π What is the 8kit n8n Node?
The 8kit n8n node brings 8kit capabilities directly into your n8n workflows. Easily access the powerful capabilities of the 8kit suite directly from within n8n (Uniq, Lookup, Lock, App).
What is 8kit?
8kit is a comprehensive automation toolkit with three core components: an n8n node for workflow integration, a lightweight service for data synchronization, and an admin dashboard for management β making your automations faster, safer, and smarter.
Common Automation Problems 8kit Solves
Running into these frustrating automation challenges?
- Duplicate Processing β The same data gets processed multiple times across different runs
- ID Mapping Chaos β Customer #123 in one system becomes Customer #456 in another one – now what?
- Race Conditions β Multiple processes trying to update the same record simultaneously
- No Audit Trail β When something breaks, you have no idea what happened
How the 8kit n8n Node Helps
Add the 8kit node to your n8n workflows and get:
β
Persistent storage β Your workflows remember everything between runs
β
Smart Deduplication β Built-in checks prevent duplicate processing
β
Cross-System ID Mapping β Seamlessly connect data between different platforms
β
Distributed Transactions β Prevent conflicts in multi-process environments
π§ Getting Started with 8kit in n8n
Step 0: Prerequisites
You need access to a running 8kit service before the node can do useful work. Configure your own instance by following the 8kit documentation.
Step 1: Install the 8kit n8n Node
-
Search for 8kit in the n8n sidebar
- Open your n8n instance
- Look for "8kit" in the node sidebar on the right
- If you can't find the 8kit node, see the step below.

-
Install via Community Nodes (if not found)
- Go to Settings β Community Nodes
- Click Install a community node
- Enter the package name:
n8n-nodes-8kit - Click Install

Step 2: Create the 8kit API credentials
- Create new credentials
-
Go to the credentials section in n8n
-
Select 8kit API as the credential type
-
Fill in the required fields:
Field Description Host URLBase URL of the service API, such as http:host.docker.internal:3000.Token KeyApplication key generated in the 8kit admin dashboard. (See more 8kit.ioβ ) 
(Example of an 8kit service running locally on port 4000)
- Test the connection
- Click Test to verify your credentials work
The credential is reused across every 8kit node in a workflow.
Actions
When using 8kit nodes, each operation returns structured items on distinct outputs (for example existing vs non-existing Uniq values) so you can branch logic without manual parsing.

Available operations include:
π Uniq Collections & Uniq Values
- Track processed items, user preferences, or configuration data
- Operations: Create Uniq Collection, List Uniq Collections, Get Uniq Collection Info, Get Uniq Values, Add to Uniq, Check Uniq Values, Remove from Uniq
π Lookup Collections & Lookups
- Map identifiers across different platforms seamlessly
- Operations: Create Lookup Collection, List Lookup Collections, Get Lookup Values, Add to Lookup, Complete Lookup + Uniq, Remove from Lookup
π Locks
- Manage distributed transactions for resource coordination
- Prevent race conditions
- Operations: Acquire Lock, Check Lock, Release Lock
β° Last Updated
- Track when workflow processed something
- Operations: Add New Last Updated, Get Last Updated

π Resources
- π Complete Documentation β Learn everything about 8kit deployment and APIs
- π» GitHub Repository β Source code and community contributions
- π¬ Discord Community β Get help and share experiences
n8n Community
This community node is built by n8n users, for n8n users. Whether you're just getting started with n8n workflows or you're a seasoned automation expert, join our community to share experiences and get help!
Ready to supercharge your n8n workflows?
Brought to you by Stratagems.