createDomain Add a domain. Returns the domain + DNS records. HTTP: POST /api/domains Parameters Field Type Required Description domain string ✓ Returns any Example const res = await mk.createDomain({ domain: "app.mailkite.dev" }); ← All methods · Docs · mailkite.dev