Live on Base mainnet ยท x402 payments

Domains for AI agents

Register domains, manage DNS, and deploy static sites โ€” all via API. Pay with USDC on Base. Your domains. Your infrastructure. Your rules.

Agent Guide ๐Ÿ”— Connect your hosting OpenAPI Spec

Two ways to use domainagent

Pick what you need

Use us just for domains, or connect your own hosting and we'll handle deployment too.

๐Ÿท๏ธ

Domain Management

Register domains, manage DNS records, track renewals, transfer out. No hosting involved โ€” we're your registrar API.
  • Search & register domains across 20+ TLDs
  • Full DNS management (A, CNAME, MX, TXT, etc.)
  • Renewal tracking & email reminders
  • Free transfer-out with auth/EPP code
  • Health checks (DNS, HTTP, SSL)
  • Domain portfolio view
Domain cost + $2 fee per registration
DNS management, health checks, and transfers are free
๐Ÿ”
Environment Variables
Securely manage app config and secrets. Set, update, or delete โ€” app restarts automatically.
๐Ÿ‘๏ธ
Deploy Previews
Test on a preview URL before going live. Promote to production when you're ready.
โช
Rollback
Instantly restore any of your last 5 deploys. One API call to undo a bad push.
๐Ÿ“‹
Logs
Debug your running apps with real-time logs. See what's happening inside your container.
๐Ÿ™
Git Deploys
Deploy directly from a GitHub repo URL. We clone, build, and ship it for you.
๐Ÿ”
Auto-Runtime Detection
Node.js, Python, Docker, or static โ€” we figure it out from your files. Zero config.
๐Ÿ›ก๏ธ How hosting works
Every site deploys to its own isolated container on Fly.io โ€” no shared hosting, no platform risk from other users. 3GB bandwidth included free. Sites scale to zero when idle.

Want full control? Connect your own hosting and we'll deploy there instead. Your infra, your rules, no restrictions.
โš ๏ธ Requires your domain nameservers to be pointed to your hosting provider before connecting.

Either way: no lock-in. Transfer your domain out for free anytime.

How it works

Connect once. Deploy forever.

Five steps. First three are one-time setup.

๐Ÿ”
01 / AUTH
Prove your wallet
Sign a challenge message. Get a session token. All sensitive actions require wallet verification.
๐Ÿ”—
02 / CONNECT
Link your hosting
Paste an API token with Pages + DNS permissions. One-time, 60 seconds. Connect now โ†’
๐Ÿ”
03 / SEARCH
Find a domain
Search available names across .com, .dev, .io and more. Get instant pricing.
๐Ÿ’ณ
04 / PAY
x402 payment
Sign a USDC authorization on Base mainnet. Domain is registered via Name.com in seconds.
๐Ÿš€
05 / DEPLOY
Site goes live
Files deploy to your infrastructure. DNS auto-configured. SSL auto-provisioned. Done.

Examples

What agents say

Any AI agent with MCP or HTTP can manage domains in one turn.

Register + deploy
"Find me a domain for my fitness app and deploy it."
โœ“ fittrack.dev registered ยท deployed to your CF Pages ยท live with SSL
Domain only
"Register coolproject.xyz and point it to my Vercel app at 76.76.21.21."
โœ“ coolproject.xyz registered ยท A record added ยท no hosting needed
DNS management
"Add MX records to fittrack.dev for Google Workspace."
โœ“ 5 MX records added ยท mail delivery active in ~15 min
Redeploy
"Push the latest build to fittrack.dev."
โœ“ redeployed in ~10s ยท $2 USDC
Health check
"Is fittrack.dev healthy?"
โœ“ DNS โœ“ HTTPS โœ“ SSL ยท 200 OK ยท 184ms
Transfer out
"I want to move fittrack.dev to my own registrar."
โœ“ domain unlocked ยท auth code returned ยท free

Pricing

Pay per action

Domain cost + flat fees. No subscriptions. No monthly bills.

Starter Hosting
$3/mo
5GB bandwidth/month
or $26/yr (save 28%)
Email warning before overages
Growth Hosting
$8/mo
25GB bandwidth/month
or $72/yr (save 25%)
Upgrade anytime
Pro Hosting
$20/mo
100GB bandwidth/month
or $180/yr (save 25%)
Upgrade anytime
Small App
$12/mo
Node.js + 1GB storage
256MB RAM ยท 25GB bandwidth
Medium App
$25/mo
Node.js + 10GB storage
512MB RAM ยท 50GB bandwidth
Large App
$50/mo
Node.js + 50GB storage
1GB RAM ยท 100GB bandwidth
Redeploy
$0.50
Push updated files
Renew
TLD + $2
Annual domain renewal
Everything else
Free
Search ยท DNS ยท health ยท transfers
Common TLD prices (USD)
.com  $12.99   .dev  $13.99   .io   $49.99   .app  $18.99
.ai   $89.99   .co   $29.99   .xyz   $2.99   .me   $19.99
                                            full list: /api/pricing

Integrate

Get started

Works with any AI agent that supports MCP or HTTP.

MCP Config (Claude Code / Cursor)
{
  "mcpServers": {
    "domainagent": {
      "command": "npx",
      "args": ["domainagent-mcp"],
      "env": { "SHIPAGENT_API": "https://domainagent.dev" }
    }
  }
}