Ask five vendors to quote "an AI agent for customer support" and you will get numbers from $4k to $80k for what sounds like the same thing. The spread is not dishonesty. It is that "AI agent" covers everything from a knowledge-base chatbot to a system that reads your CRM, files refunds, and books appointments under human approval. This guide breaks the 2026 market into four price tiers, explains the eight variables that move a quote, shows the monthly token math nobody puts in the proposal, and works through a support-deflection ROI example so you can tell whether a given price is high, low, or reasonable for what you are actually buying.
The four price tiers in 2026
Packaged agent: from $4k, 3–5 weeks
A pre-built agent — support, FAQ, lead capture, internal knowledge — configured to your content and brand, connected to one or two channels (web widget, WhatsApp, Slack), and deployed on proven infrastructure. This is what our AI Agents Suite is: the architecture is already in production for paying customers, so the work is configuration, content ingestion, tone, and escalation rules rather than engineering from scratch. Fits companies whose need matches a known pattern and who want something live in a month.
Custom agent: from $6k, 4–6 weeks
A single-purpose agent built for a workflow the packaged version does not cover — a returns agent that reads your order system, a qualification agent that scores leads against your ICP, an internal agent over a specific document set. Includes one or two tool integrations, a retrieval layer over your data, a basic evaluation set of 50–100 real cases, and a human handoff path. This is the floor of our AI agent development engagements.
Multi-tool agent with integrations and evaluation harness: $12k–$25k, 6–10 weeks
An agent that takes actions across three to six systems — CRM, helpdesk, billing, calendar, internal APIs — with scoped permissions per tool, approval gates where mistakes cost money, and a real evaluation harness: 300–1,000 historical cases replayed before every release, with accuracy, escalation rate, and cost tracked on a dashboard. Most agents that replace measurable human hours land here. The upper end covers voice channels, multiple languages, and agents that write back to systems of record.
Enterprise and regulated: from $7.5k plus compliance, often $15k–$45k
Agents that touch protected health information, financial data, or SSO-gated enterprise systems carry a compliance layer on top of the engineering: signed BAAs, BAA-covered model providers (Azure OpenAI, AWS Bedrock, Google Vertex AI), immutable audit logs, data residency, and documentation an auditor can read. Our HIPAA-compliant AI engagements start at $7.5k for a first automation; patient-facing agents run $15k–$45k. Compliance typically adds 20–30% to an equivalent unregulated build.
What actually drives the cost
- Integrations: each system the agent reads from or writes to adds $1.5k–$4k — less for well-documented APIs (HubSpot, Zendesk, Stripe), more for legacy systems, scraped portals, or anything needing an approval workflow.
- Tools and actions: a read-only agent is cheap. Every action it can take — issue a refund, change a booking, update a record — needs scoping, permissions, logging, and a test suite. Budget $800–$2k per action.
- Knowledge base size and quality: 50 clean help articles ingest in a day. 5,000 PDFs with tables, versions, and contradictions need a chunking strategy, metadata, and cleanup — $2k–$6k of work that no model choice avoids.
- Guardrails: topic boundaries, PII redaction, injection defenses, tone controls, and refusal behavior. $1k–$3k for a customer-facing agent; more in regulated domains.
- Evaluation: the line item most often missing from cheap quotes. Building a 300–1,000 case eval set from real tickets and running it on every change costs $2k–$5k and is the difference between an agent that improves and one that regresses silently.
- Human handoff: escalation with full context into your helpdesk, with the agent knowing when to stop. $1k–$2.5k, and skipping it is how agents generate complaints.
- Channels: web widget is the baseline; each additional channel (SMS, WhatsApp, voice, Slack, email) adds $1k–$5k, with voice at the top because of latency and interruption handling.
- Hosting and inference: not a build cost but a permanent one — see the math below.
Monthly running costs: the token math
Take a support agent handling 3,000 conversations a month, averaging 6 turns each. Every turn sends the system prompt, retrieved knowledge, and conversation history — roughly 3,500 input tokens — and gets back about 300 output tokens. That is 21,000 input and 1,800 output tokens per conversation, or 63 million input and 5.4 million output tokens a month.
- Frontier model at roughly $2.50 per million input and $10 per million output tokens: about $158 + $54 = $212 a month.
- Small or mid-tier model at roughly $0.15 and $0.60 per million: about $9 + $3 = $12 a month — with prompt caching cutting the input side further.
- Routing (small model for classification and simple answers, frontier model for the hard 20%): typically $50–$90 a month for this volume.
- Everything else: vector database $0–$100, hosting $30–$150, observability and logging $0–$100, voice minutes if applicable $0.05–$0.15 each.
A realistic all-in figure for an SMB support agent is $150–$600 a month; for a voice agent at the same volume, $600–$2,000. The build quote should include a cost dashboard and a model-swap path, because these prices have dropped roughly 10× every 18 months and the agent should follow them down.
Build vs buy vs no-code
Three routes, and the right one depends on how specific your workflow is. Buying a SaaS agent (Intercom Fin, Zendesk AI, and similar) costs $0.99–$2 per resolved conversation or $50–$150 per seat per month; it is fast, and it is the right answer if your support runs entirely inside that platform. At 1,200 resolutions a month that is $1,200–$2,400 monthly, forever, for a workflow you cannot change. No-code builders (Voiceflow, Botpress, Make, n8n plus an LLM node) run $50–$500 a month and are excellent for prototypes; they get expensive in time when you need real tool permissions, evaluation, and integrations with systems that lack a connector. A custom build at $6k–$25k owns the integrations, the data, and the model choice, costs $150–$600 a month to run, and can be extended by the same team through AI integration work or embedded engineers via hiring AI developers from $15/hour. The crossover is usually around 800–1,000 conversations a month or the first integration a SaaS tool cannot do.
Timeline
Packaged agents go live in 3–5 weeks, most of it content ingestion and tone review. Custom single-purpose agents take 4–6 weeks. Multi-tool agents with an evaluation harness take 6–10 weeks, and the harness is usually the long pole — collecting and labeling real historical cases takes longer than writing the code. Regulated builds add 2–4 weeks for the BAA process, risk analysis, and documentation. Every engagement should include a 2–4 week draft-and-approve pilot where the agent proposes and a human sends, before autonomy is widened.
Hidden costs
- Knowledge base cleanup: agents expose every contradiction in your help center. Plan 20–40 hours of your team's time, or $2k–$4k of the vendor's, to fix the content.
- Ongoing evaluation and tuning: $500–$2k a month or 5–10 hours of an engineer's time to review escalations, add cases, and adjust prompts. Agents that nobody watches degrade.
- Model and API changes: providers deprecate models roughly every 12–18 months. A swappable model layer costs $1k–$2k up front and saves a rewrite later.
- Compliance and legal: DPA or BAA review, privacy policy updates, disclosure that users are talking to an AI — $1k–$5k of legal time in most companies.
- The human handoff you skipped: the most expensive line — measured in churned customers, not dollars on the invoice.
ROI example: support deflection
A B2B software company receives 3,000 support tickets a month, handled by a team of four at a fully loaded $28 an hour, averaging 8 minutes per ticket. A multi-tool agent with order lookup, subscription changes, and knowledge retrieval deflects 40% of tickets — 1,200 a month — and escalates the rest with a summary that saves 2 minutes on each. Time saved: 1,200 × 8 minutes plus 1,800 × 2 minutes, about 220 hours a month, or roughly $6,200 in agent time — a little over one FTE. Against a $16k build and $400 a month in running costs, payback lands in month 3, and the team absorbs the next year of growth without a hire. Full walkthrough in how to add an AI agent to customer support.
The same arithmetic works in reverse: an agent that deflects 40% of 300 tickets a month saves 22 hours, about $620. At that volume a $4k packaged agent pays back in 7 months and a $16k custom build does not make sense yet.
A $4k agent and a $25k agent can answer the same question. The $25k one also knows when not to, logs what it did, and has been tested against a thousand real cases before it talked to your first customer.
— Rocket Systems Team
Get a fixed quote for your agent
If you can describe the workflow and the systems it touches, we can price it. We offer a free 30-minute discovery call with an engineer and a written scope and estimate within 24–48 hours — including the monthly running cost, not just the build.
Packaged agents from $4k · custom agents from $6k · fixed quote within 48 hours.
Scope an AI agentFrequently asked questions
How much does it cost to build an AI agent in 2026?
Packaged agents configured to your content start at $4k and ship in 3–5 weeks. Custom single-purpose agents start at $6k. Multi-tool agents with 3–6 integrations, approval gates, and an evaluation harness run $12k–$25k over 6–10 weeks. HIPAA or other regulated agents start at $7.5k plus compliance work, typically $15k–$45k. Running costs add $150–$600 a month for a text agent at SMB volume.
What is the difference between a $4k and a $25k AI agent?
The model is usually the same. The $25k agent has 3–6 system integrations with scoped permissions, actions it can take under approval gates, a 300–1,000 case evaluation harness run before every release, guardrails and PII handling, and a human handoff with full context. The $4k agent answers questions from your content on one or two channels — which is the right buy when that is all the workflow needs.
How much does an AI chatbot cost per month to run?
For 3,000 conversations a month at 6 turns each — about 63 million input and 5.4 million output tokens — frontier model inference runs roughly $210, a small model about $12, and a routed mix $50–$90. Add $30–$350 for hosting, vector storage, and logging. Most SMB text agents land at $150–$600 a month; voice agents at similar volume run $600–$2,000.
Should we build a custom AI agent or buy a SaaS one?
Buy when your support lives entirely inside a platform that offers an AI add-on and your volume is under roughly 800–1,000 conversations a month; per-resolution pricing of $0.99–$2 is cheaper than a build at that scale. Build when the agent must act across systems the SaaS tool cannot reach, when you need to own the data and model choice, or when per-resolution fees exceed $1,500 a month — a $6k–$25k build pays back in 3–9 months there.
How long does AI agent development take?
Packaged agents: 3–5 weeks. Custom single-purpose agents: 4–6 weeks. Multi-tool agents with an evaluation harness: 6–10 weeks, with collecting and labeling historical cases as the longest step. Regulated builds add 2–4 weeks for BAA, risk analysis, and documentation. Every timeline should include a 2–4 week draft-and-approve pilot before the agent acts without a human click.