signUp

suspend fun signUp(accounts: String, apiKey: String, username: String, password: String)

Sign up a new user under a tenant. A control-plane action — create the account, then Client.signIn for a connected client. accounts is the account service host:port; apiKey scopes it to the tenant.