# BIND_TOKEN_CONSUMED

**What it means.** This app is already in use on another device.

**What to do.** Ask the owner to invite you by email from the app's share screen.

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

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

```json
{
  "ok": false,
  "code": "BIND_TOKEN_CONSUMED",
  "message": "This app is already in use on another device.",
  "fix": "Ask the owner to invite you by email from the app's share screen.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/BIND_TOKEN_CONSUMED"
}
```

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