KamuDNS
← Back to home

Full-control API

Everything we do, you can automate

The dashboard is just one way to use KamuDNS. Every action, searching, registering, editing DNS, renewing, lives in a public REST API you can call from your own code.

Built to be scripted

Register a domain and configure its DNS in a single script. Spin up a new service, point a subdomain at it, add the records, and move on, without clicking through a control panel.

The API is plain REST with JSON and an OpenAPI 3.1 schema, so it works from any language and drops straight into your CI pipeline.

Security comes first

An API token can register, move, and reconfigure domains, so we treat account security as the foundation, not an afterthought. You verify your identity and secure your account before any token can act on your domains.

Tokens are yours to create and revoke. Automation should be powerful, never reckless.

One API, three ways to reach it

Call the REST endpoints directly, drive the command-line tool from your terminal and CI, or connect the MCP server so an AI agent can do the work. Same capabilities, whichever fits your workflow.

Documented, openly

An interactive OpenAPI reference and a machine-readable spec mean both you and your tools can discover exactly what the API can do.