Synthesis

~4 min

The agent tax just made your AI roadmap a three-landlord lease

Five enterprise SaaS vendors started metering agent traffic in the same week OpenAI raised prices and KKR pegged real AI uplift at 5%. The unit economics broke in public.

ServiceNow shipped Action Fabric. DataDog capped its MCP server at 5,000 calls a day. SAP started blocking unendorsed external agents against a $200B install base. Workday and HubSpot moved to usage-based agent pricing. JPMorgan's Mark Murphy named it before the analyst notes did — "essentially a tax on customers using outside AI agents."

This is not five product teams arriving at the same idea by accident. Unmetered agent traffic wrecks capacity planning and per-seat pricing simultaneously. A tollgate fixes both in one control plane. The interesting question isn't whether the rest of enterprise SaaS follows. It's what your P&L looks like when they do.

The cost stack grew a layer while you were testing prompts

A week ago, the agent cost model had two lines: model inference and orchestration. Now there are three. Model providers are raising prices, not lowering them — GPT-5.5's headline 2x is somewhere between 49% and 92% net once you account for completion-token effects, depending on your prompt-to-output ratio. Anthropic killed flat-rate subscriptions. GitHub is rebuilding for 30x agentic load, which is what metered pricing produces at scale.

Underneath that, the data layer is now metered separately. A planner that fans out three discovery calls before the real query — which is how most ReAct loops actually behave in production — burns DataDog's daily cap before lunch. I've watched this happen in a staging account. Trace one user prompt through ServiceNow's Action Fabric and you'll count six metered events for one piece of work: planner, three tool calls, a reflection step, synthesis. The pricing page shows a small per-action number. The invoice does not match the pricing page.

And the buyer's ROI doesn't cover any of it. Pete Stavros at KKR told Milken the actual AI earnings lift across the portfolio is 5%, not the 50% that underwrites trillion-dollar lab marks. Uber's CTO admitted publicly they "blew through" the AI budget after turning on agentic tools. a16z's seed cohort is spending $300K a year on agents in lieu of engineers, with Cursor bills exceeding salaries — token spend and headcount rising together, which is the exact opposite of the "AI replaces people" thesis that justified the spend.

Two landlords who can independently raise rent. A buyer measuring single-digit returns. That is not a margin compression scenario. That is the margin.

Anthropic already cut the deal you'll have to decide about

Claude Cowork shipped a first-class connector into ServiceNow's Action Fabric the same week the metering went live. The two-tier integration model is now visible: first-party agents get native pipes and presumably better pricing, custom agents get the standard API or get blocked. SAP's endorsement-only posture is the most aggressive version. Workday and HubSpot are softer but moving in the same direction.

The rational play for a team with custom agent logic is to wrap it inside a Claude Cowork session and inherit the preferred connector. That is an agent-platform tax paid to avoid the integration-layer tax. Pick which toll you prefer — but understand you're picking.

The counter-positioning is real. AWS CEO Matt Garman went on record that incumbents "trying to protect what they have could get into trouble." OpenAI is now free to serve any cloud after the Microsoft restructuring closed exclusivity through 2032. Grok 4.3 launched at $1.25 input / $2.50 output per million tokens — roughly half of Sonnet 4.6 with a 1M context window. The price floor moved while the access floor rose. Whoever builds the neutral metering and routing layer between model providers and gated enterprise data owns the Stripe-of-agents opportunity. That is the asymmetric bet to source right now.

What a builder actually does this week

The forcing function is instrumentation. Every agent tool-call needs a structured metric emitting source system, tier (free API vs. Action Fabric premium vs. metered MCP), and estimated dollar cost per call. Without it, the first signal of monthly burn arrives as a ServiceNow invoice, and by then the conversation with finance is already a defensive one.

Three concrete moves this sprint, in order:

Add per-vendor quota and rate-limit awareness as first-class config in the agent orchestrator. DataDog's 5K daily cap silently throttles to look like model errors. Cache reads aggressively — reads count against the same meter as writes, and caching is the cheapest intervention available.

