Skip to content

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.

ModelSource
sonnetpack: dns
Full Reference

┏━ 🔧 godaddy-dns ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Use when managing DNS records or domains via G… ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

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.

ItemValue
Base URLhttps://api.godaddy.com/v1
OTE Sandboxhttps://api.ote-godaddy.com/v1
Auth formatAuthorization: sso-key {KEY}:{SECRET}
Rate limit60 req/min per endpoint
Monthly quota20,000 calls (free tier)
Docshttps://developer.godaddy.com/doc/endpoint/domains
I want to…File
Authenticate and set up credentialsreference/auth.md
Add, update, and delete DNS recordsreference/records.md
Manage domains, forwarding, and transfersreference/domains.md
Handle errors and rate limitsreference/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.