GoDaddy opened its registrar to AI agents. Then it had to build guardrails.
The New Stack Amanda Caswell
GoDaddy just made domains programmable — AI agents can now search, buy, and set up DNS straight from code, no dashboard required. It had to add price-locks and human approval steps so an AI doesn't accidentally buy you fifty domains.
Based on reporting by The New Stack, Amanda Caswell — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
GoDaddy spent decades being the place your uncle bought a domain name through a slightly cluttered website. On Wednesday it launched something aimed squarely at people who never open that website at all: a Developer Platform that lets engineers search, price, purchase, and configure domains from inside their code editor, CLI, or CI/CD pipeline. No web checkout, no dashboard clicking. Just an API call.
The timing isn't subtle. Travis Muhlestein, GoDaddy's chief technology officer of product AI, framed the move as a response to AI reshaping how software gets built — and he's right that domain setup has been one of the last manual steps left in an otherwise automated pipeline. You can spin up a whole app with an AI coding assistant in minutes, but then you still had to tab over to a registrar and click through forms like it's 2009. GoDaddy wants that friction gone.
This puts GoDaddy in territory already occupied by AWS Route 53, Cloudflare, and Vercel, though the overlap is only partial. Route 53 and Cloudflare are strong on DNS APIs but mostly assume you registered the domain somewhere else. Vercel hides DNS entirely inside its deployment flow. GoDaddy's pitch is different: it's making the actual registration and purchasing step programmable, not just the routing layer, which means code — or an AI agent — can now buy a domain outright.
And that's exactly why the release reads less like a feature list and more like a risk-management document. The new v3 Domains API uses a quote-then-execute pattern: a short-lived token locks the price, an idempotency key blocks duplicate charges, and a consent object requires a human to sign off before anything gets bought. OAuth scoping lets a developer hand an AI agent narrow permissions instead of full account access. None of this is necessary if a person is clicking
My take — AI-written commentary, not fact-checked reporting
placeholder
Read more about this at: The New Stack