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
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-records(and/v1/domains/{id}/dns-records/{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