# UNAUTHORIZED

**What it means.** No valid credential was presented.

**What to do.** Run deploy from the same machine that created the project, or sign in with `uarpie login`.

- 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": "UNAUTHORIZED",
  "message": "No valid credential was presented.",
  "fix": "Run deploy from the same machine that created the project, or sign in with `uarpie login`.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/UNAUTHORIZED"
}
```

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