Agent Builder
Beta feature. Learn more.
The Agent Builder is where you create and configure agents. It opens as a side panel in the Cloud console.
The panel has three sections:
- Identity at the top — name, description, avatar, and the instructions field (the system prompt).
- Model configuration in the middle — provider, model, and generation parameters.
- Capabilities at the bottom — the tools, MCP servers, skills, and subagents you attach.
Save from the footer button. Edits take effect on the next conversation; in-flight runs aren't interrupted.
Identity
The instructions field is the agent's system prompt. Describe the role, the kinds of questions it should answer, and any rules it must follow. Be specific about schema conventions, calculated metrics, and terminology if the agent will query your ClickHouse service — the model can't infer your business definitions on its own.
Core configuration
- Model parameters — Pick a model and tune generation parameters. Save a configuration as a named preset to reuse it.
Built-in tools
- Code interpreter — Sandboxed code execution.
- Web search — Public-web lookups.
- Image generation — Generate images from text.
- Vision — Accept image inputs.
Extensibility
- MCP servers — Attach third-party MCP servers to an agent.
- Skills — Reusable instruction packs.
- Subagents — Delegate work to child agents.