Проверить, заработал ли домен
check_domainCheck whether a connected domain has started working.
Runs the DNS check immediately instead of waiting for the background re-check. If the records have not propagated yet, that is normal — say so and suggest coming back later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain without scheme — exactly the one that was connected. | |
| project | Yes | The project: its slug (`my-site`) or id, as listed by `my_projects`. The site address works too (`https://clear-garden-vypm.layero.app` or just `clear-garden-vypm`) — note that the address host is NOT always the slug. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| state | Yes | ||
| checks | No | ||
| domain | Yes | ||
| records | Yes | ||
| working | Yes | ||
| next_action | Yes | ||
| next_check_hint | No |