# DNS Reference Adding a domain you own to your DigitalOcean account lets you manage the domain’s DNS records with the control panel and API. Domains you manage on DigitalOcean integrate with DigitalOcean Load Balancers and Spaces to streamline automatic SSL certificate management. The [DigitalOcean API](https://docs.digitalocean.com/reference/index.html.md) lets you manage resources programmatically with standard HTTP requests. All actions available in the control panel are also available through the API. [`doctl`](https://github.com/digitalocean/doctl) is the command-line interface for the DigitalOcean API. It supports most of the same actions available in the API and DigitalOcean Control Panel. The [DigitalOcean Model Context Protocol (MCP) server](https://docs.digitalocean.com/reference/mcp/index.html.md) lets you use natural language prompts to interact with DigitalOcean Networking services to manage resources. All operations use argument-based input, and no resource URIs are used. These tools enable full automation and management of networking resources and configurations. [`doctl`](https://github.com/digitalocean/doctl) supports managing domains and DNS records from the command line. See the [`doctl` documentation](https://docs.digitalocean.com/reference/doctl/reference/compute/domain/index.html.md) or use `doctl compute domain --help` for more information. [DigitalOcean DNS API Reference](https://docs.digitalocean.com/reference/api/digitalocean/index.html.md#tag/Domains): Use the DigitalOcean API to create, configure, list, and delete VPCs. [doctl compute domain](https://docs.digitalocean.com/reference/doctl/reference/compute/domain/index.html.md): Use the subcommands of `doctl compute domain` to manage domains you have purchased from a domain name registrar that you are managing through the DigitalOcean DNS interface. [DigitalOcean MCP Servers](https://docs.digitalocean.com/reference/mcp/index.html.md): MCP tools for managing DigitalOcean networking features. ## Other DigitalOcean Tools [DNS Lookup](https://www.digitalocean.com/community/tools/dns): A simple browser-based tool to perform DNS lookups. Type a domain, search, and instantly get results. [SPF Explainer](https://www.digitalocean.com/community/tools/spf): A tool that explains a domain’s SPF records. Search a domain and either explore its records or evaluate an IP for mail sending.