ServiceNow AI Agent Analytics: metrics that lead to decisions

Kenneth Pangan
Written by

Kenneth Pangan

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Two headset-wearing people seated with laptops inside a green speech-bubble shape

What the ServiceNow dashboard measures

ServiceNow's current AI Agent Analytics dashboard is part of AI Agent Studio. It tracks agent use and efficiency gain on an instance. Its overview visualizations include execution tasks by status, agent errors over time, tool type and execution mode, and an inferred CSAT score for recent interactions. The Studio overview also identifies usage, time-to-resolution efficiency gain, and number of executions as vital statistics.

The dashboard is not a universal scorecard. It measures the agents and workflows configured in that ServiceNow instance. Access requires the documented sn_aia.viewer or sn_aia.admin role, and what appears depends on the products and configuration available to the instance.

ServiceNow AI Control Tower dashboard with charts and AI metrics
ServiceNow AI Control Tower dashboard with charts and AI metrics

This is the separate AI Control Tower dashboard, illustrating broader AI-value reporting rather than the AI Agent Analytics screen. Source: ServiceNow AI Control Tower.

Turn a metric into an investigation

A useful review starts narrow. Suppose an incident-triage workflow's failed executions rise after a tool update. First filter to the affected workflow and time window. Then open a representative set of execution logs and records. Separate a genuine tool failure from a missing permission, an unclear input, or a task the agent should have handed to a person.

Use the metric to decide what to test next, not to declare victory. ServiceNow's run results can score selected executions and export a CSV report. Its evaluation score is based on execution logs, so pair it with a review of the actual records and the user-facing outcome. Inferred CSAT is likewise an estimate, not a substitute for survey feedback or a resolved case.

For a release decision, keep a small before-and-after record: baseline volume and error rate, the exact change, representative tests, the owner who approved it, and the external result to inspect after rollout. ServiceNow also documents monitoring for AI Guardian detections such as prompt-injection attempts and sensitive-topic detections. A lower error count is not enough if a new configuration weakens a needed guardrail.

Use eesel CLI to close a support analytics loop

ServiceNow analytics tells a ServiceNow owner where to investigate. It does not manage an eesel teammate. For an eesel helpdesk teammate, people can use the eesel CLI from a terminal; a scheduled script can consume its JSON; and Claude Code, Codex, or Cursor can turn the inspected output into a review note. They all operate the same eesel workspace and teammate available in the dashboard.

For example, imagine support reports that a teammate is handing off too many order-status questions. Before changing anything, an analyst scopes the inspection to the teammate under review and checks its current status, connected sources, instructions, and recent activity. That separates a knowledge gap from an action or instruction problem. It is a different job from reading ServiceNow's analytics dashboard, but it lets the team apply the same evidence-first habit to its support teammate.

With Node.js 18.17 or newer installed, inspect the selected teammate:

Bash
npx @eesel/cli login
npx @eesel/cli whoami
TARGET_EESEL_AGENT="paste-agent-id-or-name-here"
npx @eesel/cli status --agent "$TARGET_EESEL_AGENT"
npx @eesel/cli integrations --agent "$TARGET_EESEL_AGENT"
npx @eesel/cli instructions --agent "$TARGET_EESEL_AGENT"
npx @eesel/cli activity --agent "$TARGET_EESEL_AGENT"

The support owner reviews the report first. Only after approval should a person or coding agent make a supported, scoped change; use --dry-run where that write supports it. Before any chat test, review the named teammate's actions and permissions, then disable or contain actions outside the test. A queue for held actions does not stop an action that is configured to run without a hold.

Use a representative order-status question in a test chat, examine the reply and activity, then check the real helpdesk ticket or connected system after a controlled release. CLI chat is billed work; dashboard-management commands are free. The CLI makes repeatable inspection easier. The support owner still decides whether a change is justified and checks whether the customer-facing outcome was correct.

Build an operating rhythm, not a dashboard ritual

Review ServiceNow AI Agent Analytics on a cadence that matches the workflow's risk and traffic. Assign a metric owner, define an investigation threshold, and record which change was made. For high-impact workflows, include a security or governance owner when evaluating tool permissions and guardrails.

The same discipline applies to an eesel teammate: identify the exact teammate, inspect before editing, keep the test case representative, and verify the system where the work lands. That is how analytics becomes a controlled improvement loop instead of a collection of attractive charts.

Review support-teammate evidence with eesel

eesel Activity page showing a work list and status filters
eesel Activity page showing a work list and status filters

The eesel Activity page lists work with filters for approved, rejected, and pending items.

Try eesel to inspect a scoped support teammate before making a customer-facing change. Start with one question, one owner, and a result that someone can verify outside the model response.

Frequently asked questions

