VOOZH about

URL: https://thenewstack.io/google-agent-ready-web/

⇱ Google wants to make the web agent-ready - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-05-19 13:45:00
Google wants to make the web agent-ready
AI Agents / Frontend Development / Model Context Protocol (MCP)

Google wants to make the web agent-ready

Google's I/O 2026 announcements bring WebMCP to Chrome, DevTools agents, and HTML-in-Canvas API, reshaping how AI agents interact with the web.
May 19th, 2026 1:45pm by Frederic Lardinois
👁 Featued image for: Google wants to make the web agent-ready
Credit: The New Stack

At its I/O developer conference on Tuesday, Google announced a number of new features and specs for how it plans to bring its Chrome browser and the web in general into this new era of agentic AI.

As Google developer advocate Paul Kinlan notes in the announcement, “agents are transforming development everywhere, and nowhere is that transformation happening faster than on the web. It’s redefining what we build, how we build, and who builds. As we enter the era of the agentic web, we see a shift that bridges the gap between complex developer workflows, underlying platform capabilities, and everyday user experiences.”

Google argues that the web needs to adapt to AI agents’ needs, making it easier for them to interact with websites, while the browser needs to become more of a proactive assistant for users. Developers, meanwhile, will look for tools that help them get the most out of the web platform, with AI assisting them as needed.

WebMCP in Chrome

At the core of how Google plans to give agents access to websites and the tools they provide is WebMCP, the emerging open standard for exposing JavaScript functions and HTML forms, for example, to agents.

“The whole point about WebMCP is that we want web experiences to be first-class citizens in agentic workflows, and WebMCP allows the web page to expose like individual functions and capabilities to those agents at this time,” Kinlan said in a press briefing ahead of the announcement.

Ideally, WebMCP allows agents to interact with a site, using the tools the website developer enabled for them. That’s much easier on the agent than trying to browse a site using screenshots or by traversing the DOM — and significantly faster, too.

Unsurprisingly, quite a few brands are interested in this as well, including Booking.com, Expedia, Instacart, Intuit, Shopify, and Redfin.

The plan is for Chrome to support WebMCP APIs soon. Google is starting with a WebMCP origin trial in Chrome 149, which is currently in beta.

Automated debugging in Chrome DevTools

For developers, Google is now letting them bring their agents to the Chrome DevTools. Agents can now access DevTool capabilities like console logs, network traffic, and accessibility trees directly. Gone are the days of you telling the agent what you saw in the console. They can now see what is happening directly and react accordingly.

This capability has been around for a little while, but Google now considers it a 1.0 release and ready for day-to-day usage. It’s available in Google’s own Antigravity app and for more than 20 coding agents. The tool uses either a built-in MCP server in Chrome or the Chrome DevTools CLI (because CLIs are sexy again now).

👁 Image
AI assistance in the Chrome DevTools. Credit: Google.

A blueprint for coding agents building web apps

As AI tools speed up coding, the web will also change at a faster clip than before. With the Web Platform Baseline, Google and other browser vendors have defined a set of core capabilities that any web developer can expect to find in modern browsers. Google is now taking this a step further with its new Modern Web Guidance.

Available in early preview, this is essentially a set of skills for AI coding agents to teach them about the capabilities of a given Baseline target.

“We want developers to be confident that their coding agents are using features that the majority of their users will be able to use,” says Kinlan. “In the cases where they might have some browser support matrices that are outside of the baseline requirements — maybe they’re a little bit ahead of it — we’ll also have fallback strategies for when a user has a browser that doesn’t support some of the capabilities that another browser does as well.”

For developers who want to know which Baseline target they should focus on, Google is making it easy to connect to the Google Analytics API to see which browsers their users are on and which modern web features they support.

A richer UI for the web

One major update Google is announcing at I/O is less about agents but is very much about next-gen feature: the HTML-in-Canvas API (combined with element-scoped view transitions. If your eyes glazed over reading that, you’re probably not alone, but as it turns out, this is all about eye candy.

The HTML-in-Canvas API will, as Google puts it, allow developers to “integrate real DOM elements directly into a canvas with WebGL and WebGPU to build an immersive 3D experience that is searchable, accessible, natively translatable, and interacts seamlessly with your built-in browser features.”

This is all about enabling rich graphical user interfaces that weren’t previously possible on the web. The <canvas> element has been around for quite a while and allows web developers to draw graphics on a page using JavaScript. But inside of a <canvas> element, the browser layout engine isn’t available, meaning there’s no text wrapping, focus management, <input> fields, or support for copy-paste, for example.

HTML-in-Canvas brings these two worlds together. Live DOM elements from the layout engine can now be rendered inside a <canvas> element and, most importantly, they can be manipulated in that <canvas> area like any other element on a web page.

As of now, HTML-in-Canvas is a proposed standard, and Firefox and Safari haven’t adopted it yet.

“It changes the way the web feels,” Kinlan explains. “It’s going to give us the ability to change individual elements and style them in ways that we’ve never been able to style them before, all the way up to new types of experiences where you have either rich 3D graphics or 3D experiences that combine both the web and HTML.”

It’s the kind of feature you need to see in a demo (see below). It will also likely drive many a crazy experiment in what new UIs could look like on the web — with the usual excesses that come with that. But come back in a year and many web apps will likely look a bit more like a modern mobile experience than a 2005 Web 2.0 app.

👁 Image
HTML-in-Canvas demo. Credit: Google.
TRENDING STORIES
Before joining The New Stack as its senior editor for AI, Frederic was the enterprise editor at TechCrunch, where he covered everything from the rise of the cloud and the earliest days of Kubernetes to the advent of quantum computing....
Read more from Frederic Lardinois
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.