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.
| Model | Source |
|---|---|
| sonnet | pack: dns |
Full Reference
┏━ 🔧 namecom-dns ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Use when managing DNS records or domains via N… ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Name.com DNS
Section titled “Name.com DNS”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.
Quick Reference
Section titled “Quick Reference”| Item | Value |
|---|---|
| Base URL | https://api.name.com/v4 |
| Sandbox URL | https://api.dev.name.com/v4 |
| Auth | HTTP Basic Auth (username:token) |
| Sandbox username | Append -test suffix (e.g., myuser-test) |
| Rate limit | 20 req/sec, 3000 req/hour; HTTP 429 on exceed |
| Docs | https://www.name.com/api-docs |
| CORE API | https://docs.name.com |
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, DNSSEC, 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.