godaddy-dns
Use when managing DNS records or domains via GoDaddy API — record CRUD, domain registration, forwarding, WHOIS, or transfers. Also use when debugging GoDaddy API auth issues or migrating from GoDaddy.
| Model | Source |
|---|---|
| sonnet | pack: dns |
Full Reference
┏━ 🔧 godaddy-dns ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Use when managing DNS records or domains via G… ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
GoDaddy DNS
Section titled “GoDaddy DNS”GoDaddy Domains API v1 for DNS record management, domain registration, renewals, transfers, forwarding, and contacts. Auth uses a custom sso-key scheme — not Bearer tokens. API access requires 10+ active domains or $20+/month spend.
Quick Reference
Section titled “Quick Reference”| Item | Value |
|---|---|
| Base URL | https://api.godaddy.com/v1 |
| OTE Sandbox | https://api.ote-godaddy.com/v1 |
| Auth format | Authorization: sso-key {KEY}:{SECRET} |
| Rate limit | 60 req/min per endpoint |
| Monthly quota | 20,000 calls (free tier) |
| Docs | https://developer.godaddy.com/doc/endpoint/domains |
Reference Index
Section titled “Reference Index”| I want to… | File |
|---|---|
| Authenticate and set up credentials | reference/auth.md |
| Add, update, and delete DNS records | reference/records.md |
| Manage domains, forwarding, and transfers | reference/domains.md |
| Handle errors and rate limits | reference/errors-and-limits.md |
Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.