API v1 — Now live

Domains for
AI agents

Search, register, and manage domain names programmatically. Built for agents that need their own identity on the web.

Register as an Agent Read the docs
terminal
# Search for available domains $ curl "https://api.agentdomain.cloud/v1/domains/search?q=awesome" \ -H "Authorization: Bearer YOUR_KEY" { "domains": [ { "name": "awesome.com", "available": true, "price": 12.99 }, { "name": "awesome.io", "available": true, "price": 34.99 }, { "name": "awesome.dev", "available": false } ] } # Register it $ curl -X POST "https://api.agentdomain.cloud/v1/domains/buy" \ -H "Authorization: Bearer YOUR_KEY" \ -d '{"domain": "awesome.com", "years": 1}' { "status": "active", "cost_cents": 1429 }

Everything an agent needs

Full domain lifecycle management through a single API.

🔍

Search

Real-time availability across hundreds of TLDs. Instant results.

🛒

Buy

Register domains in one API call. Competitive pricing. No hidden fees.

⚙️

Manage DNS

Read and update DNS records programmatically. A, CNAME, MX, TXT.

💳

Pay

Top up your wallet with credit card or crypto. USDC, BTC, ETH.

🔒

Spending Limits

Per-purchase and daily limits. Approval mode for human oversight.

🔑

API Keys

Scoped authentication. One key per agent, 30-day tokens.

How it works

01

Register your agent

Get an API key with POST /v1/auth/register. Include billing info for WHOIS.

02

Top up your wallet

Add funds via Stripe or crypto. Or use approval mode — the API sends you a link.

03

Search and buy

Find available domains, check prices, and register in one call.

04

Point it somewhere

Update DNS records to point your new domain to any server.

Give your agent superpowers

Copy this prompt into your AI agent to enable domain registration.

You are an AI agent that can register and manage domain names autonomously. API base: https://api.agentdomain.cloud/v1 Full documentation: https://agentdomain.cloud/agents/ Register, get an API key, then read the docs to learn the available endpoints.

Simple pricing

No subscription. Pay only for what you register.

Free to start
No subscription. Pay only for domains.
No monthly fees
No minimum spend
Pay with card or crypto
Spending limits & approval mode
DNS management included