AI Agents · Use case

AI Customer Service Agent: Results, Costs, and How to Build One

Customer support is where AI agents earn their keep: routine tickets resolved for $0.62 instead of $7.40, at 2 AM, in any language. Here are the real numbers, what the tools cost, and the recipe that keeps an agent from embarrassing you.

Updated June 20269 min readBy the TinyCommand team

A “where is my order” ticket at 2 AM no longer needs a human awake to close it, and that is why customer service is the highest-ROI agent use case we know of. Klarna’s agent handled two-thirds of all its support chats in its first month, and an AI resolution now averages $0.62 against $7.40 for a human one. The catch: results like that come from a specific recipe, and from knowing what not to automate.

What Is an AI Customer Service Agent?

Short answer. An AI customer service agent resolves support requests on its own: it reads the question, pulls the customer’s real records, takes actions like refunds or order lookups within limits you set, and escalates to a human when your rules say so. The action part is what separates it from a chatbot.

A 2019-era chatbot matched keywords and linked you to a help article. An AI agent does the work: it looks up order #8311, sees the carrier delay, offers a refund or a wait, and applies a $10 credit because your policy allows it. That is the difference between answering and acting, and it is the whole reason the economics changed.

A typical AI agent for customer support can:

  • Answer from your docs. Grounded in your help center and policies, not the open internet.
  • Look up real records. Orders, subscriptions, account status, shipping.
  • Take bounded actions. Issue a credit up to a limit, change an address, resend a receipt.
  • Escalate cleanly. Hand the full conversation and context to a human when triggers fire.
  • Work the off hours. Nights, weekends, holidays, and 35 languages do not cost extra.

What Results Are Teams Actually Seeing?

Short answer. Klarna’s agent handled two-thirds of support chats in month one, cut resolution time from 11 minutes to under 2, and later did the work of 853 full-time agents. Across the market, AI resolutions cost $0.62 versus $7.40 for human ones, and AI projects return about $3.50 per $1 invested.

Klarna is the benchmark everyone cites, so here are the actual numbers. In its first month, the assistant had 2.3 million conversations, two-thirds of all support chats, with customer satisfaction on par with humans. Resolution time dropped from 11 minutes to under 2, repeat inquiries fell 25%, and Klarna estimated a $40 million profit improvement for the year.

It compounded from there. By late 2025 the company said the agent was doing the work of 853 full-time employees, up from 700, and had saved about $60 million. Hold that thought, though: the same company also re-hired human agents, and we will get to why.

Beyond one famous logo, the market-level numbers:

  • Cost per resolution. AI resolutions average $0.62 versus $7.40 for human agents, per a McKinsey 2026 service-operations sample. That is a 12x gap on every routine ticket.
  • Automation share. Median tier-1 deflection sits at 41.2% across enterprise CX programs, with the top quartile at 58.7%. Klarna’s two-thirds is what great looks like, not typical.
  • Return. An IDC study backed by Microsoft found organizations earn about $3.50 for every $1 invested in AI, with payback in roughly 14 months. That covers AI broadly, but support is consistently the first place the return shows up.
  • Where this is heading. Gartner predicts agentic AI will autonomously resolve 80% of common customer service issues by 2029, with a 30% cut in operational costs.
Measure resolution, not deflection. An agent can “deflect” 80% of chats by ending conversations, while half those customers give up and email you anyway. The honest metric is tickets actually closed with the customer satisfied, and it is the number every vendor demo avoids.

The Recipe: Grounding, Guardrails, Handoff

Every deployment that hits Klarna-like numbers does the same three things. Every horror story you have read skipped at least one of them.

1. Grounding. The agent answers only from your help docs, policies, and live data, never from the model’s general knowledge. If the answer is not in your sources, the right behavior is “let me get a human,” not a confident guess. This single rule eliminates most hallucination risk.

2. Guardrails. Write down what the agent must never do, in plain English: never promise refunds above $25, never discuss legal threats, never comment on competitors, never change account ownership. Bounded actions are why a support agent can be trusted with a credit but not with your pricing page.

3. Handoff. Escalation is a feature, not a failure. Define hard triggers and make the transfer carry full context, so the customer never repeats themselves. The triggers that work in practice:

  • Sentiment. Anger, distress, or repeated rephrasing of the same question.
  • Stakes. Refunds above the limit, cancellations of annual plans, anything contractual or legal.
  • Loops. Two failed resolution attempts means a human takes over, automatically.
  • Request. The customer asks for a person. Honor it instantly, every time.

When a handoff fires, the human should see the conversation, the customer record, and what the agent already tried. A handoff that restarts the conversation from zero is how you turn a mild annoyance into a one-star review.

The Vendor Field: Fin, Agentforce, Zendesk, Lyro

The support-agent market is crowded and genuinely good in 2026. Pricing below comes from vendor pages and from Intercom’s pricing research, which we note because Intercom is also a player here. One disclosure of our own: TinyAgents is ours, so judge that row accordingly.

