One-click deploys to Vercel, Netlify, Railway, Cloudflare Workers, WordPress, Docker, and any Linux server. Make your website AI-ready in under two minutes — no developer required.
Most websites will never install an AI-compatibility library by choice. To reach every site on the web, WAB must integrate at the same layers that already power the internet: hosting control panels, web servers, CMSs, CDNs, and DNS. Every integration on this page targets one of those layers — shifting the cost of adoption from individual developers to the infrastructure itself.
Fork, configure, and run WAB on your preferred platform. All templates are open-source (MIT) and include production-ready defaults.
Deploy WAB as a serverless Next.js-style project. Zero config, global edge network, instant HTTPS. Ideal for starter sites and landing pages that need AI-agent compatibility without running a server.
JWT_SECRET and JWT_SECRET_ADMIN when promptedDeploy WAB using Netlify Edge Functions. Includes pre-built wab-discovery and wab-ping functions that serve your well-known document at the edge — globally cached, always fast.
/.well-known/wab.json/.well-known/wab.json to verifyThe best option for production self-hosting. Persistent SQLite storage, always-on containers, no cold starts, and free $5/mo credits — enough to power a small-to-medium WAB instance indefinitely.
/dataJWT_SECRET + JWT_SECRET_ADMINRun WAB at the edge on 300+ global data centers. Your well-known document and WAB headers are injected on every response without touching your origin server. Works with any website behind Cloudflare — even if your origin doesn't support WAB.
X-WAB-* headers on every responsenpm i -g wranglerWAB_SERVER_URL, WAB_SITE_ID, WAB_API_KEY, ORIGIN_URLProduction-grade multi-stage Dockerfile + Nginx compose stack with optional Let's Encrypt SSL. Run WAB on any VPS, bare-metal server, or local machine with one command.
A single curl | sudo bash command installs WAB on Ubuntu, Debian, CentOS, RHEL, or Alpine. Detects your distro, installs Node.js if missing, creates a system user, writes a systemd service, opens your firewall, and runs a health check.
systemd service + enables on bootCopy and paste on any modern Linux server (requires sudo):
curl -fsSL https://raw.githubusercontent.com/abokenan444/web-agent-bridge/master/integrations/install/install.sh | sudo bash
These integrations make WAB part of the default web stack — activating automatically for millions of sites without individual developer action.
A Must-Use plugin that lives in mu-plugins/ and cannot be deactivated by site admins. Loaded on every request before regular plugins — exactly how Apache modules work. Perfect for hosting providers to install once across all customer sites.
X-WAB-* headers on every page/.well-known/wab.jsonwp-config.phpNative control-panel extensions that install WAB automatically on every new hosting account — no action required from the end user. Targeting millions of shared-hosting sites with a single partner integration.
Native mod_wab (Apache) and ngx_wab (Nginx) modules that inject WAB headers and serve discovery documents at the web-server layer — zero application-layer install required. The fastest possible integration — headers set before PHP/Node even run.
Adding a single TXT record to your DNS makes your site discoverable by every WAB-compliant AI agent — no code, no plugin, no server changes. Works exactly like SPF / DKIM / DMARC for email: a native protocol-level signal.
_wab.example.com. TXT "v=wab; endpoint=https://example.com/.well-known/wab.json"| Platform | Free Tier | Persistent DB | Always-On | Best For |
|---|---|---|---|---|
| Vercel | ✓ | ✗ | Cold starts | Landing pages, demos |
| Netlify | ✓ | ✗ | Cold starts | JAMstack, edge functions |
| Railway | $5/mo credit | ✓ | ✓ | Production self-hosting |
| Cloudflare Workers | ✓ 100K/day | Needs KV/D1 | ✓ | Global edge, high traffic |
| Docker VPS | Your cost | ✓ | ✓ | Full control, custom stacks |
| Linux bare-metal | Your cost | ✓ | ✓ | Enterprise, compliance |
| WordPress (MU) | ✓ | ✓ | ✓ | Existing WP sites |
For most sites, start with Railway (persistent + always-on). For edge performance, use Cloudflare Workers. For instant serverless, use Vercel or Netlify.