Logo Tandem AI assistant

Menu

Logo Tandem AI assistant

Menu

/

Make Your SaaS Agent-Ready: WebMCP, In-App AI, and What to Build Now

Mar 1, 2026

Make Your SaaS Agent-Ready: WebMCP, In-App AI, and What to Build Now

Christophe Barre

co-founder of Tandem

Share on

On this page

No headings found on page

The web is shifting from documents to functions. SaaS products that aren’t agent-ready will lose users to competitors whose apps work with AI. Here’s the two-front strategy - WebMCP for external agents, in-app AI for your own users - and how to implement it.

Updated February 27, 2026

TL;DR: SaaS products need agent-readiness on two fronts: external (WebMCP for browser agents like Comet, Atlas, and Dia that bring users to your product) and internal (in-app AI that helps users succeed once they’re inside). Companies like Aircall saw a 20% activation lift and Qonto activated 100,000+ users on paid features using Tandem’s in-app agent. WebMCP is shipping in Chrome 146 now. The implementation is lightweight — a JavaScript snippet for in-app AI, a Claude Code skill for WebMCP bindings. The companies that move on both fronts in 2026 will own the agent-ready advantage.

From documents to functions: the shift you need to understand

For decades, the web has been a collection of documents. Pages of text, images, and forms that humans navigate by clicking and scrolling. Search engines index these documents. Users find them. Businesses optimize for visibility.

That model is fracturing. As Dejan AI’s Dan Petrovic wrote after Google shipped WebMCP in Chrome 146, “if commerce starts flowing through agents — ‘book me the cheapest flight to New York next Monday’ — then the websites with well-structured, reliable WebMCP tools will capture that traffic. The ones without them won’t even exist in the agent’s decision space.”

This isn’t a future prediction. Perplexity’s Comet browser can already navigate to a restaurant site, check availability, and complete a reservation on behalf of a user. OpenAI’s Atlas integrates ChatGPT directly into web browsing with full DOM control. Edge Copilot Mode is bringing AI-assisted browsing to enterprise. And Chrome itself — with nearly 65% of global browser share — is building the infrastructure for any AI agent to interact with any website through structured tools rather than screen scraping.

The B2B SaaS products that will win this transition aren’t the ones with the best landing pages. They’re the ones whose products actually work when an AI agent shows up — and whose products help users succeed through AI once they’re inside.

The two-front agent-readiness strategy

If you’re a product leader at a SaaS company, here’s the framework:

Front 1: External agent-readiness (WebMCP). Make your product accessible to browser agents that bring users to you and help them complete tasks. This means implementing WebMCP tools on your key workflows — onboarding, search, configuration, support. When a user’s AI assistant says “set up my account on [your product],” the agent should be able to do it reliably.

Front 2: Internal agent-readiness (in-app AI). Help users succeed once they’re inside your product, especially for complex workflows that cause drop-off, confusion, and support tickets. This means having an AI that understands your product’s specific context, can guide users through multi-step processes, and can execute actions for them when they describe what they want in natural language.

Most coverage of WebMCP focuses exclusively on Front 1. But for SaaS products, Front 2 is where the measurable business impact lives today — because the in-app experience is where activation happens, where tickets are generated, and where users decide to stay or churn.

The strategic advantage belongs to products that nail both.

Front 1: WebMCP for external agents

WebMCP is the new W3C standard (co-authored by Google and Microsoft) that lets websites publish structured tool contracts for AI agents. Instead of an agent guessing how your checkout form works by parsing screenshots, your site declares: “I have a startTrial tool. Give me a company name, email, and team size.”

For SaaS products, the most valuable WebMCP tools fall into three categories:

Onboarding tools. Your setup wizard, account configuration, workspace creation — these are the interactions where new users (and their AI agents) need the most help. Declaring each onboarding step as a callable tool transforms a multi-screen, multi-click workflow into a series of structured function calls.

Search and discovery tools. Product search, feature exploration, documentation lookup — these help agents (and the humans behind them) find what they need without navigating your entire information architecture.

Settings and configuration tools. Notification preferences, integration setup, team management — the operational tasks that users frequently need help with and that generate a disproportionate share of support tickets.

The implementation is lightweight. For HTML forms, you add a few attributes to existing elements (the Declarative API). For complex interactions, you register JavaScript functions (the Imperative API). Both approaches run entirely client-side, require no backend changes, and are additive — your product continues working normally for human users.

The timeline is real but early: Chrome 146 Canary has the preview now, broader rollout is expected by mid-to-late 2026. Start prototyping now so you’re ready when it goes mainstream. For a technical walkthrough, see our React implementation guide.

Front 2: in-app AI that actually helps users

Here’s what WebMCP doesn’t solve: what happens after the agent gets a user to your product.

An external browser agent can navigate a user to your app, start a trial, maybe fill the initial setup form. But when that user hits your most complex feature — the one that drives retention, that differentiates you from competitors, that requires understanding context and making decisions — the external agent doesn’t know enough about your product to help. It was built for general web interaction, not for your specific workflows.

This is where in-app AI agents make the difference. And it’s where the business impact is already measurable.

What in-app AI looks like in practice

At Tandem, we build AI agents that live inside SaaS products. Users type what they want to do in natural language — and the agent does it for them. Not a chatbot that links to help docs. An agent that fills forms, clicks buttons, validates inputs, navigates through flows, and completes multi-step workflows inside your actual product interface.

The agent understands your product’s specific context: what page the user is on, what they’ve done before, what they’re trying to accomplish, and what the next best action is. It can explain features, guide users through complex processes, and execute actions — what we call the explain/guide/execute framework.

The implementation is straightforward: a single JavaScript snippet, under one hour of technical setup, no backend changes required. Product teams configure the agent through a no-code interface — defining where it appears, what tone it uses, what actions it can take, and what guardrails it follows.

A critical architectural detail: Tandem’s agent is self-healing. When your UI changes — a button moves, a CSS selector changes, a workflow gets reorganized — the agent detects the change and adapts. This matters because SaaS products ship updates constantly. A brittle integration that breaks with every release isn’t an integration — it’s a maintenance burden.

The results: real numbers from real deployments

Three case studies illustrate what in-app AI delivers when implemented well.

Aircall — the cloud-based phone system — deployed Tandem to transform complex technical onboarding into conversational guidance. Self-serve accounts saw a 20% activation lift. Features that previously required sales demos became self-serve. The deployment took days, not quarters.

Qonto — Europe’s leading business finance platform with over a million users — used Tandem to drive feature adoption and revenue expansion. The results: 100,000+ users activated on paid features (insurance, card upgrades), 375,000 users guided through an interface redesign, 40% faster time-to-first-value, and account aggregation adoption doubled from 8% to 16%. Feature adoption tripled in the first month of deployment, with 10,000+ users engaging with insurance and premium cards within two months.

Sellsy — Europe’s leading CRM platform — used Tandem to guide 22,000 companies through complex onboarding flows. The result: an 18% activation lift, turning small business users into activated customers without human intervention.

These numbers aren’t from generic chatbot deployments. They’re from an AI agent that understands each product’s specific workflows and can execute actions in context. That’s the difference between “here’s a help article” and “I just configured that for you.”

The bridge: connecting external and internal agent-readiness

Here’s where the two fronts connect — and where Tandem’s approach is unique.

When you deploy Tandem in your product, your AI agent already has structured knowledge of your app’s workflows, functions, and UI elements. It needs this to guide and execute actions for users. That same structured knowledge is exactly what WebMCP needs to expose your app’s capabilities to external browser agents.

Tandem’s Claude Code skill (currently in beta) bridges these two worlds. Engineers install the skill, and it generates WebMCP tool registrations from the same functions that power the in-app agent. Your product becomes agent-ready on both fronts with a single implementation effort:

For external agents (WebMCP): Browser agents like Comet, Atlas, and Dia can discover and call structured tools when they visit your product. Onboarding, search, configuration — all accessible through clean tool contracts.

For internal users (Tandem agent): Your own users get an AI that understands their context, guides them through complexity, and executes actions for them. The same functions, the same knowledge, applied to the in-product experience.

“WebMCP is the missing link between the AI agents people are building and the SaaS products they need to interact with. We built the Claude Code skill because our customers kept asking: ‘How do I make my app work with all these new browser agents?’ The answer should be minutes of setup, not months of engineering.” — Manuel Darcemont, CTO & Co-founder, Tandem

The Claude Code skill is available by request

— contact christophe@usetandem.ai for beta access.

ROI framework: what agent-readiness is worth

The business case for agent-readiness has two components: the immediate impact of in-app AI, and the strategic positioning of WebMCP.

In-app AI impact (measurable today)

The ROI model for in-app AI is straightforward. Use your own numbers in this framework:

