AI startups need enterprise integrations

Diving deeper into

Michael Grinich, CEO of WorkOS, on AI startups getting enterprise-ready at launch

Interview
The need for doing an integration has skyrocketed with new types of applications.
Analyzed 8 sources

This points to a shift from software that mostly stayed inside its own UI to software that has to reach into many other systems to be useful at all. Older SaaS products might need two or three integrations. AI copilots and agents often need to read from Slack, Salesforce, Google Drive, HubSpot, and ticketing tools, then write back actions with user permission. That turns integrations from a nice add on into core product infrastructure.

  • The hard part is not just calling an API once. It is handling OAuth consent screens, storing tokens safely, refreshing expired credentials, and letting users reconnect accounts when access breaks. Pipes is built around that token plumbing, so developers can fetch a fresh access token instead of building each provider flow from scratch.
  • This is why the competitive set is widening from identity vendors to integration infrastructure vendors. WorkOS started with SSO, directory sync, and audit logs for enterprise buyers, then moved into third party account connections. Paragon is a close analogue on embedded integrations, selling developers managed auth plus connectors for downstream SaaS APIs.
  • Agent workflows make the demand spike sharper because they need both read and write access across systems, with revocation and audit trails. The MCP spec has also formalized OAuth patterns for servers, which pushes more apps to become secure intermediaries rather than isolated dashboards.

The next step is that enterprise software will be judged less by its standalone screen and more by how well it can act across a customer’s existing stack. That favors platforms that package identity, delegated access, token management, and integration UX together, because AI products increasingly need all of them on day one.