The complete platform for creating autonomous AI agents that work for you
Build, manage, and train sophisticated AI agents for any use case. Create powerful agents that act autonomously on your behalf.
Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文
Meet Kortix Super Worker, our showcase agent that demonstrates the full power of the Kortix platform. Through natural conversation, Kortix Super Worker handles research, data analysis, browser automation, file management, and complex workflows – showing you what's possible when you build with Kortix.
Create your own specialized agents tailored to specific domains, workflows, or business needs. Whether you need agents for customer service, data processing, content creation, or industry-specific tasks, Kortix provides the infrastructure and tools to build, deploy, and scale them.
- Browser Automation: Navigate websites, extract data, fill forms, automate web workflows
- File Management: Create, edit, and organize documents, spreadsheets, presentations, code
- Web Intelligence: Crawling, search capabilities, data extraction and synthesis
- System Operations: Command-line execution, system administration, DevOps tasks
- API Integrations: Connect with external services and automate cross-platform workflows
- Agent Builder: Visual tools to configure, customize, and deploy agents
- 🌟 What Makes Kortix Special
- 🎯 Agent Examples & Use Cases
- 🏗️ Platform Architecture
- 🚀 Quick Start
- 🏠 Self-Hosting
- 🤝 Contributing
- 📄 License
Kortix Super Worker demonstrates the full capabilities of the Kortix platform as a versatile AI worker that can:
🔍 Research & Analysis
- Conduct comprehensive web research across multiple sources
- Analyze documents, reports, and datasets
- Synthesize information and create detailed summaries
- Market research and competitive intelligence
🌐 Browser Automation
- Navigate complex websites and web applications
- Extract data from multiple pages automatically
- Fill forms and submit information
- Automate repetitive web-based workflows
📁 File & Document Management
- Create and edit documents, spreadsheets, presentations
- Organize and structure file systems
- Convert between different file formats
- Generate reports and documentation
📊 Data Processing & Analysis
- Clean and transform datasets from various sources
- Perform statistical analysis and create visualizations
- Monitor KPIs and generate insights
- Integrate data from multiple APIs and databases
⚙️ System Administration
- Execute command-line operations safely
- Manage system configurations and deployments
- Automate DevOps workflows
- Monitor system health and performance
The Kortix platform enables you to create agents tailored to specific needs:
🎧 Customer Service Agents
- Handle support tickets and FAQ responses
- Manage user onboarding and training
- Escalate complex issues to human agents
- Track customer satisfaction and feedback
✍️ Content Creation Agents
- Generate marketing copy and social media posts
- Create technical documentation and tutorials
- Develop educational content and training materials
- Maintain content calendars and publishing schedules
📈 Sales & Marketing Agents
- Qualify leads and manage CRM systems
- Schedule meetings and follow up with prospects
- Create personalized outreach campaigns
- Generate sales reports and forecasts
🔬 Research & Development Agents
- Conduct academic and scientific research
- Monitor industry trends and innovations
- Analyze patents and competitive landscapes
- Generate research reports and recommendations
🏭 Industry-Specific Agents
- Healthcare: Patient data analysis, appointment scheduling
- Finance: Risk assessment, compliance monitoring
- Legal: Document review, case research
- Education: Curriculum development, student assessment
Each agent can be configured with custom tools, workflows, knowledge bases, and integrations specific to your requirements.
Kortix consists of four main components that work together to provide a complete AI agent development platform:
Python/FastAPI service that powers the agent platform with REST endpoints, thread management, agent orchestration, and LLM integration with Anthropic, OpenAI, and others via LiteLLM. Includes agent builder tools, workflow management, and extensible tool system.
Next.js/React application providing a comprehensive agent management interface with chat interfaces, agent configuration dashboards, workflow builders, monitoring tools, and deployment controls.
Isolated Docker execution environments for each agent instance featuring browser automation, code interpreter, file system access, tool integration, security sandboxing, and scalable agent deployment.
Supabase-powered data layer handling authentication, user management, agent configurations, conversation history, file storage, workflow state, analytics, and real-time subscriptions for live agent monitoring.
Get your Kortix platform running in minutes with our automated setup wizard:
git clone https://github.com/kortix-ai/suna.git
cd sunapython setup.pyThe wizard will guide you through configuring all required services with progress saving, so you can resume if interrupted.
python start.py # Interactive start/stop
python start.py start # Start all services
python start.py stop # Stop all services
python start.py status # Show service status
python start.py restart # Restart all servicesThe service manager automatically detects your setup method (Docker or Manual) and manages services accordingly.
Manual Setup (native processes):
# View both backend and frontend logs
tail -f backend.log frontend.log
# View backend only
tail -f backend.log
# View frontend only
tail -f frontend.logDocker Setup:
# View all service logs
docker compose logs -f
# View specific service
docker compose logs -f backend
docker compose logs -f frontendAfter initial setup, you can run python setup.py again to:
- Add/Update API Keys - Configure additional LLM providers (Anthropic, OpenAI, Groq, etc.), search APIs (Tavily, Firecrawl, etc.), and other integrations
- Clear setup and start fresh - Remove all configuration and start over
That's it! Your Kortix platform will be running with Kortix Super Worker ready to assist you. Ty mate
Ready to build your first AI agent?