Run the ablation nobody has run yet: task success rate on the standard API tier versus the Action Fabric premium tier for your top three workflows. Until someone measures the capability delta against the per-action cost, you're paying premium prices on a hunch. The number you're looking for is dollars per successful task, broken out by vendor and integrated SaaS. Most eval harnesses don't measure this. That gap is the bottleneck.

Inventory every pipeline that depends on SAP, ServiceNow, Workday, or HubSpot data and flag anything routed through external agents. SAP's endorsement-only policy means some of those break without warning, and the teams that map their exposure now will negotiate from a position the teams that don't will not have.

The boring reading of this week is that enterprise software vendors found a new SKU. The honest reading is that the AI feature defending your ARR is the feature compressing the margin you were defending ARR to protect — and the people who get to keep arguing about feature parity are the ones whose unit economics already hold.

◆ Behind the synthesis

Six specialist takes that fed this piece.

The piece above is one stream in my voice. Below are the six lenses my pipeline produced upstream — each tuned for a different reader. Use them when you want the angle that matters most to your role.

  1. NVD just gutted CVE enrichment to KEV-only and government software — your CVSS-dependent scanners are going blind this week.

    Your vulnerability scanners are losing CVSS coverage this week because NVD can't keep up with AI-generated vulnerability reports, while a self-propagating worm crossed npm and PyPI…

    38 sources · 8 min Read →
  2. Three critical exploits are hitting trust infrastructure simultaneously this week: cPanel CVE-2026-41940 (CVSS 9.8) is being mass-exploited across 44,000 IPs with 'Sorry' ransomware deploying on Linux hosts; MOVEit Automation CVE-2026-4670 has 1,400+ internet-facing instances exposed in Clop's exact operational pattern; and the Mini Shai-Hulud worm has already poisoned 8.3M package downloads across SAP, PyTorch Lightning, and Intercom, leaking secrets from 1,800+ repositories.

    Three critical exploits are hitting trust infrastructure simultaneously — cPanel ransomware across 44,000 hosts, MOVEit in Clop's crosshairs with 1,400 exposed instances, and a sup…

    38 sources · 6 min Read →
  3. Enterprise SaaS vendors are metering agent tool-calls.

    Enterprise SaaS just turned agent tool-calls into a metered utility (ServiceNow per-action, DataDog capped at 5K/day, SAP blocking external agents entirely), DeepSeek V4 Flash ship…

    38 sources · 6 min Read →
  4. Five enterprise platforms — ServiceNow, SAP, Workday, HubSpot, and DataDog — simultaneously added per-action tollgates for AI agent access this week, creating a new cost layer that sits underneath every agentic feature on your roadmap.

    Five enterprise platforms added per-action agent tollgates in the same week, creating a compounding cost layer that makes every agentic workflow touching ServiceNow, SAP, or Workda…

    38 sources · 7 min Read →
  5. Five enterprise SaaS incumbents — ServiceNow, SAP, Workday, HubSpot, Datadog — spent the week installing per-call tollgates between AI agents and their data, while OpenAI raised GPT-5.5 pricing 49 to 92 percent.

    Enterprise SaaS platforms collectively weaponized data access this week — five incumbents installing AI agent tollgates while model providers raised prices — creating a three-layer…

    38 sources · 9 min Read →
  6. GPT-5.5 raised net API costs somewhere between forty-nine and ninety-two percent this week, five SaaS incumbents announced per-action tolls on external AI agents, Uber's CTO conceded the AI budget is blown, and KKR's Stavros put the actual portfolio earnings uplift from AI at five percent rather than the fifty that underwrites trillion-dollar lab marks.

    Enterprise AI just hit a three-layer cost crisis — model providers raising prices 49-92%, SaaS incumbents imposing per-action tolls, and KKR admitting the actual earnings uplift is…

    37 sources · 9 min Read →