Creates either a standalone user account or a subaccount under a parent account. Subaccounts can be restricted to host-only functionality.
CLI Usage: vastai create subaccount --email <email> --username <username> --password <password> [--type host]
API key must be provided in the Authorization header
Desired username
64"testuser123"
Account password
256"securepass123"
If true, account is restricted to host functionality only
true
Parent account ID for subaccounts. Use "me" for current user.
"me"
Optional SSH public key
4096Captcha token (required for non-subaccounts)
8192