# ACCOUNT_REQUIRED

**What it means.** This action needs a claimed account.

**What to do.** Open the app's link and choose "keep this app" to claim it, then retry.

- HTTP status: 403
- Retryable after applying the fix: yes

Every failure from the CLI or an MCP tool has this shape:

```json
{
  "ok": false,
  "code": "ACCOUNT_REQUIRED",
  "message": "This action needs a claimed account.",
  "fix": "Open the app's link and choose \"keep this app\" to claim it, then retry.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/ACCOUNT_REQUIRED"
}
```

Apply `fix` (edit `file` when it is given), then run the same command again.
