MCP tool · Domains
create_subdomain
Create a subdomain on a domain, then confirm it by reading the list back.
create_subdomain
Idempotent
Description
Create a subdomain on a domain, then confirm it by reading the list back. label is a single DNS label (e.g. blog), not a full hostname — the domain comes from input. Requires the write:hosting scope.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
label
required
|
string |
The subdomain label to add — one DNS label like blog or dev, not a full hostname. It becomes label.<domain>.
|