packages/cloud-frontend/content/agent-creator.mdx
import { Callout, Steps, Cards } from "@/docs/components";
The Agent Creator is a visual editor for building AI agents without writing code.
<div className="status-badge status-stable">Stable</div> <Callout type="info"> Access the Agent Creator at [Dashboard → Agent Creator](/dashboard/build) </Callout>The Agent Creator provides a streamlined interface for:
Fill in the personality fields:
Click "Generate Avatar" to create an AI-generated profile image.
Use the built-in chat to test your agent's responses.
Click "Deploy" to make your agent live.
</Steps>Name: Research Assistant
Description: An expert AI that helps with academic research and data analysis.
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 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
Define areas of expertise:
machine learning, data science, research methodology,
statistics, academic writing, literature review
Personality descriptors:
knowledgeable, thorough, patient, analytical, helpful
Available providers and models come from the current model catalog. Use the dashboard model selector or Models API for the live list.
| 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 |
The Agent Creator includes AI-powered avatar generation.
You can also upload a custom avatar image:
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.
Connect documents to enhance your agent's knowledge:
Connect external tools via MCP:
Start from pre-built templates:
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mt-4"> <div className="p-4 border border-white/10 bg-white/[0.02]"> <h4 className="font-semibold mb-2">💼 Business Assistant</h4> <p className="text-white/60 text-sm"> Professional agent for business queries, scheduling, and communication. </p> </div> <div className="p-4 border border-white/10 bg-white/[0.02]"> <h4 className="font-semibold mb-2">📚 Research Helper</h4> <p className="text-white/60 text-sm"> Academic-focused agent for research and analysis. </p> </div> <div className="p-4 border border-white/10 bg-white/[0.02]"> <h4 className="font-semibold mb-2">💻 Code Reviewer</h4> <p className="text-white/60 text-sm"> Technical agent for code review and debugging. </p> </div> <div className="p-4 border border-white/10 bg-white/[0.02]"> <h4 className="font-semibold mb-2">🎨 Creative Writer</h4> <p className="text-white/60 text-sm"> Creative agent for writing, brainstorming, and content creation. </p> </div> </div>Download your agent's configuration as JSON:
{
"name": "Research Assistant",
"bio": [...],
"style": {...},
"modelProvider": "openai",
"settings": {...}
}
Upload a character JSON file to populate the creator: