Register Domain
register_domainConfirm domain availability, then register it irreversibly. This financial operation returns an ID to poll for completion.
Instructions
Register a new domain name. WARNING: This is a FINANCIAL operation that will charge money to the Spaceship account. Registration is irreversible — once completed, the domain is registered and the charge cannot be undone. This operation is asynchronous: it returns an operationId that must be polled with get_async_operation to check completion status. Always confirm with the user before calling this tool. Use check_domain_availability first to verify the domain is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | Number of years to register for (1-10, default 1) | |
| domain | Yes | The domain name to register (e.g. 'example.com') | |
| contacts | No | Domain contacts by ID. Use save_contact first to create contacts and obtain IDs. | |
| autoRenew | No | Enable auto-renewal (default true) | |
| privacyLevel | No | Privacy protection level: 'high' hides WHOIS info, 'public' shows it (default 'high') | high |