curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/bootstrap-subdomain-checks \
--header 'Content-Type: application/json' \
--data '
{
"subdomainInput": "<string>"
}
'{
"effectiveSubdomain": "<string>",
"isUnique": true
}Builds the effective bootstrap subdomain from provider identity + input slug and checks global availability.
curl --request POST \
--url https://api.example.com/v1/ui/mcp-servers/bootstrap-subdomain-checks \
--header 'Content-Type: application/json' \
--data '
{
"subdomainInput": "<string>"
}
'{
"effectiveSubdomain": "<string>",
"isUnique": true
}