Back to Knowledge Base
How to Set Up an AI Agent
What is an AI Agent?
Section titled “What is an AI Agent?”An AI Agent is a configured assistant that can be invoked from Workflows. It combines an AI Adapter (the underlying model) with a persona — a role, goal, and backstory — and optional tools.
How to create an AI Agent
Section titled “How to create an AI Agent”- Go to Menu → AI & ML → AI Agents
- Click + New Agent
- Give it a Name (e.g.
Job Classifier) - Select the AI Adapter (the model to use)
- Define the agent’s persona — its Role, Goal, and Backstory (these shape how it behaves)
- Optionally configure Tools the agent can use
- Click Save
The persona (Role / Goal / Backstory) is the normal way to shape an agent. For advanced cases you can also supply an optional System Prompt Template that overrides the generated prompt, and tune model parameters such as temperature and max tokens.
Using an Agent in a Workflow
Section titled “Using an Agent in a Workflow”- Add an Agent node to your Workflow
- Select the AI Agent
- Configure the Input — the message or data to send
- The node output contains the agent’s response
Example use cases
Section titled “Example use cases”- Job classification — receive a job description and return the right work center
- Error diagnosis — receive a device error and suggest a resolution
- Content generation — draft a customer notification or shipping label