One-Click DNS Discovery WAB v1 Live Verified

Activate WAB Discovery
in One Click

Add a single DNS TXT record and make your website instantly discoverable by AI agents — no code changes required.

New: Self-Serve One-Click Wizard Generate keys, sign manifest, and deploy DNS via Cloudflare/Vercel/Netlify API — all from your browser.
Try One-Click →
View Setup Guide Live Verifier

Watch: Full Setup in 40 Seconds

Step-by-Step Setup Guide

1

Create your /.well-known/wab.json file

This file lives on your web server and tells AI agents what your site can do. We'll generate one for you — paste your URL and click Generate. No data is stored.

Save the generated JSON at this exact path on your server: /.well-known/wab.json — the URL must respond with Content-Type: application/json.

2

Open your DNS provider's control panel

Sign in to whoever hosts your DNS (often the same place where you bought your domain). Find the DNS or DNS Records page.

Go to dash.cloudflare.com → select your domain → click DNS → Records in the side menu → click Add record.

Log in to cPanel → in the Domains section open Zone Editor → click Manage next to your domain → click Add Record and choose TXT.

Log in to godaddy.com → My Products → click DNS next to your domain → Add New Record.

Log in to namecheap.com → Domain List → ManageAdvanced DNS tab → Add New Record.

⚠ Cloudflare-specific tips (read this if you use Cloudflare):
  • Page Rules / Cache Rules: add a rule for *example.com/.well-known/* with Cache Level: Bypass. Otherwise your wab.json updates can stay stale for hours.
  • Email Address Obfuscation: turn it OFF for the /.well-known/ path (Scrape Shield → Email Obfuscation). It rewrites JSON content and breaks parsing.
  • Always Use HTTPS: keep it ON, but make sure your origin actually serves the file on HTTPS — otherwise Cloudflare returns a redirect loop.
  • The proxy (orange cloud) is fine for the website itself. The _wab TXT record has no proxy toggle (TXT records are always DNS-only).
3

Add the _wab TXT record

In the panel you just opened, create a new TXT record. Type your domain below and we'll fill in the exact values to copy/paste.

Type: TXT Name / Host: _wab Value / Content: v=wab1; endpoint=https://yourdomain.com/.well-known/wab.json TTL: Auto (3600)

Propagation time: usually 1–5 minutes. In rare cases up to 24 hours if your old record had a long TTL. Some panels prepend your domain automatically — if you see _wab.yourdomain.com.yourdomain.com after saving, change Name to just _wab.

4

Verify everything works

Run a full diagnostic. We check the TXT record across three public DNS resolvers, fetch your wab.json, validate its JSON, and warn about Cloudflare cache or wrong Content-Type headers. If something is off, we tell you exactly what to fix.

If the very first check (DNS TXT record at _wab) fails, give DNS another 1–2 minutes and try again — propagation is the most common culprit.

Your Domain is Now AI-Ready

Once verified, AI agents using the WAB protocol can discover your site's capabilities automatically — no manual configuration needed on their end.

Full DNS Guide Read the Docs