Verify custom domain
verify_custom_domainCheck the DNS TXT challenge for a claimed domain and, on success, take the global (hostname -> tenant) binding and start certificate issuance. Call this ONCE after the human confirms they have added the DNS records from create_custom_domain. DNS can take minutes to propagate, so do NOT poll this in a loop — if verified is false, tell the human it may take a few minutes and check back later (the server throttles rapid re-checks). Read get_custom_domain to watch the certificate go from CERT_PENDING to ACTIVE. First-to-verify wins: verifying is what actually claims the hostname.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | the custom domain hostname to verify, e.g. shop.customer.com |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| verified | Yes |