What is ServiceNow AI Agent Analytics?

ServiceNow's AI Agent Analytics dashboard tracks use and efficiency gain for AI agents and agentic workflows on an instance. It includes information such as execution volume, task closures, resolution-time efficiency, errors, tool types, and inferred CSAT.

Who can access the dashboard?

ServiceNow documents the sn_aia.viewer and sn_aia.admin roles for the dashboard. Access and available data also depend on installed products, licensing, and the instance configuration.

Which metric should a team start with?

Start with a question that has an owner: for example, whether a specific workflow has more failed executions after a release, or whether its time to resolution changed. Pair a trend with execution logs and representative records before changing the agent.

Is inferred CSAT the same as survey feedback?

No. It is an AI-generated estimate described by ServiceNow. Treat it as a signal to investigate alongside customer feedback, outcomes, and error or escalation data, rather than as proof of satisfaction.

How do evaluations relate to analytics?

Analytics shows production trends. ServiceNow evaluations score selected executions and can be exported as reports. Use both: test a proposed change before release, then monitor the intended metric and the relevant logs after release.

Can eesel CLI read ServiceNow analytics?

No. eesel CLI manages an eesel teammate, not a ServiceNow instance. It can give a support team a repeatable way to inspect, test, and review the same eesel teammate shown in the eesel dashboard.

Can coding agents use eesel CLI for an analytics follow-up?

Yes. A person can ask Claude Code, Codex, or Cursor to read the CLI's JSON output for a specifically named teammate and prepare a report or an approved, scoped change. The owner must still contain actions, approve writes, test representative cases, and verify the external result.

Share this article

Kenneth Pangan

Article by

Kenneth Pangan

Writer and marketer for over ten years, Kenneth Pangan splits his time between history, politics, and art with plenty of interruptions from his dogs demanding attention.

Related Posts

All posts →
ServiceNow illustration of three people reviewing a workflow on a screen
Guides

ServiceNow Agentic AI: what to evaluate before deployment

Understand ServiceNow Agentic AI, its Studio, orchestration, testing, and governance controls, plus what a support team should verify before agentic work reaches users.

Alicia Kirana UtomoAlicia Kirana UtomoOct 7, 2025
Two headset-wearing people seated with laptops inside a green speech-bubble shape
Guides

ServiceNow AI Agent Governance: define control before rollout

A practical way to govern ServiceNow AI agents: name the owner, set access and guardrails, test the change, then verify the work in the system of record.

Kenneth PanganKenneth PanganOct 17, 2025
A photographer framed inside a green speech-bubble shape
Guides

ServiceNow AI Agent RAG: retrieve the right support evidence

Understand ServiceNow AI-agent RAG, the sources and retrieval choices that shape an answer, and how to test support evidence before automation relies on it.

Kenneth PanganKenneth PanganOct 19, 2025
Two headset-wearing people seated with laptops inside a green speech-bubble shape
Guides

ServiceNow AI Agent Reasoning: make plans testable

Learn how ServiceNow agents use instructions, record context, and tools to plan work, plus the checks that make agent reasoning safe to deploy.

Stevia PutriStevia PutriOct 19, 2025
Two headset-wearing people seated with laptops inside a green speech-bubble shape
Guides

ServiceNow AI Agent Skills: give each capability a boundary

Learn how to scope ServiceNow AI-agent capabilities, describe tools clearly, test their permissions, and verify the records they affect before rollout.

Kenneth PanganKenneth PanganOct 17, 2025
Illustration of a person holding a Zendesk logo surrounded by analytics panels
Guides

Zendesk AI agent usage analytics: what to measure in 2026

A practical guide to Zendesk AI agent usage analytics: read the new resolution tiers, trace tickets, and improve the right workflow.

Stevia PutriStevia PutriFeb 26, 2026
A practical ServiceNow AI review for 2026
Guides

A practical ServiceNow AI review for 2026

Is ServiceNow's AI platform right for your team? Our detailed review covers its powerful AI agents, opaque pricing, and platform lock-in.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieNov 20, 2025
A practical guide to AI powered features in ServiceNow (2025)
Guides

A practical guide to AI powered features in ServiceNow (2025)

A deep dive into the AI powered features in ServiceNow. We review Now Assist, AI Agents, and the platform's core capabilities, limitations, and costs.

Stevia PutriStevia PutriNov 20, 2025
A practical guide to ServiceNow Gen AI
Guides

A practical guide to ServiceNow Gen AI

Thinking about implementing ServiceNow Gen AI? This guide breaks down everything you need to know about Now Assist and the Gen AI Controller, from its core features and pricing to its biggest limitations, and introduces a more flexible alternative.

Stevia PutriStevia PutriOct 7, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free