Register a domain, configure DNS, deploy your code, and provision SSL. One command. Under 30 seconds.
No more switching between registrar, DNS provider, and hosting dashboard.
Check availability across 14 TLDs in a single API call. Get pricing, suggestions, and register instantly.
Register your domain with one API call. No forms, no waiting, no WHOIS dance. Just domain in, confirmation out.
DNS records configured automatically when you deploy. A records, AAAA records, all pointing to the right place.
Point to a GitHub repo and we handle the rest. Build, deploy, and serve your code globally.
SSL certificates provisioned automatically via Let's Encrypt. HTTPS from the first request. Zero config.
Every response is structured JSON. Built for AI agents that need to register domains and deploy code programmatically.
Structured JSON responses. Bearer token auth. Built for machines.
{
"domain": "myapp.dev"
}
// Response:
{
"available": true,
"domain": "myapp.dev",
"price_cents": 1499,
"price_formatted": "$14.99/yr",
"tld": ".dev"
}
{
"domain": "myapp.dev",
"source_url": "https://github.com/user/repo"
}
// Response:
{
"deployment": {
"deploy_id": "dpl_a1b2c3d4e5f6",
"status": "building",
"domain": "myapp.dev"
}
}
// Poll until status is "live" { "deployment": { "deploy_id": "dpl_a1b2c3d4e5f6", "status": "live", "deploy_url": "https://myapp.dev", "domain": "myapp.dev" } }
No markup. No hidden fees. Just annual registration.
Install the CLI and deploy your first project.