Skip to content

What is Agent Builder?

Agent Builder is an admin-only interface that lets you configure assistants, knowledge bases, and tools using natural language instead of clicking through every settings panel.

RoleAccess
adminFull Agent Builder access
editorNo access
viewerNo access

Open Agent Builder from the dashboard sidebar under Agent Builder.

ResourceExamples of natural-language requests
Assistants”Change the greeting tone to formal” / “Switch model to GPT-5.4 mini”
Knowledge bases”Attach the Help Center KB to Website Support”
Tools”Add a tool that looks up orders by email”
Deployments”Update the widget primary color to #2563EB”

Agent Builder plans the change, shows a preview, and waits for your confirmation before writing anything.

sequenceDiagram
participant You
participant Agent Builder
participant Chatevo API
You->>Agent Builder: Describe change in plain language
Agent Builder->>You: Proposed plan (diff preview)
You->>Agent Builder: Confirm or cancel
Agent Builder->>Chatevo API: Apply confirmed changes
Chatevo API->>You: Updated resources
FeatureDescription
Confirm-before-writeNo change is saved until you explicitly approve
Undo last actionRevert the most recent confirmed change
SessionsMulti-turn context; cancel in progress
LimitsPlan gates and circuit breaker on runaway loops

See Agent Builder examples for copy-paste prompts.

  • Bulk document uploads (use Knowledge bases → Upload)
  • Credential creation with OAuth consent flows
  • Fine-grained tool URL and header editing