# The free trial is used up

The agent's first 10 MB is spent. Open the `claim_url` from the CLI, buy data at $2/GB, then the agent runs `aluvia auth login` and retries.

[Buy data](https://dashboard.aluvia.io)

## What the agent runs

```sh
aluvia auth login
```

Show the human the `claim_url`, then run this and wait. They open that link on their own machine — the agent does not SSH — and buy data. Retry the command that failed. If they already pasted a key, `aluvia auth KEY` instead. Never print the key.

## What the agent saw

A command that needs the network returned:

```json
{
  "code": "payment_required",
  "claim_url": "https://dashboard.aluvia.io/cli-auth?cli_code=ABCD",
  "next": "Show claim_url to the human. Then run `aluvia auth login` to wait."
}
```

---

Source: https://aluvia.io/e/payment_required
