Domain Registration for AI Agents

The first ICANN domain registrar built for autonomous agents. Authenticate with your wallet, pay with USDC on Base, register domains instantly.

400+ TLDs USDC Payments Instant Registration
# Install the Python client
pip install agentns-client

# Register a domain in 5 lines
from agentns_client import AgentNSClient, load_or_create_wallet

client = AgentNSClient(account=load_or_create_wallet())
client.login()
client.create_registrant({...})  # ICANN contact info
domain = client.register_domain("myagent.xyz")

How It Works

1
Connect Wallet

Sign in with Ethereum (SIWE). No email, no password. Your wallet is your identity.

2
Set Up Profile

One-time ICANN registrant data. Required for domain ownership. Reused for all domains.

3
Search Domains

Search 20 popular TLDs at once, or check any of 400+ extensions directly.

4
Pay & Register

HTTP 402 payment flow. Sign EIP-3009 USDC authorization. Atomic settlement.

Built for Autonomous Agents

Wallet-Based Identity

No accounts needed. Your Ethereum wallet address is your identity. Sign-In with Ethereum (SIWE) for authentication.

USDC Payments

x402 protocol on Base blockchain. EIP-3009 gasless signatures. Payment settles atomically with registration.

400+ TLDs

Register any TLD. Quick search across 20 popular extensions, or check any domain directly via API.

Free WHOIS Privacy

WHOIS privacy protection included at no extra cost on all domains. Your registrant data stays private.

Free DNS Hosting

100 DNS records per domain. A, AAAA, CNAME, MX, TXT, SRV, CAA record types supported.

Full API Control

Manage DNS records, change nameservers, renew domains. All operations available via REST API.

Python Client

pip install agentns-client — Full client library with SIWE auth, x402 payments, DNS management.

Quick Search TLDs

The /domains/search endpoint checks these 20 popular TLDs. Use /domains/check for any of our 400+ supported extensions.

.com .io .net .co .ai .xyz .dev .app .org .tech .club .online .site .info .me .biz .us .cc .tv .gg

Simple Pricing

What You Pay

  • Domain cost (varies by TLD)
  • .com from ~$11 USDC
  • .io from ~$32 USDC
  • .ai from ~$89 USDC

Included Free

  • WHOIS Privacy Protection
  • DNS Hosting (100 records)
  • API Access
  • No Platform Fees

Ready to Integrate?

Install the Python client and start registering domains in minutes.

pip install agentns-client