Agent Creator
The Agent Creator is a visual editor for building AI agents without writing code.
Access the Agent Creator at Dashboard → Agent Creator
Overview
The Agent Creator provides a streamlined interface for:
- Character Design: Define personality and communication style
- Avatar Generation: AI-powered avatar creation
- Model Selection: Choose from multiple AI providers
- Live Preview: Test your agent in real-time
- One-Click Deploy: Launch instantly to production
Getting Started
Open Agent Creator
Navigate to Dashboard → Build to access the creator.
Enter Basic Info
- Name: Your agent’s display name
- Description: Brief summary of what your agent does
Define Personality
Fill in the personality fields:
- Bio: Background and expertise
- Style: Communication tone
- Topics: Areas of knowledge
Generate Avatar (Optional)
Click “Generate Avatar” to create an AI-generated profile image.
Preview & Test
Use the built-in chat to test your agent’s responses.
Deploy
Click “Deploy” to make your agent live.
Character Fields
Name & Description
Name: Research Assistant
Description: An expert AI that helps with academic research and data analysis.Bio
The bio defines your agent’s background. Use multiple statements for comprehensive context:
- PhD-level expertise in machine learning and data science
- Experienced in analyzing research papers and synthesizing findings
- Skilled at explaining complex topics in accessible languageStyle
Style instructions shape how your agent communicates:
All Contexts:
- Professional and academic tone
- Evidence-based reasoning
- Clear and well-structured responsesChat-Specific:
- Conversational yet informative
- Ask clarifying questions when needed
- Provide step-by-step explanationsTopics
Define areas of expertise:
machine learning, data science, research methodology,
statistics, academic writing, literature reviewAdjectives
Personality descriptors:
knowledgeable, thorough, patient, analytical, helpfulModel Configuration
Supported Providers
| Provider | Models | Best For |
|---|---|---|
| OpenAI | GPT-4o, GPT-4o-mini, GPT-4-turbo | General purpose, coding |
| Anthropic | Claude Sonnet 4.6, Claude Opus 4.7 | Long-form content, analysis |
| Gemini Pro, Gemini Flash | Multimodal, fast responses |
Temperature Settings
| Temperature | Behavior |
|---|---|
| 0.0 - 0.3 | More focused, deterministic |
| 0.4 - 0.7 | Balanced creativity and consistency |
| 0.8 - 1.0 | More creative, varied responses |
Higher temperatures may produce less predictable outputs. Start with 0.7 for most use cases.
Avatar Generation
The Agent Creator includes AI-powered avatar generation.
Generation Options
- Style: Realistic, Cartoon, Anime, Abstract
- Background: Solid color, Gradient, Scene
- Expression: Neutral, Friendly, Professional
Custom Upload
You can also upload a custom avatar image:
- Supported formats: PNG, JPG, WebP
- Recommended size: 512x512 pixels
- Maximum file size: 2MB
Advanced Settings
System Prompt Override
For fine-grained control, you can provide a custom system prompt:
You are {name}, a helpful AI assistant.
Background:
{bio}
Communication Style:
{style}
Always be helpful and accurate.Knowledge Base
Connect documents to enhance your agent’s knowledge:
- Navigate to Knowledge Base
- Upload documents (PDF, TXT, MD)
- Link to your agent in the creator
MCP Tools
Connect external tools via MCP:
- Browse the MCP Registry
- Select tools to enable
- Configure tool-specific settings
Templates
Start from pre-built templates:
💼 Business Assistant
Professional agent for business queries, scheduling, and communication.
📚 Research Helper
Academic-focused agent for research and analysis.
💻 Code Reviewer
Technical agent for code review and debugging.
🎨 Creative Writer
Creative agent for writing, brainstorming, and content creation.
Export & Import
Export Character JSON
Download your agent’s configuration as JSON:
{
"name": "Research Assistant",
"bio": [...],
"style": {...},
"modelProvider": "openai",
"settings": {...}
}Import Existing Character
Upload a character JSON file to populate the creator:
- Click “Import Character”
- Select your JSON file
- Review and modify as needed
- Deploy
Tips for Success
- Be Specific — Detailed style instructions lead to more consistent behavior
- Test Extensively — Try various scenarios in the preview before deploying
- Iterate — Start simple and add complexity based on testing results
- Use Templates — Start from a template and customize for faster setup