Vendor2026 pricingStrengthWatch out
Intercom Fin$0.99 per resolutionBest-known resolution engine, works on other help desksCosts scale directly with ticket volume
Salesforce Agentforce$2 per conversation + Service Cloud from $175/user/moDeep CRM context for enterprise teamsCharged per conversation, resolved or not
Zendesk AI$1.50 to $2 per resolution + $50/agent AI add-onNative to the desk your team already usesFees stack on top of $55 to $169 seat plans
Tidio LyroFrom $32.50/mo for 50 AI conversationsCheapest serious entry for small shopsConversation caps are small at every tier
TinyAgents$49/mo flat for the whole platform, free tierAgent lives with your tables, forms, and emailOurs, so we are biased; smaller template gallery

Quick color on each. Fin’s outcome pricing is the fairest meter in the market: you pay only when a ticket actually resolves. Agentforce makes sense if your support already lives in Salesforce, but the per-conversation meter charges for failures too. Zendesk’s agent is the path of least resistance for existing Zendesk desks. Lyro is the honest budget pick for a small store.

TinyAgents takes a different angle: instead of a per-ticket meter, the agent is part of a flat $49 a month platform where it reads and writes your TinyTables directly, gets triggered by forms, and sends through TinyEmails. If your support questions are really data questions (“where is my order,” “what plan am I on”), having the agent next to the data is the whole game. For the wider field beyond support, see our best AI agents roundup.

How Do You Build One Without Code?

Short answer. Upload your help docs, connect your customer data, write guardrails and escalation rules in plain English, then test on past tickets before going live. With a no-code builder, a working AI customer service agent is an afternoon, not a quarter.

The build follows the same five parts as any agent, and our guide to build an AI agent covers them in depth. For support specifically:

  1. Ground it. Upload your help center, refund policy, and shipping rules as knowledge files. The agent answers from these and nothing else.
  2. Connect the data. Put orders and customers in a table the agent can read and write. In TinyCommand that is TinyTables, no middleware in between.
  3. Write the rules. Tone, refund limits, the never-do list, and the four escalation triggers from above, all in plain English.
  4. Test on history. Run 50 real past tickets through it. Fix the instructions where it slips, then embed the chat on your site and let it take the night shift.

Take the 2 AM “where is my order” queue off your team without losing the human handoff. TinyAgents grounds on your help docs, honors your refund and escalation rules, and embeds the chat on your site in an afternoon. Free to start, $49/mo flat for everything.

Build a support agent free

What Should Stay Human?

Short answer. Keep humans on angry or at-risk customers, complex billing exceptions, legal and compliance issues, and any conversation where empathy is the product. Klarna learned this publicly: after its AI-first push, it re-hired human agents because customers wanted the option of a person.

Klarna again, because they ran the experiment for all of us. In 2025, the company that bragged about replacing 700 agents started recruiting humans back. CEO Sebastian Siemiatkowski said customers should always have the option to speak with a human. The agent stayed, but the ceiling on what it should own came down.

Our rule of thumb: automate tickets that are frequent, structured, and low-stakes. Keep humans on everything else, especially churn-risk conversations, disputes and chargebacks, grief or hardship situations, and any thread where the customer is already frustrated. A $0.62 resolution that loses a $5,000 account is bad math.

And do not automate at all if your ticket volume is tiny or your docs are a mess. An agent grounded in wrong documentation just delivers wrong answers faster. Fix the docs first; the same applies to an AI sales agent or any other use case.

Frequently Asked Questions

What is an AI customer service agent?

An AI customer service agent is software that resolves support requests on its own: it reads the customer's question, pulls their real records, takes actions like order lookups or small refunds, and escalates to a human when your rules say so. That is the difference from a scripted chatbot, which matches keywords and links to articles. A well-built agent closes a meaningful share of tier-1 tickets end to end, at any hour, in any language.

How much does an AI customer service agent cost?

Per-outcome pricing dominates in 2026: Intercom Fin charges $0.99 per resolution, Zendesk charges $1.50 to $2 per resolution on top of seat plans, and Salesforce Agentforce lists $2 per conversation on top of Service Cloud. Tidio Lyro starts at $32.50 a month for 50 AI conversations, and TinyCommand includes agents in a flat $49 a month platform plan. For context, a human-handled resolution averages around $7.40, so the math usually works at any of these prices.

What percentage of support tickets can an AI agent resolve?

Median tier-1 deflection sits around 41% across enterprise CX programs in 2026, with the top quartile at roughly 59%. Klarna's agent handled two-thirds of all its support chats in its first month, which remains the best-known production benchmark. Gartner predicts agentic AI will autonomously resolve 80% of common customer service issues by 2029. Your number depends on how structured your tickets are and how well the agent is grounded in your data.

Will AI customer service agents replace human support teams?

No, and Klarna is the cautionary tale: after claiming its agent did the work of 700 people, it publicly re-hired humans in 2025 because customers wanted the option of a person. The working model is a split: the agent handles routine, structured tickets around the clock, and humans handle angry customers, complex exceptions, and anything involving real judgment. Teams shrink their queues, not their standards.

How do I build an AI customer service agent without code?

Four steps: upload your help docs and policies so the agent answers from your facts, connect your customer data so it can look up real orders, write guardrails and escalation rules in plain English, and test it on past tickets before it ever meets a customer. No-code builders like TinyAgents handle the model, tools, and embed, so a working support agent is an afternoon of work, not a quarter.

Keep exploring

Put an AI agent on your support queue

Grounded in your docs, connected to your data, with a human handoff built in. Free to start, $49/mo for the whole platform.