Skip to content

namecom-dns

Use when managing DNS records or domains via Name.com API v4 — record CRUD, domain registration, URL/email forwarding, DNSSEC, or transfers. Also use when debugging Name.com API auth or 2FA issues.

ModelSource
sonnetpack: dns
Full Reference

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

Name.com API v4 — REST API for DNS record management, domain registration, URL/email forwarding, DNSSEC, and transfers. v4 is fully supported but slated for sunset in 2026; the new CORE API launched June 2025 is the preferred path for new integrations. Auth uses HTTP Basic with username and API token. 2FA blocks API access unless explicitly toggled off in security settings.

ItemValue
Base URLhttps://api.name.com/v4
Sandbox URLhttps://api.dev.name.com/v4
AuthHTTP Basic Auth (username:token)
Sandbox usernameAppend -test suffix (e.g., myuser-test)
Rate limit20 req/sec, 3000 req/hour; HTTP 429 on exceed
Docshttps://www.name.com/api-docs
CORE APIhttps://docs.name.com
I want to…File
Authenticate and set up credentialsreference/auth.md
Add, update, and delete DNS recordsreference/records.md
Manage domains, forwarding, DNSSEC, 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.