Turn VS Code into an IDE for AI agents. WAB ships an integrated panel,
IntelliSense, snippets and a local bridge runner so you can build, debug and
ship agents that drive any website using the Web Agent Bridge
protocol.
Features
Agent Monitor — live side-panel that streams AICommands events from your local bridge runner and lists your published plans / actions.
AICommand IntelliSense — completion for AICommands.register / execute / readContent / getPageInfo plus rich snippets (wab-click, wab-form, wab-execute, wab-bootstrap).
Code Actions — right-click a <button> / <a> / onClick handler → Wrap as AICommand generates the boilerplate for you.
Embedded Browser — open http://localhost:3000 (or any URL) inside VS Code so you can iterate on the agent without leaving the editor.
DNS scaffolder — generates the TXT / CAA / .well-known/web-agent-bridge.json snippets your domain needs.
Starter Kit — WAB: Scaffold Starter Kit drops a working wab.config.json, .well-known pointer and example agent into your workspace.
Auto-detect — the extension notices when your project depends on web-agent-bridge-sdk or ships ai-agent-bridge.js and offers to open the Monitor.
Commands
Command
Description
WAB: Open Agent Monitor
Show the live monitor webview
WAB: Start / Stop Agent Bridge
Run a localhost HTTP endpoint that captures bridge events
WAB: Generate AICommand for Element…
Snippet builder for the current selection
WAB: Generate DNS Records
Output TXT / CAA / well-known stubs for your domain
WAB: Open Embedded Browser
Iframe-based browser inside VS Code
WAB: Sign In
Stores a personal API token in VS Code SecretStorage