The Open AI ↔ Web Protocol & Agent Platform
robots.txt told bots what NOT to do. WAB tells AI agents what they CAN do.
Website · Documentation · DNS Discovery · العربية
Currently, AI agents interact with the web by parsing the DOM, guessing selectors, or relying on fragile visual models. This is slow, error-prone, and breaks whenever a site's layout changes.
WAB solves this by providing a standardized API for the web. It creates a secure bridge between AI agents and websites, allowing agents to discover capabilities, execute commands, and interact with sites accurately — no DOM parsing, no scraping, no guesswork.
Control exactly how AI interacts with your site. Expose specific capabilities, set rate limits, and monitor agent activity.
Build reliable agents that work instantly on any WAB-enabled site. Stop writing custom scrapers and start using the window.AICommands standardized interface.
Make your website instantly discoverable by AI agents by adding a single DNS TXT record. No code changes required.
_wab.yourdomain.com TXT "v=wab1; endpoint=https://yourdomain.com/.well-known/wab.json"
👉 Watch the 40-second setup video & full guide
npm install web-agent-bridgeimport { initWAB } from 'web-agent-bridge';
initWAB({
siteId: 'your-site-id',
capabilities: ['browse', 'api', 'commerce'],
});The fastest way to make your site AI-ready. AI agents can find your capabilities document via DNS over HTTPS (DoH) without any initial HTTP request.
Protect your site from malicious bots while allowing verified AI agents. Includes IP rate-limiting, Intent Engine, and Human-Gate rollback.
A premium 4-panel workspace for non-technical users featuring an embedded browser, smart agent chat, real-time negotiation monitor, and results panel.
Works on any website, even those without the WAB script installed, using our advanced fallback heuristics.
Full Arabic and English interface with auto-detection. The smart agent understands and responds in any language the user writes in.
WAB uses an Open Core dual-license model to ensure the protocol remains free while supporting sustainable development.
| Component | License | Description |
|---|---|---|
| Core SDK & Protocol | MIT | The fundamental building blocks, discovery protocol, and SDKs. |
| WordPress Plugin | GPL-2.0 | Full integration for WordPress sites. |
| Engines (Firewall, Price, etc.) | Proprietary (Free) | Advanced detection, scoring, and protection engines. |
| API Gateway & Pro Modules | Commercial | Enterprise features, data marketplace, and advanced SLA. |
We welcome contributions from the community! Whether it's fixing a bug, improving documentation, or proposing a new feature.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the terms described in the LICENSE file. The core protocol and SDKs are MIT licensed.