Activation improvement:

  • Current activation rate: ***% (B2B SaaS median is 36-37.5%; top performers hit 50%+)

  • Conservative activation lift from in-app AI: 15-20% (based on Aircall’s 20% and Sellsy’s 18%)

  • Monthly new users:***

  • Additional activated users per month: [new users] × [lift percentage]

  • Value per activated user: $___/month (your average contract value)

  • Monthly revenue impact: [additional activated users] × [value per user]

Worked example with realistic inputs:

  • Current activation rate: 35%

  • Activation lift: 18% (conservative, matching Sellsy’s results)

  • Monthly new signups: 500

  • New activation rate: 35% × 1.18 = 41.3%

  • Additional activated users: 500 × (0.413 - 0.35) = 31.5 users/month

  • Average annual contract value: $5,000

  • Annual revenue impact: 31.5 × 12 × $5,000 = $1,890,000

Ticket deflection:

  • Monthly L2 support tickets: ___

  • Average cost per ticket: $15-35 (industry range)

  • Deflection rate from in-app AI: 20-40% (varies by implementation)

  • Monthly savings: [tickets] × [deflection rate] × [cost per ticket]

WebMCP positioning (strategic value)

WebMCP’s ROI is harder to quantify today because agentic browser traffic is still small (roughly 3% of search volume as of mid-2025). But the early-mover logic is the same as responsive design or structured data: the cost of implementing now is low, the cost of catching up later is high, and the companies that move first capture the traffic as it scales.

The honest framing: invest in in-app AI for immediate, measurable ROI. Invest in WebMCP for strategic positioning that pays off as agentic browsers go mainstream over 2026-2027.

Honest limitations and trade-offs

Every tool has limits. Here are the ones that matter for making decisions.

WebMCP is early. It’s behind a feature flag in Chrome Canary. The spec may change. No other browser has shipped it yet. Don’t build production workflows on it. Do start prototyping so you understand the patterns.

Tandem is web-only. As of February 2026, Tandem works in web applications (React, Vue, Angular, any modern web framework). Native mobile support is not available yet. If your critical user flows happen in a native iOS or Android app, this matters.

No tool replaces content work. Every in-app AI or digital adoption platform requires ongoing content management — writing messages, refining targeting, updating experiences as your product evolves. Tandem reduces technical maintenance through self-healing (adapting to UI changes automatically), but the strategic work of deciding what to say and when to say it is universal. Any vendor that claims zero ongoing effort is not being honest.

Tandem’s pricing is custom. There’s no public pricing page with transparent tiers. This is a limitation if you’re an individual contributor trying to evaluate tools independently. It’s standard practice for enterprise software, but we acknowledge it can be a friction point. Request a demo for specific pricing.

Tandem is an early-stage company. Founded in 2024. Growing fast (Aircall, Qonto, Sellsy are real customers with real results), but early-stage. If organizational maturity and vendor stability are top criteria for your procurement process, factor this in. We’re transparent about it because hiding it would be worse.

Analytics depth. Tandem provides session-level analytics — what users asked, completion rates, activation metrics. It’s not a replacement for deep product analytics tools like Amplitude or Mixpanel. If you need granular funnel analysis, cohort breakdowns, or custom event tracking, pair Tandem with a dedicated analytics platform.

Decision framework: what to do and when

Do now (Q1-Q2 2026)

Deploy in-app AI. The ROI is immediate and measurable. If you have complex onboarding, high support ticket volume, or activation rates below 40%, an in-app AI agent addresses all three. Tandem deploys in under an hour of engineering time and delivers results within weeks — Aircall, Qonto, and Sellsy all saw impact in the first month.

Prototype WebMCP. Install Chrome Canary, enable the flag, and annotate one or two key forms with Declarative API attributes. Get your engineering team familiar with the pattern. This costs nearly nothing and builds organizational readiness.

Do next (Q3-Q4 2026)

Expand WebMCP coverage. As the spec stabilizes and Chrome rolls out broader support, extend WebMCP tools to your main user workflows. Use Tandem’s Claude Code skill to accelerate the Imperative API implementation.

Measure agent traffic. Watch for agent-initiated interactions in your analytics. The agentInvoked flag in WebMCP submissions and the session data from your in-app AI will tell you how much of your traffic is agent-mediated.

Watch for (2027)

Cross-browser WebMCP support. Edge is likely first (Microsoft co-authors the spec). Safari and Firefox participation in the W3C group suggests broader adoption is coming.

Manifest-based tool discovery. The spec is exploring .well-known/webmcp manifests that would let agents discover your tools without visiting your site first — analogous to how robots.txt works for search crawlers. This would be a significant inflection point.

