Skip to content

abokenan444/web-agent-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Agent Bridge Logo

Web Agent Bridge (WAB)

The Open AI ↔ Web Protocol & Agent Platform

robots.txt told bots what NOT to do. WAB tells AI agents what they CAN do.

npm License: Open Core One-Click DNS Discovery Discord


Website · Documentation · DNS Discovery · العربية

Why WAB?

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.

For Website Owners 🏢

Control exactly how AI interacts with your site. Expose specific capabilities, set rate limits, and monitor agent activity.

For AI Developers 🤖

Build reliable agents that work instantly on any WAB-enabled site. Stop writing custom scrapers and start using the window.AICommands standardized interface.


⚡ Quick Start

1. The Easiest Way: DNS Discovery (No Code)

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

2. The Developer Way: Install via npm

npm install web-agent-bridge
import { initWAB } from 'web-agent-bridge';

initWAB({
  siteId: 'your-site-id',
  capabilities: ['browse', 'api', 'commerce'],
});

✨ Core Features

🔍 DNS Discovery Protocol

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.

🛡️ Sovereign Shield & Firewall

Protect your site from malicious bots while allowing verified AI agents. Includes IP rate-limiting, Intent Engine, and Human-Gate rollback.

💻 Agent OS & Workspace

A premium 4-panel workspace for non-technical users featuring an embedded browser, smart agent chat, real-time negotiation monitor, and results panel.

🌐 Universal Agent Mode

Works on any website, even those without the WAB script installed, using our advanced fallback heuristics.

🗣️ Multilingual Support

Full Arabic and English interface with auto-detection. The smart agent understands and responds in any language the user writes in.


🏗️ Architecture & Open Core Model

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.

🤝 Contributing

We welcome contributions from the community! Whether it's fixing a bug, improving documentation, or proposing a new feature.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the terms described in the LICENSE file. The core protocol and SDKs are MIT licensed.

© 2026 Web Agent Bridge. Built for the AI-first web.

About

Open AI<->Web protocol & agent platform: standardized command interface, sovereign browser, phone shield, DNS discovery, agent mesh, and unified API gateway for safe AI-website interaction.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors