AI Agents Make Unified APIs Obsolete
Ayan Barua, CEO of Ampersand, on infra for AI agent integrations
This marks a shift from integrations built for human developers to integrations built for software that can reason through each customer’s messier reality. Unified APIs won by hiding complexity behind a common model, which worked when teams only needed the same 10 or 20 fields everywhere. In an agent world, the valuable work is handling each tenant’s custom objects, permissions, and workflows in real time, so the abstraction layer moves from flattening data to orchestrating deep access safely.
-
The old unified API pitch was, connect once to a common schema, then reach every HRIS, CRM, or ERP. That is still useful in categories with high standardization, like payroll and HRIS, where products like Finch and Merge sell one normalized API across many providers.
-
The problem shows up when a customer has 170 Salesforce orgs, custom fields, shared rate limits, and tenant specific permission quirks. That is where the real work is not writing the first connector, but mapping each tenant, retrying failed jobs, handling auth refresh, and logging exactly which field broke.
-
MCP changes the interface, not the hard parts. It gives agents a standard way to call tools and fetch context, but the protocol itself does not solve auth, governance, field mapping, rate limiting, tenancy isolation, or bidirectional sync. That leaves room for a new control layer above MCP.
The market is heading toward deep integration infrastructure that looks less like a universal schema and more like an agent runtime for enterprise systems. As agents become the main user of SaaS, the winners will be the platforms that can give them fresh context and safe write access across many systems, without forcing every customer into the same data model.