
What makes up a custom agent
| Component | What it defines |
|---|---|
| Name | The agent’s identity (e.g., “Production Analyst”, “Support Rep”) |
| Role | What the agent does — its area of expertise |
| Goal | The outcome the agent should pursue whenever it is used |
| Description | Detailed behavioral instructions — tone, formality, what to emphasize, what to avoid |
| Data access | Which data sources and knowledge bases the agent can query |
| Ontology scope | Which objects, metrics, and dimensions are relevant |
| Skills | Which skills the agent can execute |
Example
Here is what a custom agent definition looks like in practice:Customer Support Agent
Customer Support Agent
| Field | Value |
|---|---|
| Name | Support Rep |
| Role | Customer service specialist |
| Goal | Resolve customer issues quickly and empathetically |
You are a customer support specialist. Always greet the customer by name when available. Use a warm, professional tone. Acknowledge the customer’s frustration before jumping to a solution. Keep responses concise — no more than three paragraphs. If you cannot resolve an issue, escalate clearly and explain what happens next. Never promise refunds or credits without confirming the policy first.
Why custom agents
Different teams need different things:- A sales agent that knows your pipeline metrics and CRM data
- A finance agent that understands your accounting terminology and reports
- An ops agent that monitors operational KPIs and can trigger alerts
Custom agents vs. skills
| Custom agent | Skill | |
|---|---|---|
| Defines | Who — a persona with identity, tone, and context | What — procedural instructions for a specific task |
| Scope | Data access, ontology, behavioral guidelines | Trigger, inputs, steps, and output |
| Reuse | Each agent is a unique configuration | A single skill can be assigned to many agents |
| Example | A finance agent scoped to accounting data | A “calculate work order variance” instruction set |
See examples by industry
Browse concrete agent and skill examples for manufacturing, customer service, insurance, and more.

