Package Information
Documentation
n8n-nodes-suna-kortix

This is an n8n community node for Suna Kortix AI agent platform. It enables workflow automation for AI agent execution, sandbox management, and sending files/documents to Suna Kortix via Sandbox and Thread file operations.
n8n is a fair-code licensed workflow automation platform.
Table of Contents
Installation
Follow the installation guide in the n8n community nodes documentation.
Via npm
npm install n8n-nodes-suna-kortix
In n8n
- Go to Settings ā Community Nodes
- Click Install
- Enter
n8n-nodes-suna-kortix - Click Install
Features
ā” Agent Execution - Run AI agents programmatically in workflows
š File Upload Support - Upload files from n8n binary data to agent runs
šļø Sandbox Management - Access and manage sandbox file systems
š¬ Thread Management - Create and manage conversation contexts
š Workflow Integration - Seamless integration with n8n workflows
Operations
Agent
- Get Agent - Retrieve agent configuration
- List Agents - Browse available agents
Agent Run (Primary Feature)
- Start Run - Execute agent with optional file uploads from n8n binary data
- Get Status - Monitor agent run execution
- Stop Run - Cancel running agent
Thread
- Create - Start new conversation thread
- Get - Retrieve thread details
Sandbox
- List Files - Browse sandbox directory
- Get File Content - Read file from sandbox
- Upload File - Upload file from n8n binary data
Project
- Ensure Active Sandbox - Start or verify project sandbox
- Upload File - Upload file to project
Credentials
To use this node, you need a Suna Kortix API key.
Getting Your API Key
- Log in to your Suna Kortix account
- Navigate to Settings ā API Keys
- Click Create API Key
- Copy the generated key
Setting Up Credentials in n8n
- In n8n, click Add Credential
- Search for "Suna Kortix API"
- Enter your credentials:
- API Key: Your Suna Kortix API key
- API Domain:
https://api.kortix.com(default)
- Click Save
The node will test your credentials automatically.
Development Status
š§ Alpha / Development š§
This node is currently under active development. Core functionality is being implemented.
Current Version: 0.1.0-dev
Implemented Features
- ā Repository structure
- ā Credential authentication
- ā Node skeleton with all resources
- ā API client foundation
Upcoming Features (Phase 1)
- ā³ Agent operations (Get, List)
- ā³ Thread operations (Create, Get)
- ā³ Agent Run with file upload support
- ā³ Binary data handling
Roadmap
See .docs/MVP/plan.md for the complete implementation plan.
Example Workflow
Coming soon! Example workflows will be provided once core operations are implemented.
Planned Examples:
- File processing with agent execution
- Multi-file upload workflow
- Sandbox file management
- Project setup and agent execution
Compatibility
- n8n version: 1.0.0+
- Node.js: >=18.10
- Suna Kortix API: v1
Resources
- š n8n Community Nodes Documentation
- š§ Suna Kortix Documentation
- š Suna Kortix API Documentation
- š» GitHub Repository
- š¦ npm Package
Contributing
Contributions are welcome! This project is in active development.
Development Setup:
# Clone the repository
git clone https://github.com/Logrui/n8n-nodes-suna-kortix.git
cd n8n-nodes-suna-kortix
# Install dependencies
pnpm install
# Build the node
pnpm build
# Development mode (watch for changes)
pnpm dev
Implementation Guide:
See .docs/MVP/plan.md for the development roadmap and architecture details.
License
Support
For issues, questions, or feature requests:
- š GitHub Issues
- š§ Email: yhcsanction@gmail.com
Status: š§ Alpha - Under Active Development
Last Updated: 2025-11-19