Channels
Where the request arrives: the service portal, Virtual Agent, Teams, Slack, email or the mobile app. All of them reach the same agent.
01
Intent & Routing
Predictive Intelligence or a light model decides what this is and which agent owns it, before any expensive reasoning happens.
02
Agent Orchestrator
AI Agent Studio decides which agent takes the next step, when to hand over and when the goal has actually been met.
03
Skills & Planner
The agent breaks the goal into ordered steps and picks the skill for each one, re-planning when a step comes back empty.
04
Tool Layer
Flow Designer actions and IntegrationHub spokes, typed and validated, so every call the agent makes shows up in the flow history.
05
Knowledge & CMDB
Retrieval across knowledge articles, catalogue items, CI records and resolved tickets, cited back to the source record.
06
Guardrails
ACLs, allow-listed actions, redaction before anything leaves the instance, and refusal handling when a request is out of scope.
07
Human Review
Approval gates on consequential actions and clean assignment to a group, with the agent's reasoning attached to the task.
08
Trace & Eval
Every prompt, tool call and result written to a trace table, scored against a held-back set of real tickets on each release.
09
Model Layer
Now LLM, Azure OpenAI, Anthropic or an open-weight model in your own tenancy, chosen per skill on cost, latency and accuracy.
10
Channels
Where the request arrives: the service portal, Virtual Agent, Teams, Slack, email or the mobile app. All of them reach the same agent.
01
Intent & Routing
Predictive Intelligence or a light model decides what this is and which agent owns it, before any expensive reasoning happens.
02
Agent Orchestrator
AI Agent Studio decides which agent takes the next step, when to hand over and when the goal has actually been met.
03
Skills & Planner
The agent breaks the goal into ordered steps and picks the skill for each one, re-planning when a step comes back empty.
04
Tool Layer
Flow Designer actions and IntegrationHub spokes, typed and validated, so every call the agent makes shows up in the flow history.
05
Knowledge & CMDB
Retrieval across knowledge articles, catalogue items, CI records and resolved tickets, cited back to the source record.
06
Guardrails
ACLs, allow-listed actions, redaction before anything leaves the instance, and refusal handling when a request is out of scope.
07
Human Review
Approval gates on consequential actions and clean assignment to a group, with the agent's reasoning attached to the task.
08
Trace & Eval
Every prompt, tool call and result written to a trace table, scored against a held-back set of real tickets on each release.
09
Model Layer
Now LLM, Azure OpenAI, Anthropic or an open-weight model in your own tenancy, chosen per skill on cost, latency and accuracy.
10