"Most AI agent price guides quote one number and hide the other two. Here are all three: what the model calls cost on published rates, what renting an agent costs per result, and why the build is where the money goes. Plus the one test that tells you whether you are buying an agent or a chatbot."
Key Takeaways
- 1An AI agent has three costs: the model calls it makes, the build that connects it to your systems, and the people and monitoring that keep it working. Vendors tend to quote whichever one looks smallest.
- 2The model bill is usually small. On Anthropic's published September 2026 prices, a support agent handling 2,000 tickets a month costs about $22 to $112 in model calls, depending on the model.
- 3Renting is the other route. Intercom charges $0.99 per Fin outcome, so 1,200 resolved tickets a month costs $1,188 with no build. Salesforce Agentforce works out to $0.10 per action.
- 4The build is where the money goes. Development firm ProductCrafters puts builds at about $5,000 to $180,000+, and integration with your systems is the biggest phase in its breakdown, not the AI model.
- 5Gartner predicts over 40% of agentic AI projects will be canceled by the end of 2027 over escalating costs, unclear business value or weak risk controls. A two-to-four-week pilot on one queue is the cheap way to avoid being one of them.
- 6An AI agent takes a goal, not a script. If a human can write out every branch it can take, build automation instead: it is cheaper, faster and easier to audit.
- 7If you cannot name the queue and count what is in it today, do not build an agent. Build the report that counts it first.
Quick Answer
An AI agent costs three different amounts, and most quotes only show you one.
Running one: the model calls are often tens of dollars a month. Our worked example, a support agent handling 2,000 tickets, comes to about $22 to $112 a month on Anthropic's published prices.
Renting one: off-the-shelf agents bill per result. Intercom charges $0.99 per Fin outcome, and Salesforce Agentforce works out to $0.10 per action.
Building one: this is where the money goes, because the agent has to be wired into your helpdesk, store or CRM with safe permissions. A 2026 breakdown from development firm ProductCrafters puts builds at about $5,000 to more than $180,000.
And what you are paying for: an AI agent is software given a goal. It decides its own steps, uses tools to act on real systems, and keeps going until the job is done or it hits a limit you set. A chatbot answers a message and stops.
Every vendor in America now sells AI agents. Gartner doubts most of them: it calls the rebranding of chatbots, assistants and automation tools as agents "agent washing," and estimates only about 130 of the thousands of agentic AI vendors are real. Below is what a real agent costs to run, rent and build, with the arithmetic shown. Then the test that separates an agent from a chatbot, four agents that pay for themselves at small-business scale, and when not to build one at all.
How much does an AI agent cost? Three numbers, not one
Three separate numbers, and vendors love to quote you whichever one flatters them: what it costs to run, what it costs to rent, and what it costs to build.
1. Running it: the model bill is smaller than you expect
Worked example: a support agent handling 2,000 tickets a month. Across roughly two model calls per ticket it reads about 16,000 input tokens (system prompt, your policy docs, product data, the ticket thread) and writes about 1,200 output tokens.
The lever that matters is prompt caching. Your system prompt and policy documents are identical on every ticket, so they can be cached and re-read at roughly a tenth of the input price. Say 12,000 of those 16,000 input tokens are cached and 4,000 are fresh.
Run that against Anthropic's published list prices as of September 2026. Model prices move, so check the current published rates before you build a budget on them.
| Model | Input / output per 1M tokens | Cost per ticket | 2,000 tickets a month |
|---|---|---|---|
| Claude Haiku 4.5 | $1 / $5 | about $0.011 | about $22 |
| Claude Sonnet 5 | $2 / $10 | about $0.022 | about $45 |
| Claude Opus 5 | $5 / $25 | about $0.056 | about $112 |
The Sonnet 5 row worked out in full, so you can check it: 12,000 cached input tokens at roughly $0.20 per million is $0.0024, plus 4,000 fresh input tokens at $2 per million is $0.008, plus 1,200 output tokens at $10 per million is $0.012. That is $0.0224 a ticket, and $44.80 across 2,000 tickets. Those totals are arithmetic on the assumptions above, not a measurement of your business. Change the token counts and the answer changes.
Read the table again anyway, because it reframes the whole decision. The model bill in this example is tens of dollars a month. Anyone quoting you a five-figure monthly fee "because of AI compute costs" is not describing this workload. Ask what the number is per unit of work, and watch what happens.
Two things do move it. Skipping prompt caching roughly triples the input cost, and agents that loop pay for a full round trip on every retry. This is the second reason for a hard step limit. The first reason is safety. The second is your invoice.
2. Renting one: pay per result instead of building
You do not have to build at all. Helpdesk and CRM vendors now rent agents by the result, which turns the cost into a price per ticket you can hold up against a build quote:
- Intercom Fin: $0.99 per outcome. An outcome is a resolution, a handoff through a procedure you set up, or a disqualified lead, and a qualified lead costs $9.99. Conversations passed to your team without an outcome are not charged. Intercom seat prices, or minimum commitments if you run Fin on another helpdesk, come on top.
- Salesforce Agentforce: Flex Credits cost $500 per 100,000, and a standard Agentforce action uses 20 credits, which is $0.10 per action. Voice actions use 30 credits. Salesforce also lists a $2 per conversation option.
Now run the same 2,000-ticket queue through it. Say the agent fully resolves 1,200 tickets and the other 800 go to your team without a billable outcome. Fin's bill is 1,200 × $0.99 = $1,188 a month. The self-built agent's model bill on all 2,000 tickets was about $45 on Sonnet 5. The gap, roughly $1,143 a month, is what owning the agent saves before monitoring and maintenance, so every $10,000 of build cost takes about nine months of that gap to pay back.
That is the honest trade. Renting is faster, needs no build, and is the sensible way to test whether a queue suits an agent at all. Owning wins at volume, and when the agent has to act on systems a vendor's agent cannot reach.
3. Building it: AI agent development cost
This is the number that decides whether the project makes sense, and nobody can give it to you honestly without looking at your systems first.
Development firms do publish ranges. ProductCrafters, which ranked second on Google in the US for "AI agent development cost" when we checked on 17 Sep 2026, puts builds at $5,000 to $180,000+. The largest build phase in its breakdown is integration and workflow orchestration, at $20,000 to $50,000, ahead of model setup at $10,000 to $40,000. Treat those as a seller's ranges rather than a quote, but notice what they say: connecting the agent to your systems costs more than the AI.
Three tiers, in practice. The ProductCrafters range above is wide because "AI agent" covers three different projects under one label, and which tier yours lands in decides where in that range it sits.
- Simple, single-workflow agent. One queue, one or two tools, systems with clean APIs (Shopify, Zendesk, HubSpot). A refund-and-reship agent on a single helpdesk is the standard example. Fewest integration points, the simplest permission model, and the cheapest to build and to run.
- Mid-complexity agent. Connects to one or two core business systems instead of one, and at least one tool moves money or changes a record, so it needs a permission gate, an audit log, and idempotency (a retry cannot repeat the action) on top of the model work. A quote or RFQ agent that reads a CRM, checks inventory and drafts an order is a typical example.
- Complex, multi-system agent. Several systems, usually including one legacy or ERP integration with messy or undocumented data (NetSuite, SAP, an on-prem system, or a database somebody's cousin designed in 2009), compliance or safety logic beyond a simple rule, and ongoing governance: continuous monitoring, a maintenance commitment, and re-testing against real data every time something changes, not just before launch. This is the tier that fills out the top of the ProductCrafters range.
One requirement applies to all three tiers: before launch you need a set of real past tickets or transactions and a way to score the agent's answers against them. Skipping this step is how demos turn into incidents, regardless of tier.
What moves a project up a tier is never the model. It is how many systems it has to touch, how much compliance or safety logic those systems require, how messy the data is, and how much ongoing monitoring the result needs.
What we recommend first, every time: a pilot on one narrow queue, two to four weeks long, scoped to prove or kill the idea. Gartner predicts over 40% of agentic AI projects will be canceled by the end of 2027 due to escalating costs, unclear business value or inadequate risk controls. A pilot is the cheap way to find out which side of that prediction your project sits on.
4. Keeping it running
Model bill, plus monitoring, plus the human who reviews escalations, plus the maintenance when a vendor changes an API or your policy changes and the agent needs to know. Budget for the reviewer. An agent with nobody watching the escalation queue is an agent that quietly stops working and nobody notices for six weeks. What that upkeep includes, and what drives its monthly cost, is on our AI agent monitoring and support page.
To run the payback math on your own numbers, use our AI agent cost and ROI calculator. The full comparison of doing it yourself against hiring it out, including what a competent internal developer can realistically ship, is in build AI agents, DIY vs agency.
Want a real number for your agent?
The build figure is a range because the systems are what cost money. We scope AI agents against your actual queue and the systems it has to touch, and put the build and running costs in writing before any work starts.
See AI agent development →AI chatbot cost vs AI agent cost
A chatbot that answers questions from your help docs costs less than an agent for one reason: it does not act on your systems. No integration, no permissions work, no refund tool to make safe. The model calls are rarely the difference. The build is.
If all you need is answers on your website, a chatbot is the right buy. If you need the refund issued, the order changed or the meeting booked, you are pricing an agent, and the extra money goes into the integration work described above.
The dividing line, in one test
Ask one question about any system a vendor calls an AI agent:
If the goal succeeded a different way than expected, would the software notice and change course?
If yes, it is an agent. If it would run the same seven steps regardless, it is a workflow, and there is nothing wrong with that. Workflows are more predictable, cheaper, and easier to audit. Most businesses need three workflows and one agent, and are being sold four agents.
Here is the same distinction across the four things people currently call AI agents.
| What it is | Decides its own steps? | Acts on outside systems? | Recovers from failure? | Honest name |
|---|---|---|---|---|
| A chat window on your site with your FAQs loaded | No | No | No | Chatbot |
| Zapier or n8n with a model in one step | No | Yes | No | Automation with an LLM step |
| A model that can call three tools inside one conversation | Sometimes | Yes | Rarely | Tool-using assistant |
| Software given a goal, a toolset, and a stopping rule | Yes | Yes | Yes | AI agent |
We wrote the longer comparison in AI chatbots vs AI agents. The terminology fight over the word "agentic" specifically is in what is agentic AI, with the head-to-head in agentic AI vs AI agents and the separate generative question in agentic AI vs generative AI. Read one of them if a vendor is leaning hard on the vocabulary. None of it changes the test above.
The three parts every real agent has
1. A goal and a stopping rule
"Resolve this ticket or escalate it to a human within four exchanges." Not "be helpful."
The stopping rule is the part that gets skipped and the part that causes the incidents. An agent without a budget, a retry limit and an escalation path will loop, spend, and confidently do the wrong thing at 3am. Every agent we ship has a hard ceiling on steps, a hard ceiling on spend, and a named human it hands to.
2. Tools that change something
A tool is a function the agent can call: look_up_order(order_id), issue_refund(order_id, amount), create_quote(line_items), book_slot(date, time).
This is where the real engineering lives, and it is why agent projects cost what they cost. The model is a commodity you rent by the token. The issue_refund function that talks to your payment processor, respects your policy, writes to your ledger, is idempotent so a retry does not refund twice, and logs enough to survive a chargeback dispute: that is the product.
3. A check on its own work
The agent proposes an action, something verifies it, and it retries or escalates on failure. In practice that means schema validation on every tool call, a permission gate on anything that moves money, and a confidence threshold below which it hands to a person.
An agent without step 3 is a demo. Demos are why the category has a trust problem.
Four agents doing real work in US businesses
Not hypotheticals. These are the four shapes that actually pay for themselves at small and mid-size scale. The wider survey of what is landing in US small businesses right now is in AI agents for small business.
Support deflection. Reads the ticket, retrieves the order and the policy, answers or acts (refund, reship, address change), replies in your voice, tags and closes. Escalates anything above a dollar threshold or below a confidence threshold. Lives inside Zendesk, Gorgias, Freshdesk or Help Scout. The architecture detail is in AI customer support agent architecture and the service is AI customer support agents.
Quote and RFQ handling. Reads an inbound RFQ, usually a PDF or an email with a spreadsheet attached, extracts line items, matches them to your catalog and pricing rules, flags the ones it cannot match, and drafts the quote for a human to send. This is the highest-return agent in manufacturing and distribution and almost nobody has built it, because it requires knowing the customer's part numbering. See RFQ and bidding agents.
Lead follow-up. Watches the CRM for a new inbound, researches the company, drafts a first-touch email that references something real, sends, waits, follows up on a schedule, and books the meeting straight into the calendar. Stops the moment a human replies. Detail in how to build a custom AI SDR; the service is AI SDR agents.
Back-office reconciliation. Matches purchase orders to invoices to receipts, flags the mismatches, and files the clean ones. Boring, unglamorous, and the one with the clearest payback, because you can count the hours it replaces. The plumbing under it is ordinary workflow automation with a judgment step in the middle.
A fifth shape, voice, is the same architecture with speech in and speech out, and stricter latency requirements that change both the model choices and the cost. That one has its own page: AI voice agents.
Two patterns run through all of them. Each one owns a queue with a countable backlog, and each one hands off rather than guessing when it is unsure.
Who Google quotes for this today
Pulled live from Google US, logged out, on 25 Aug 2026. The interesting finding is not the ranking list. It is that the definitional query and the commercial query are two completely different competitive situations, and almost nobody writing about AI agents seems to have noticed.
Search "what is an ai agent" and an AI Overview fires. It cites six sources, in this order: YouTube, IBM, Google Cloud, AWS, a Substack newsletter called The AI Engineer, and Snowflake. Organic underneath is a similar cast:
- Reddit, a thread titled "What even is an AI agent?"
- IBM.
- McKinsey.
- Google Cloud.
- LangChain.
- AWS.
- The AI Engineer, on Substack.
- Salesforce.
Look at who that is: a model and infrastructure vendor, three cloud platforms, a data warehouse, a consultancy, an orchestration framework, and a CRM. Every one of them sells something an agent runs on, is built with, or is bought through. The definition on page one is therefore the definition that makes the seller look necessary. That is not a conspiracy, it is just what happens when a dictionary term is also a product category. Reddit sits at number one because it is the only result written by somebody with nothing to sell.
Now search "how much does an ai agent cost" the same day, in the same logged-out browser. Completely different world. The AI Overview cites seventeen sources and the first is Reddit, followed by bakedwith.com, softteco.com, thecrunch.io, braincuber.com, a Medium engineering publication, appinventiv, savibm, powercodegroup, aissist.io and several more in the same vein. The closest thing to a recognized name anywhere in that list is CloudZero, a cloud cost-monitoring company. Organic: Reddit again at number one ("Been running my businesses on AI agents for months"), then softteco, Retool with a piece arguing for hourly pricing, bakedwith, an AWS builder guide, YouTube, Medium, and azilen.
IBM is gone. McKinsey is gone. Google Cloud, AWS as a marketing site, Salesforce, all gone. The moment the question turns into "what will this cost me," the platforms stop answering and the field is left to one Reddit thread and a long tail of development shops with no consistent authority between them. Seventeen citations in a single AI Overview is Google saying, in public, that it could not find a source it trusted enough to lean on.
factoryjet.com appears in none of it, on either query. We are writing this from outside the results, not from inside them. That gap is the entire reason the article exists: the definition is over-served by companies selling infrastructure, and the price is under-served by everybody. So this page leads with the arithmetic. When we checked the cost query again on 17 Sep 2026, Reddit still ranked first, followed by SoftTeco, Retool and TheCrunch, and factoryjet.com was still not on the first page.
One more detail from the same pull, because it tells you who is actually searching. The People Also Ask box under "what is an ai agent" carries "Do AI agents get paid?", "How to make $1000 a day using AI?" and "How much can I make selling AI agents?" Under the cost query it carries "Can you really make money with AI agents?" A meaningful share of the traffic on this term is not businesses trying to buy an agent. It is people trying to sell one. Worth remembering the next time a cold email arrives from an agency that discovered the category last month.
When not to build one
Straight answers, because this is the part the category never says out loud.
Your queue is under about 200 items a month. The build will not pay back. Hire a part-timer or fix the process.
The decision rule is genuinely fixed. If the answer is always "if X then Y," that is an if statement. It is cheaper, it is faster, it never hallucinates, and it does not need a reviewer. n8n vs Zapier vs Make covers that tier honestly.
Your data is a mess. An agent reading a catalog where the same part has four names will produce four answers. Fix the catalog. That project is less exciting and worth more.
You cannot tolerate a wrong answer and cannot afford review. Regulated advice, clinical decisions, anything where the error is unrecoverable. Use retrieval to help a human decide, rather than an agent to decide.
What you actually want is a chatbot. If the job is answering questions on your website and nothing more, buy a chatbot. It costs a fraction and it will not disappoint you, because you have not asked it to do anything it cannot do.
How to tell whether an agent proposal is serious
Six questions. The answers are diagnostic.
- Which queue, and how many items are in it this month? No number means no business case.
- Which systems does it write to, and through which API? "We integrate with everything" means they have not looked at yours.
- What is the step limit and the spend cap per run? If there is not one, they have not run an agent in production.
- What happens when it is unsure? The answer has to be a named person and a route, not "it asks for clarification."
- What does one unit of work cost in model calls? They should be able to do the arithmetic above for your workload in about five minutes.
- Who reviews the escalation queue, and how often? If the answer is "you will," that belongs in the plan and in the budget.
An honest agency will fail some of these on your project and tell you which ones. If you want it scoped against your actual systems, AI agent development is the page to read next. The first conversation should be about the queue, not the model.
AI agent scoping call
Price your agent against your real queue
Bring one queue and a rough count of what is in it. In a 30-minute call with founder Bhavesh Barot we will tell you straight whether it needs an agent, a workflow or a process fix, and what building and running the agent would involve.
Want this done for you?
Get a free, no-pitch plan for your site.
Tell us where to send it. Bhavesh, the founder, reviews every request himself and replies within 24 hours, often the same day. Most sites ship in about 7 days.
Frequently Asked Questions
How much does an AI agent cost?
Does it cost money to have an AI agent?
How much does an AI agent cost to run per month?
How much does it cost to build an AI agent?
How much does a ChatGPT agent cost?
Can I build my own AI agent for free?
How much does an AI chatbot cost?
How much does an AI agent cost per hour?
Is AI agent free?
How much does it cost to run an AI agent on 24/7?
Can a small business afford an AI agent?
Do you need coding to build AI agents?
What is an AI agent in simple terms?
What is the difference between an AI agent and a chatbot?
Is an AI agent the same as a bot?
Is ChatGPT an AI agent?
What are the 5 types of agent in AI?
What are the 7 types of AI agents?
What are the top 3 AI agents?
What is agentic AI, and is it different from an AI agent?
Can I hire an AI agent?
How do I get my own personal AI agent?
What can AI agents actually do for a business today?
Do I need an AI agent or just automation?
What tools do AI agents connect to?
Are AI agents safe to let act on their own?
What happens when an AI agent gets it wrong?
Do AI agents replace jobs?
Which model should an AI agent use?
What is an AI voice agent?
How long does it take to build an AI agent?
Can I build an AI agent myself?
What is the difference between an AI agent and RPA?
How do I measure whether an AI agent is working?
What should I do first if I want an AI agent?
What determines which cost tier my AI agent falls into?

Bhavesh Barot
Founder & CEO
Founder & CEO of FactoryJet, a web design and e-commerce agency serving 500+ US, UK, and UAE businesses. Expert in small business website strategy, Shopify development, and Core Web Vitals optimization.



