DNS management is available for domains registered through Bizzy. For
domains you only verified (hosted elsewhere),
manage DNS at your existing provider instead.
Opening the DNS tab
- Go to Domains and open a registered domain.
- Select the DNS tab.
Supported record types
| Type | Use it for |
|---|---|
A | Point a name at an IPv4 address |
AAAA | Point a name at an IPv6 address |
CNAME | Alias one name to another hostname |
MX | Route email to a mail server (requires a priority) |
TXT | Verification strings, SPF, and other text records |
SRV | Service records (requires a priority) |
CAA | Restrict which authorities may issue TLS certificates |
NS | Delegate a subdomain to other name servers |
Adding a record
- Click Add Record.
- Choose the Type.
- Enter the Name — use
@for the root domain (e.g.example.com) or a subdomain label (e.g.www). - Enter the Content — the record’s value, such as an IP address or target hostname.
- Optionally set the TTL (time-to-live, in seconds). The default is one hour (3600).
- For
MXandSRVrecords, set a Priority. - Save. The record takes effect right away, though DNS resolvers elsewhere may cache the previous value until the TTL expires.
Editing and deleting records
- Edit a record to change its value, TTL, or priority. Updates fully replace the record’s fields.
- Delete a record you no longer need. You can select multiple records and remove them together.
Beyond the dashboard
Everything on the DNS tab is also available programmatically:- REST API —
GET/POST/PUT/DELETE /v1/domains/{id}/dns(and/v1/domains/{id}/dns/{recordId}). See the API reference. - MCP / AI — the
listDnsRecords,createDnsRecord,updateDnsRecord, anddeleteDnsRecordtools. See Domain Tools.
Next steps
Register a domain
Buy a new domain through Bizzy
Domain events
Review the audit trail of changes to a domain