CLIDomain
Domain
7 `hanzo` commands for Domain, each calling one operation on api.hanzo.ai.
Package domain is Hanzo Domains: search a name, see the price, buy it from your prepaid wallet.
7 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo domain availability --domain <domain> | GET /v1/domain/availability | Checks exact names rather than searching for them, and answers the same quote shape search does — purchasable, premium,… |
hanzo domain domains | GET /v1/domain/domains | Is the domains your org has bought here, newest registration first, each carrying the name, when it was registered,… |
hanzo domain health | GET /v1/domain/health | Reports registrar reachability honestly: ok only when the wholesale credentials are present AND name.com accepted them… |
hanzo domain register --domain <domain> | POST /v1/domain/register | Buys a domain for your org and answers the ownership record together with the quote it was bought at. |
hanzo domain renew --domain <domain> | POST /v1/domain/renew | Extends a domain your org already owns and answers the updated record with its new expiry alongside what was paid. |
hanzo domain search --q <q> | GET /v1/domain/search | Finds names built from the keyword q, plus the registrar's alternate-TLD suggestions, and answers a quote for each: the… |
hanzo domain transfer --auth-code <authCode> --domain <domain> | POST /v1/domain/transfer | Moves a domain you own at another registrar onto your org here, using its authCode, and answers the same… |
How is this guide?