Hanzo
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 →

CommandCallsWhat it does
hanzo domain availability --domain <domain>GET /v1/domain/availabilityChecks exact names rather than searching for them, and answers the same quote shape search does — purchasable, premium,…
hanzo domain domainsGET /v1/domain/domainsIs the domains your org has bought here, newest registration first, each carrying the name, when it was registered,…
hanzo domain healthGET /v1/domain/healthReports registrar reachability honestly: ok only when the wholesale credentials are present AND name.com accepted them…
hanzo domain register --domain <domain>POST /v1/domain/registerBuys 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/renewExtends 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/searchFinds 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/transferMoves a domain you own at another registrar onto your org here, using its authCode, and answers the same…

How is this guide?