Skip to main content
Click Create Agent in the sidebar to open the wizard. If the button is disabled, you need to add a model to Settings first.

Baseline vs. a strong agent

To create and save an agent in Studio you must set at least a name (Profile), a description and most importantly choose a model (Inference). That is enough for the app to store a valid configuration — think of it as the technical floor, not the goal. For an agent that will hold up in production, treat the rest of the wizard as expected work, not extras: a clear profile (purpose, behavior, evaluation strategy, system prompt), knowledge (RAG) when answers must be grounded, MCP tools when the agent must act on systems, memory when conversations need continuity, channels when users reach you outside Studio, and pre-processors / sentinels when safety or policy matters. Start with name + model if you need to move fast, then fill these in before you call the agent done.

Wizard steps

StepWhat it configuresWhen you need it
ProfileIdentity, personality, evaluation strategy, system promptAlways
InferenceWhich LLM powers the agentAlways
MCP ServersExternal tools the agent can callWhen you want tool use
Agent-to-AgentOther agents this agent can call in the workspaceWhen you want peer agents available to this one
KnowledgeDocument retrieval (RAG)When agents should answer from documents
Integration ChannelsWhatsApp, Email deliveryWhen agents should send/receive outside Studio
Pre-processorSentinels and empathy rulesWhen you need safety or input filtering
MemoryShort-term or long-term conversation memoryWhen context persistence matters

Test at any time

The Try Me button in the top-right corner opens the Test Drawer at any point during configuration. You can test the agent with its current settings by saving first.

Editing existing agents

Editing an existing agent from the Dashboard opens the same wizard, pre-populated with the agent’s current configuration. Changes are saved in real time.

Next steps

Start with the most important steps:

Profile

Define the agent’s identity, personality, and reasoning strategy.

Inference

Select the model that powers the agent.