Overview
Every agent in Kortix consists of:- Name and Icon: Visual identification for your agent
- System Prompt: Instructions that define the agent’s behavior and capabilities
- Model: The AI model powering the agent (e.g.,
claude-4.5-sonnet,gpt-4o) - Tools: Integrations and capabilities available to the agent
- Triggers: Automated workflows that start the agent
Creating an Agent via UI
1
Open Agent Creation Dialog
Navigate to the Agents page and click Create Worker. You’ll see three options:
- Configure Manually: Full control over every setting
- Configure by Chat: Let AI set it up based on your description
- Explore Templates: Start from a pre-built worker template
2
Choose Your Creation Method
- Manual Configuration
- Chat-Based Setup
- Template Installation
Select Configure Manually to create an agent with default settings that you can customize later.This creates a basic agent with:
- Default Suna system prompt
- Your account’s default model
- Core AgentPress tools enabled
- No MCP integrations
3
Customize Your Agent
After creation, navigate to the agent’s configuration page to customize:
- Name & Icon: Update visual branding
- System Prompt: Define behavior and instructions
- Model: Choose the AI model
- Tools: Enable AgentPress tools and MCP integrations
- Triggers: Set up automated workflows
Creating an Agent via API
Use the/agents endpoint to programmatically create agents.
API Response
The API returns a complete agent object with initial version:Updating Agent Configuration
Update agent properties using thePUT /agents/{agent_id} endpoint:
Version Control: Configuration changes (system prompt, model, tools) automatically create new versions. Metadata changes (name, icon) update the agent without creating versions.
Agent Limits
Agent creation is subject to subscription tier limits:Handling Limit Errors
When you reach your agent limit, the API returns a402 status:
Default Agents
Set an agent as default to use it automatically in new conversations:Next Steps
Agent Builder UI
Configure agents using the visual interface
System Prompts
Write effective system prompts
Workflows
Set up automated triggers
API Reference
Full API documentation