Insurance agency automation costs $0 to $20,000 per year, depending on what you're building and how. Free if you use what your AMS already includes. A few hundred dollars a month if you add middleware and AI APIs. $3,000–$15,000 per workflow if you hire someone to build it custom. The range is wide because the approaches are completely different.
If you're trying to figure out what to budget, this breakdown covers every layer.
What's free? (The automation you're already paying for)
Your AMS almost certainly has automation built in. Most agencies aren't using it.
Applied Epic has workflow automation, task rules, and activity triggers baked into the base subscription. AMS360 has automation manager. EZLynx has workflow and pipeline automation. HawkSoft has process templates and follow-up reminders. None of this costs extra. It's in the platform you're already paying for.
Audit what your AMS does before you pay for anything else. I've seen agencies spend $500/mo on Zapier workflows that duplicate what their AMS could do natively.
The native automation won't cover everything. The logic is limited, the triggers are rigid, and anything that touches a carrier portal or a third-party system usually requires something outside the AMS. For internal task routing, renewal reminders, and follow-up sequences.. it's free and it works.
What does middleware cost? (Zapier, Make, n8n)
Middleware is the layer that connects systems your AMS can't reach on its own. Carrier portals, email, Slack, spreadsheets, document tools.
Three main options in 2026:
Zapier runs $20–100/mo for small agencies. The free tier allows 5 "Zaps" (automated workflows) and 100 tasks per month. That's enough to test with, not enough to run production workflows. Most agencies doing real work end up at the $49/mo Starter plan or the $69/mo Professional plan.
Make (formerly Integromat) runs $9–50/mo and is significantly more powerful than Zapier for the price. The $9 Core plan allows 10,000 operations per month. For an agency running 20 COI requests daily, that's roughly 600 tasks per month across your main workflows. Make handles that with room to spare.
n8n is free if you self-host it on a server. A basic VPS to run it costs $5–10/mo. If you're not technical, there's a hosted version starting at $20/mo. n8n is harder to set up than Zapier but gives you unlimited workflows and no per-task pricing. Worth it for agencies that plan to scale what they're automating.
Realistic middleware budget for a 10-person agency running 3–5 active workflows: $20–80/mo.
What does AI automation cost?
AI adds a reasoning layer that middleware alone can't do. Reading unstructured emails and extracting policy info. Classifying incoming requests. Drafting responses. Processing documents.
The API cost is lower than most people expect.
Claude API (Anthropic) processes text at roughly $0.003 per 1,000 tokens on Sonnet-class models. A typical insurance document or email runs 500–1,500 tokens to process. That's $0.0015–$0.0045 per document. An agency processing 50 documents per day spends about $0.15–$0.23 per day in API costs. That's $4–7/mo just in raw API usage for document processing.
GPT-4o (OpenAI) runs at similar pricing. The cost is not the issue.
So why do agencies end up spending $50–200/mo on AI? Because the API cost is only part of it. You're also paying for the platform that calls the API (n8n, Make, a custom app), the storage layer if you're doing retrieval-augmented work, monitoring and logging to catch errors, and developer time to maintain it when something breaks.
A realistic all-in AI layer for a small agency: $50–200/mo. Most of that is infrastructure, not the AI calls themselves.
(One tangent worth mentioning: the agencies I've seen overspend on AI are almost always using GPT-4o for everything. There's a whole spectrum of models. Use a cheap fast model for classification and routing. Use the expensive model only when reasoning actually matters. Costs drop 60–70% with that one change.)
What do custom builds cost?
Custom means someone builds a workflow specific to your agency. Your AMS, your carrier set, your intake process, your team's actual behavior.
The range is $3,000–$15,000 per workflow.
On the low end ($3,000–5,000): a single well-defined workflow. COI automation for a HawkSoft agency. Renewal reminder sequence in Applied Epic. These are scoped tightly and build on existing infrastructure.
On the high end ($10,000–15,000): multi-step workflows that touch carrier portals, require AI classification, integrate with your email system, and include error handling and monitoring. Commercial lines endorsement processing is a good example. Lots of moving parts, lots of edge cases.
Several things affect the price. Your AMS's API access level matters: Applied Epic has a mature API, while some smaller platforms require screen scraping, which takes longer to build and breaks more often. How much of the workflow is structured vs. unstructured matters too. A form submission is cheap. A client's rambling email requires AI processing and costs more. How many carriers you work with also factors in. Each carrier portal is different, and building integrations with 3 carriers takes roughly 3x as long as one.
Ongoing maintenance usually runs $200–500/mo after the initial build. Carrier portals change. AMS updates break things. Budget for it.
What's the ROI math on insurance automation?
The payback period on most insurance automation is under 12 months. Often under 6.
Here's a real example:
A 10-person agency processes 20 COI requests per day. Each one takes 6 minutes: open AMS, pull policy, generate cert, send email, log the activity. That's 2 hours of CSR time per day. At a fully-loaded CSR cost of $25/hr (salary plus benefits plus overhead), that's $50/day, or roughly $13,000/year in labor for one task.
A COI automation project for that agency costs $3,500–5,000 to build. After that, the COI workflow runs without human involvement. CSR does 10 minutes of exception handling instead of 2 hours of manual work.
Payback period: 4–5 months.
And that's a conservative number. It doesn't count the E&O risk reduction from eliminating manual entry errors. It doesn't count the CSR capacity that gets redirected to actual sales support. It doesn't count the faster turnaround time that clients notice.
The math works. The reason agencies don't automate faster is usually the "where do I start" question and the "I don't know who to trust with this" question.
How do you budget for your first automation project?
A realistic first-project budget for a 5–15 person agency:
Free tier: Audit what your AMS already does. No cost. Do this first regardless of what else you decide.
$100–200 one-time: Set up n8n on a cheap VPS, get one middleware workflow running. Good for technically curious agency owners who want to learn before they buy.
$3,000–5,000 project: Hire someone to build your highest-frequency workflow properly. COI automation is the usual starting point. Gets it done in 2–4 weeks, built to actually hold up in production.
After launch, track time saved per week (ask your CSRs to log it for 30 days), error rate compared to manual, and volume handled without human touch. After 30 days you have real numbers. Those numbers tell you whether to expand the workflow, fix what broke, or move to the next one.
Most agencies that do this once want to do it again. The first project is slow because you're figuring out your own processes. The second is twice as fast because you know where everything lives.
- aibek