Enterprise SaaS Just Turned Agent Tool-Calls Into a Metered Utility — Your Unit Economics Broke
The Pattern
Five enterprise SaaS vendors independently moved to meter or block agent access in the same cycle. ServiceNow's Action Fabric charges per agent action, not per user. DataDog caps its MCP server at 5,000 daily and 50,000 monthly requests. SAP requires endorsement to access data, which effectively bans unauthorized agents. Workday and HubSpot are implementing usage-based metering with details pending.
JPMorgan analyst Mark Murphy called it plainly: "essentially a tax on customers using outside AI agents." AWS CEO Matt Garman is publicly positioning against the trend, warning incumbents are "trying to protect what they have."
Why This Breaks the Cost Model
Most agent eval harnesses measure success rate and end-to-end latency. Very few measure billable external calls per successful task, which is now the metric that determines pipeline profitability. The thing a 92% success rate doesn't tell you is how many tool calls sit behind it. Three per task versus nine, at the same success rate, is a different P&L once each call meters.
ReAct loops that retry on ambiguity used to be close to free. Exploratory patterns calling three tools when one would do had minimal cost. At per-action pricing, a more deterministic planner with caching pays for itself in a single billing cycle.
| Vendor | Mechanism | Hard Constraint | Your Immediate Risk |
|---|---|---|---|
| ServiceNow | Premium action layer | Standard APIs reduced capability | Two-tier retrieval; ablation required |
| DataDog | Rate-limited MCP | 5K/day, 50K/month | Quota handling in orchestrator |
| SAP ($200B) | Endorsement-only | External agents effectively blocked | Audit SAP-dependent pipelines now |
| Workday | Metered (TBD) | CEO flagged 'a lot of upside' | Budget headroom for HR-data agents |
| HubSpot | Metered (TBD) | Details pending | CRM-agent cost modeling needed |
The Preferred-Partner Dynamic
Anthropic's Claude Cowork received a first-class connector into ServiceNow's Action Fabric. Preferred-partner deals will create uneven cost and capability across agent vendors. Benchmark-only model selection does not measure this bottleneck. The eval harness needs cost-per-successful-task across vendors per integrated SaaS.
MCP has become the billing surface for agent-to-SaaS traffic. It is the chokepoint where vendors count, price, and throttle.
The Double-Charging Risk
Customers already pay SaaS licenses and LLM API usage-based pricing. A third meter on top is a real market test. If tolerance breaks, AWS-style open alternatives gain traction quickly.
What to do
Instrument every agent tool-call with source system, tier (API vs. action-layer), and estimated $/call — emit as structured metric to observability stack this week
Add per-vendor quota and rate-limit constraints (start with DataDog's 5K/day) as first-class config in agent orchestrator by end of sprint
Inventory all data pipelines that depend on SAP, ServiceNow, Workday, or HubSpot data and flag any routed through external AI agents
Run ablation: task success rate on standard API vs. Action Fabric premium tier for top 3 workflows