Mobile agent-readiness. As agentic browsers expand to mobile (Comet already has Android support), the question of how your mobile web experience works with agents will become relevant.

See it work: next steps

If you’re evaluating agent-readiness for your SaaS product, we’d suggest two things:

Book a 20-minute demo where we’ll run Tandem on your most complex workflow — live, in your product. You’ll see what it looks like when a user can type “help me set up my first campaign” and the AI actually does it. We can also show the WebMCP skill in action if your team is exploring that. Schedule here.

Talk to our customers. We can arrange reference calls with product leaders at Aircall and Qonto who’ve deployed Tandem at scale. They’ll speak honestly about what worked, what required iteration, and what the results looked like. No vendor-curated testimonials — direct conversations with peers.

FAQ

Can I implement WebMCP without using Tandem?

Absolutely. WebMCP is an open standard — anyone can implement it directly. Our React implementation guide walks through both APIs with code samples. Tandem’s Claude Code skill simply automates the repetitive parts of the implementation. If you prefer to do it manually, the guide gives you everything you need.

How does Tandem’s in-app agent compare to a chatbot or help widget?

Traditional chatbots surface information — they link to help articles or FAQ pages. Tandem’s agent executes actions. It fills forms, clicks buttons, navigates users through flows, and completes multi-step workflows inside your actual product interface. The difference is between “here’s an article about how to configure notifications” and “I just configured your notifications — want me to adjust anything?”

What’s the implementation timeline for Tandem vs. WebMCP?

Tandem: one JavaScript snippet, under 1 hour of engineering setup, no backend changes. Agent configuration and deployment happen through a no-code interface. Most teams see results within the first month. WebMCP: a few hours for the Declarative API (form annotations), one to two days for the Imperative API (JavaScript tool registration). Tandem’s Claude Code skill reduces the Imperative API work to under an hour.

Does Tandem work with my existing analytics tools?

Yes. Tandem doesn’t replace your analytics stack — it complements it. Use Amplitude, Mixpanel, or your existing tools for deep product analytics. Use Tandem’s built-in analytics for session-level AI interaction data: what users asked, where they got stuck, completion rates, and activation metrics.

What happens if my product UI changes frequently?

Tandem’s self-healing architecture detects UI changes and adapts automatically. If a button changes its CSS selector, the agent adjusts. If a workflow gets reorganized, you get notified so you can update the agent’s configuration. In most cases, the experience continues without interruption. For major redesigns, the worst case is that the agent experience gracefully reverts to your standard UI — it doesn’t break.

Is my data safe with Tandem?

Tandem never stores your users’ data. The agent operates in real-time on the client side. You can configure it to ignore specific sensitive fields (SSN, credit cards, etc.). The platform is SOC2 Type II compliant and GDPR compliant, with AES-256 encryption.

How do I measure the ROI of agent-readiness?

For in-app AI: track activation rate lift, ticket deflection rate, time-to-first-value improvement, and feature adoption changes before and after deployment. Tandem provides these metrics in its dashboard. For WebMCP: monitor agent-initiated interactions using the agentInvoked flag and track conversion rates from agent-mediated sessions versus human-only sessions.

Glossary

Agent-Readiness: The capability of a web application to be reliably used by AI agents, encompassing both external agent access (via WebMCP tool contracts) and internal agent experience (via in-app AI assistants).

Activation Rate: The percentage of new users who complete key value-driving actions in a product. The B2B SaaS median is 36-37.5%; top performers exceed 50%.

Explain/Guide/Execute Framework: Tandem’s approach to in-app AI assistance. The agent can explain what a feature does, guide a user through the process step by step, or execute the action directly on the user’s behalf — depending on what the user needs.

Self-Healing Architecture: A system that automatically adapts to changes in the host application’s UI without manual reconfiguration. In Tandem’s case, this means detecting moved buttons, changed selectors, and reorganized workflows.

Ticket Deflection: The percentage of potential support tickets that are resolved by automated or self-service means before a user contacts support. Industry average in technology is approximately 23%.

WebMCP (Web Model Context Protocol): A W3C web standard that lets websites expose structured tools for AI agents. Co-authored by Google and Microsoft, currently in early preview in Chrome 146.

Time-to-First-Value: The time between a user signing up for a product and experiencing its core value proposition. Reducing this metric directly correlates with improved activation and retention.

Digital Adoption Platform (DAP): A category of software designed to help users learn and use web applications. Traditional DAPs use tooltips, tours, and modals. Modern approaches use AI agents that understand context and execute actions.

Subscribe to get daily insights and company news straight to your inbox.