What agentic AI breaks in the SaaS business model
# What agentic AIagentic AIAgentic AI refers to AI systems that pursue goals autonomously by planning, taking actions through tools, and adapting based on results, with minimal step-by-step human direction.View full definition → breaks in the SaaS business model
An AI agent just did the job of a $150-per-seat CRMCRMCustomer Relationship Management: software and strategy to manage and analyse customer interactions throughout their lifecycle.View full definition → user without ever logging in. It called the APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →, updated the records, triggered the workflow, and logged off. No dashboard. No clicks. No "user."
That scene is the quiet threat to a lot of SaaS pricing. If your revenue depends on humans logging in and clicking around, agentic AIagentic AIAgentic AI refers to AI systems that pursue goals autonomously by planning, taking actions through tools, and adapting based on results, with minimal step-by-step human direction.View full definition → changes the math.
Let's define the term first, then break down exactly what cracks.
What "agentic AIagentic AIAgentic AI refers to AI systems that pursue goals autonomously by planning, taking actions through tools, and adapting based on results, with minimal step-by-step human direction.View full definition →" actually means here
An agent is an AI system that takes actions toward a goal without a human driving each step. It reads context, decides what to do, and executes: querying data, filling forms, calling other software.
Compare two modes:
- Copilot mode: a human sits in the UI (user interface, the screens and buttons), and AI suggests. The human still clicks "send."
- Agent mode: the AI operates the software itself, often through the APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → (Application Programming InterfaceApplication Programming InterfaceApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →, the machine-to-machine door into a product), with no human in the seat.
Most SaaS pricing and defensibility assumes copilot mode. Agents assume you built for machines. That gap is the story.
Break #1: The seat license
The dominant SaaS pricing model is per-seat: you pay per named human user per month. It works because software historically required a human to operate it.
Agents remove the human from the loop.
Consider a support tool priced at $80 per agent seat. A company with 40 human support reps pays for 40 seats. Now they deploy AI agentsAI agentsAgentic AI refers to AI systems that pursue goals autonomously by planning, taking actions through tools, and adapting based on results, with minimal step-by-step human direction.View full definition → that resolve tier-1 tickets autonomously. They drop to 15 human seats. The work volume went *up*. The seat revenue went *down*.
This is the core inversion: agents decouple value delivered from seats occupied.
The vendors moving fastest are already repricing around this. You will see:
- Usage-based pricing: charge per APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → call, per resolved ticket, per workflow run.
- Outcome-based pricing: charge per successful resolution or per booked meeting.
- Agent seats: treat an AI agent as a billable "user" with its own license tier.
None of these are magic. Usage pricing makes revenue harder to forecast (both for you and your customer's finance team). Outcome pricing forces you to define and measure the outcome cleanly, which is often the hard part. But per-seat alone is exposed.
If you want a grounded primer on pricing models before you touch this, OpenView's usage-based pricing resources are a solid free starting point.
Break #2: The UI moatmoatA lasting edge over competitors: a resource, capability or position they cannot easily replicate, letting a firm earn above-average returns over time.View full definition →
Many SaaS products are defensible because their interface is sticky. Users learn the screens. Admins build muscle memory. Switching means retraining everyone. That friction is a moatmoatA lasting edge over competitors: a resource, capability or position they cannot easily replicate, letting a firm earn above-average returns over time.View full definition → (a durable competitive advantagecompetitive advantageA lasting edge over competitors: a resource, capability or position they cannot easily replicate, letting a firm earn above-average returns over time.View full definition →).
Agents don't care about your UI.
An agent interacts through the APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →. To an agent, a beautifully designed dashboard and a plain data endpoint are the same thing: an interface it calls. The years you spent polishing the click path become irrelevant to the buyer that runs on agents.
Worse: if a competitor exposes a cleaner, better-documented APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →, an agent can switch to it with a config change. No retraining. No change management. The switching cost you relied on quietly evaporates.
The uncomfortable follow-on
If UI is no longer the moatmoatA lasting edge over competitors: a resource, capability or position they cannot easily replicate, letting a firm earn above-average returns over time.View full definition →, what is? For agent-era SaaS, defensibility shifts toward:
- Proprietary data the agent needs and can't get elsewhere.
- Actions only you can perform (you own the integration, the license, the regulated connection).
- Reliability and permissions the agent can trust to act on autopilot.
That last one matters more than people expect. An agent acting autonomously needs guardrails: what it's allowed to do, spending limits, audit logs. Vendors that make agent operation *safe* become the trusted default.
Break #3: System of record vs. system of action
Here is the reframe that ties it together.
A system of record is where data lives: the CRMCRMCustomer Relationship Management: software and strategy to manage and analyse customer interactions throughout their lifecycle.View full definition →, the HR platform, the billing ledger. Its value is being the trusted source of truth. Historically that was enough, because humans logged in to read and edit it.
A system of action is where work gets *done*: it takes an instruction and executes a change across systems.
In the human era, the same product could be both. You logged into the CRMCRMCustomer Relationship Management: software and strategy to manage and analyse customer interactions throughout their lifecycle.View full definition → to look things up (record) and to update a deal (action).
Agents split these apart.
Agents love systems of action they can call programmatically. They are indifferent to systems of record that only offer a pretty read-only screen. If your product is a system of record with a great UI but a weak APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →, an agent-driven customer treats you as a passive database, and databases get commoditized.
What "APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →-first" repositioning looks like
API-first means designing the product so every capability is available through the APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →, and the UI is just one client of that APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → (not the only way in).
Concretely, ask:
- Can an agent do *everything* a human user can do through your APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition →? Or are key actions UI-only?
- Is your APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → documented well enough that an agent (or the developer wiring one up) can use it without calling your support team?
- Do you offer clear scopes and permissions so a customer can let an agent act with limits?
A retail example: a returns-management SaaS. As a system of record, it stores return requests and shows them on a screen. As a system of action, it exposes an endpoint like "process this return, refund the customer, restock the item, notify the carrier." The second version is the one an agent will pay to keep calling.
Here's the shape of the difference, in plain terms:
System of record (UI-first):
Human logs in → reads dashboard → clicks "Refund" → done
System of action (API-first):
Agent → POST /returns/{id}/process
→ {refund: true, restock: true, notify_carrier: true}
→ 200 OK, action executed + audit log entryThe APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → version is what survives when the human leaves the seat.
Knowledge check
1. What is the fundamental distinction between 'agent mode' and 'copilot mode' as described in the lesson?
2. Why does agentic AI threaten the per-seat SaaS pricing model specifically?
3. A support tool sees a customer's total ticket volume rise while the number of human seats they pay for falls sharply after deploying agents. What does this scenario best illustrate?
4. Select ALL correct answers about pricing approaches vendors are adopting in response to agentic AI.
Select all the correct answers.
5. Select ALL correct answers about why traditional SaaS assumptions are challenged by agents.
Select all the correct answers.
What to actually do about it
You don't rebuild your company overnight. You reposition deliberately.
1. Audit your UI-only actions
List every valuable thing a user can do in your product. Mark which ones are available via APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → and which are UI-only. Every UI-only action is a place an agent can't reachreachThe number of unique people exposed to your message in a given period. Unlike impressions, reach counts each person once, no matter how often they see it.View full definition →, which means a customer running on agents can't fully use you. Close those gaps first.
2. Rethink pricing before your customers force it
If a customer's agents start doing the work of ten seats, they *will* notice they're overpaying for logins. Get ahead of it. Model what a usage-based or hybrid tier looks like. Many vendors are landing on a hybrid: a platform fee plus usage, which keeps revenue predictable while capturing agent-driven volume.
Do not promise specific revenue outcomes to your board off these models. Agent adoption timing is genuinely uncertain in 2026, so treat projections as scenarios, not forecasts.
3. Make yourself the trusted system of action
Publish clean APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → docs. Add fine-grained permissions so customers can safely let agents act. Provide audit logs so a compliance team can trust autonomous actions. Consider supporting emerging agent-integration standards (like the Model Context Protocol, an open standard for connecting AI systems to tools and data) so agents can plug into you with less custom work.
4. Protect the moatmoatA lasting edge over competitors: a resource, capability or position they cannot easily replicate, letting a firm earn above-average returns over time.View full definition → that agents can't route around
Double down on proprietary data, exclusive integrations, and actions only you are licensed or connected to perform. Those survive when the UI stops mattering.
When the UI still wins
Don't overcorrect. Humans still make judgment calls, handle exceptions, and approve high-stakes actions. A well-designed UI for *oversight* (approving what agents did, catching errors, setting policy) becomes more valuable, not less.
The shift isn't "kill the UI." It's "stop assuming the UI is the only way value flows out of your product, and stop pricing as if a human is always in the seat."
Key Takeaways
- Per-seat pricing is exposed. Agents deliver value without occupying seats, so revenue tied to human logins can fall while workload rises. Model usage-based, outcome-based, or hybrid pricing now.
- The UI moat weakens as agents adopt. Agents operate through APIs and are indifferent to interface polish, so a competitor's cleaner APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → can trigger a low-friction switch.
- Become a system of action, not just a system of record. Passive databases get commoditized; products that execute actions via APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → get paid to keep running.
- Every UI-only action is a blind spot. Audit your product and make sure an agent can do through the APIAPIApplication Programming Interface: a standardised interface that lets applications communicate and exchange data without knowing each other's internal workings.View full definition → everything a human can do in the screens.
- The new moats are data, exclusive actions, and trust. Proprietary data, actions only you can perform, and safe, audited, permissioned agent operation are what agents cannot route around.
Related articles
Recent articles from the blog that build on this lesson.