# VIEWER_NOT_INVITED

**What it means.** This email has not been invited to this app.

**What to do.** Ask the app's owner to share it with this email address, or sign in with the email it is shared with.

- 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": "VIEWER_NOT_INVITED",
  "message": "This email has not been invited to this app.",
  "fix": "Ask the app's owner to share it with this email address, or sign in with the email it is shared with.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/VIEWER_NOT_INVITED"
}
```

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