Skip to Content

Agent Creator

The Agent Creator is a visual editor for building AI agents without writing code.

Stable

Access the Agent Creator at Dashboard → Agent Creator

Overview

The Agent Creator provides a streamlined interface for:

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 language

Style

Style instructions shape how your agent communicates:

All Contexts:

- Professional and academic tone - Evidence-based reasoning - Clear and well-structured responses

Chat-Specific:

- Conversational yet informative - Ask clarifying questions when needed - Provide step-by-step explanations

Topics

Define areas of expertise:

machine learning, data science, research methodology, statistics, academic writing, literature review

Adjectives

Personality descriptors:

knowledgeable, thorough, patient, analytical, helpful

Model Configuration

Supported Providers

ProviderModelsBest For
OpenAIGPT-4o, GPT-4o-mini, GPT-4-turboGeneral purpose, coding
AnthropicClaude Sonnet 4.6, Claude Opus 4.7Long-form content, analysis
GoogleGemini Pro, Gemini FlashMultimodal, fast responses

Temperature Settings

TemperatureBehavior
0.0 - 0.3More focused, deterministic
0.4 - 0.7Balanced creativity and consistency
0.8 - 1.0More 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

Custom Upload

You can also upload a custom avatar image:

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:

  1. Navigate to Knowledge Base
  2. Upload documents (PDF, TXT, MD)
  3. Link to your agent in the creator

MCP Tools

Connect external tools via MCP:

  1. Browse the MCP Registry
  2. Select tools to enable
  3. 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:

  1. Click “Import Character”
  2. Select your JSON file
  3. Review and modify as needed
  4. Deploy

Tips for Success

Next Steps