Machine-readable resources for AI models, language models, agents, and crawlers. Everything an AI system needs to understand and interact with Web Agent Bridge.
Web Agent Bridge (WAB) is an open protocol for AI agent β website interaction.
It replaces fragile DOM scraping with structured, permission-aware commands. Websites publish
an agent-bridge.json discovery document that tells AI agents what actions are available,
what permissions are needed, and how to interact β similar to how robots.txt tells crawlers
what to access, but for actions instead of just content.
WAB includes a Fairness Engine that ensures AI agents don't favor large platforms over small businesses, making the Agentic Web equitable by design.
Concise project summary optimized for language models. Plain text format.
/llms.txt
Complete reference with API details, comparisons, FAQ. For deep model consumption.
/llms-full.txt
WAB Discovery Protocol document. This site uses its own protocol.
/agent-bridge.json
Standard well-known location for WAB discovery.
/.well-known/wab.json
Full OpenAPI 3.1 spec for all WAB REST endpoints.
/openapi.json
Index of all AI-consumable resources on this site.
/.well-known/ai-assets.json
Release notes and changelog in Atom/RSS format.
/feed.xml
XML sitemap for search engines and crawlers.
/sitemap.xml
agent-bridge.jsonnpm install web-agent-bridge
npx web-agent-bridge start
<script src="https://webagentbridge.com
/script/ai-agent-bridge.js"></script>
npm install wab-mcp-adapter