Every week we get asked the same question: how much does it cost to build an AI agent? The honest answer is that "it depends" — but the factors it depends on are entirely knowable, and we can give you real numbers rather than vague ranges.
This guide covers build costs, monthly running costs, what actually drives price up and down, and the three-way decision between building your own, buying an off-the-shelf product, or white-labelling an existing agent.
Build costs by tier
We use a three-tier model internally. Here are honest build cost ranges for each — based on actual Australian development rates in 2026:
| Tier | What it does | Build cost | Monthly running | Timeline |
|---|---|---|---|---|
| Tier 1 — Retrieval agent | Answers questions from a structured knowledge base. No live data. No actions beyond generating a response. | $5,000–$15,000 | $200–$800 | 2–4 weeks |
| Tier 2 — Action agent | Retrieves live data, runs calculations, calls external APIs, chains 3–6 reasoning steps. Most production Australian agents. | $15,000–$35,000 | $800–$3,000 | 8–12 weeks |
| Tier 3 — Autonomous agent | Plans multi-step workflows, makes decisions across sessions, may initiate actions proactively. Frontier capability. | $35,000–$80,000+ | $3,000–$15,000+ | 16–24 weeks |
These are all-in costs for a production deployment — including design, development, compliance review, hosting setup, testing, and launch. They assume an Australian developer or agency at Australian market rates ($150–$250/hour).
What drives the price up
These are the most common factors that push a build from the low end of a tier to the high end — or into the tier above:
1. Number of data integrations
Every external data source adds development time and ongoing maintenance. A single lender rate feed is straightforward. Connecting to 22 lenders each with different API formats, authentication systems and update schedules is significantly more complex. Each integration typically adds $2,000–$8,000 to a build.
2. Compliance depth
A general-purpose assistant has minimal compliance requirements. An agent operating in ASIC-regulated financial services, APRA-regulated insurance, or AHPRA-adjacent healthcare needs: a compliance review of the system prompt ($2,000–$5,000), legal review of output samples ($1,500–$3,000), and potentially registration or notification with the relevant regulator. Budget $5,000–$10,000 for regulated industry compliance.
3. Custom UI/UX design
Embedding an agent into an existing website with a basic chat widget costs $2,000–$5,000 in UI work. A fully custom branded interface with a rich results display (tables, comparison cards, calculators) costs $10,000–$25,000. The three agents we've built (Finley, Archie, Perry) each have custom interfaces that took 4–6 weeks of design and frontend development.
4. Conversation data architecture
If you need to retain and analyse conversation data — for compliance logging, quality improvement, or analytics — you need a data pipeline. Add $5,000–$15,000 for a compliant conversation logging and analytics system.
5. Multi-agent architecture
Sometimes a single agent can't handle all use cases. A "router" agent that dispatches to specialist agents adds architectural complexity. Budget an additional 30–50% over a single-agent build.
Monthly running cost breakdown
Here's a detailed breakdown of where monthly costs come from for a mid-tier (Tier 2) agent at 5,000 queries per month:
| Cost item | Monthly cost | Notes |
|---|---|---|
| Anthropic Claude API | $400–$1,200 | Depends heavily on average conversation length. Input tokens are cheaper than output. Use prompt caching to reduce costs. |
| AWS hosting (ap-southeast-2) | $150–$400 | EC2 + RDS + ElastiCache + load balancer. Scales with traffic. |
| Data feeds / APIs | $100–$800 | Lender rate feeds, property data, insurance product APIs. Costs vary enormously by provider. |
| Monitoring & logging | $50–$150 | CloudWatch, error tracking (Sentry), uptime monitoring. |
| Developer support (2hrs/mo) | $300–$500 | Bug fixes, prompt updates, data feed changes. |
| Total | $1,000–$3,050 | Per month at 5,000 queries |
The API cost maths
The biggest variable in running costs is Claude API usage. Here's how to estimate it:
- Average query: ~200 input tokens (user message + system prompt excerpt) + ~500 output tokens = ~700 tokens total
- With 2 tool calls per query: add ~400 tokens for tool definitions + ~200 tokens for tool results = ~1,300 tokens total per query
- At current Claude Sonnet pricing (~$3 per million input tokens, ~$15 per million output tokens), a typical query costs $0.008–$0.015
- 5,000 queries/month = $40–$75 in direct API costs at this token usage
If your conversations are longer — users asking follow-up questions, multi-turn sessions — token usage per query increases significantly. A 10-turn conversation costs 5–8x a single-turn query. Monitor your average tokens per conversation carefully in the first month.
Build vs buy vs white-label
Before committing to a custom build, consider whether you actually need one:
Buy: off-the-shelf AI products
Products like Intercom, Zendesk AI, and various vertical SaaS AI tools exist for common use cases. If your use case is customer support, basic FAQ answering, or lead qualification — a $200–$500/month SaaS product will often do the job better and faster than a custom build. The trade-off is lack of differentiation: every competitor can buy the same product.
White-label: existing Australian agents
We offer white-label versions of Finley, Archie and Perry for Australian businesses that want to offer AI-powered financial, insurance or property comparison under their own brand. Setup cost: $3,000–$8,000. Monthly licence: $500–$2,000. This is the fastest route to a live agent in a regulated industry because the compliance work is already done.
Build custom: when it's worth it
A custom build makes sense when: (a) your use case is genuinely unique and no off-the-shelf product covers it; (b) your data gives you a competitive advantage that you want to protect; (c) you're building agent capability as a core part of your product or service offering; or (d) you're in a regulated industry where compliance requirements are specific to your business.
The real total cost of ownership
Most cost estimates focus on build cost and miss the ongoing costs that determine whether an agent is actually profitable. Here's a realistic three-year total cost of ownership for a Tier 2 agent:
| Cost item | Year 1 | Year 2 | Year 3 |
|---|---|---|---|
| Initial build | $25,000 | — | — |
| Compliance setup (legal, review) | $8,000 | $2,000 | $2,000 |
| Monthly running costs (×12) | $18,000 | $24,000 | $30,000 |
| Annual maintenance & updates | $5,000 | $5,000 | $6,000 |
| Feature additions | — | $8,000 | $10,000 |
| Total | $56,000 | $39,000 | $48,000 |
A realistic three-year total cost of ownership for a mid-complexity Australian AI agent is $143,000. Against that, a single lead generation path that delivers 50 qualified leads per month at an average value of $1,000 per lead generates $600,000 over three years. The maths works — but only if the agent actually converts queries into business outcomes.
The most common budget mistake
The most common mistake we see is underbudgeting for data. Businesses spend $25,000 building a beautiful agent, then discover that the live data feeds they need cost $2,000–$5,000 per month from data providers. This discovery should happen in week one of scoping, not week twelve of development.
Before you scope a build, get pricing from every data provider you'll need. Call them. Get it in writing. It's the single most important due diligence step in an agent project.
Ready to build your own AI agent?
We build compliance-ready AI agents for Australian businesses — from $5,000.
Talk to us about your build →