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.

View Setup Guide Live Verifier

Watch: Full Setup in 40 Seconds

Step-by-Step Setup Guide

1

Log In to Your DNS Provider

Sign in to your domain registrar or DNS hosting dashboard. Common providers include Cloudflare, cPanel, GoDaddy, and Namecheap. Navigate to the DNS Management or DNS Records section.

Go to dash.cloudflare.com → Select your domain → Click DNS in the top navigation → Click + Add record.

Log in to cPanel → Scroll to Domains section → Click Zone Editor → Click Manage next to your domain → Click + Add Record.

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

Log in to namecheap.com → Domain List → Click Manage → Click Advanced DNS tab → Click Add New Record.

2

Add the TXT Record

Create a new DNS TXT record with exactly these values. Replace yourdomain.com with your actual domain.

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

Create the wab.json Capabilities File

Create the file /.well-known/wab.json on your web server. This file describes your site's capabilities to AI agents.

/.well-known/wab.json {
  "version": "wab1",
  "name": "Your Site Name",
  "description": "What your site does",
  "endpoint": "https://yourdomain.com/.well-known/wab.json",
  "capabilities": ["browse", "api"]
}
4

Verify Your Setup

DNS propagation takes a few minutes. Use the Live Verifier to confirm your record is active. The verifier queries DNS over HTTPS (DoH) — no data is sent to our servers.

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