# BIND_TOKEN_EXPIRED

**What it means.** This link has expired.

**What to do.** Re-run deploy to mint a fresh link. It costs nothing.

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

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

```json
{
  "ok": false,
  "code": "BIND_TOKEN_EXPIRED",
  "message": "This link has expired.",
  "fix": "Re-run deploy to mint a fresh link. It costs nothing.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/BIND_TOKEN_EXPIRED"
}
```

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