Add custom domains for the website. New domains start unverified. Verification and some plan operations are admin UI / manual MCP only.

Operations

GET

List domains.

GET /api/v1/en/{websiteId}/domains

POST

Add a domain (unverified).

POST /api/v1/en/{websiteId}/domains

Use the following request body shape:

{
  "domain": "example.com"
}

DELETE

Delete an unverified domain.

DELETE /api/v1/en/{websiteId}/domains/{domainId}

MCP

MCP: list_website_domains, create_website_domain, delete_website_domain.

Domains

Domain verification is performed in the admin panel (MCP: verify_website_domain is manual-only).