> ## Documentation Index
> Fetch the complete documentation index at: https://docs.machine0.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Account

> CLI reference for authentication, billing, and configuration.

## login

Log in via browser OAuth. Session token stored at `~/.machine0/auth-token`.

```bash theme={"theme":"css-variables"}
machine0 login
```

***

## logout

Log out and revoke the session token.

```bash theme={"theme":"css-variables"}
machine0 logout
```

<Note>
  `MACHINE0_API_TOKEN` env var is unaffected by logout. Unset it separately.
</Note>

***

## account

Show account details and wallet balance.

```bash theme={"theme":"css-variables"}
machine0 account
```

***

## topup

Add funds via Stripe. Minimum \$5.

```bash theme={"theme":"css-variables"}
machine0 topup --amount 10
```

***

## config get

```bash theme={"theme":"css-variables"}
machine0 config get
```

***

## config set

```bash theme={"theme":"css-variables"}
machine0 config set KEY=VALUE [KEY=VALUE ...]
```

See [Configuration](/platform/configuration) for all settings.

***

## use openclaw

Create an OpenClaw VM and SSH in. Auto-generates a name with `openclaw-` prefix.

```bash theme={"theme":"css-variables"}
machine0 use openclaw
```
