Search, register, configure DNS, and deploy — all from one REST API or MCP server. Built for AI agents. Try first, commit when ready. Start free — no credit card required.
One command to deploy — register a domain to keep it live permanently
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.
One platform that does what used to take five.
Search domains, register via Stripe, configure DNS, deploy from GitHub — all through a single REST API. Try it free — no commitment required.
Every operation is API/CLI/MCP first. No GUI required. Your AI agents can register domains and ship code without a browser.
.com to .ai, Stripe checkout, no hidden fees. From $2.99/yr to $79.99/yr — what you see is what you pay.
The only platform that unifies domain registration, deployment, and AI tooling.
| Feature | Hoist | Cloudflare | Name.com | Vercel |
|---|---|---|---|---|
| Domain Registration API | ✓ | ✗ | ✓ | ✗ |
| Code Deployment | ✓ | ✓ | ✗ | ✓ |
| MCP Server | ✓ | ✗ | ✓ | ✗ |
| CLI Tool | ✓ | ✓ Wrangler | ✗ | ✓ |
| One-Command Deploy | ✓ | ✗ | ✗ | ✗ |
| Agent-Native API | ✓ | ✗ | ⚠ | ✗ |
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.
Try first, commit when ready. No credit card, no lock-in — just domains from $2.99/yr.