# INTERNAL

**What it means.** Something went wrong on the platform.

**What to do.** Retry once. If it fails again, report the request_id in details.

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

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

```json
{
  "ok": false,
  "code": "INTERNAL",
  "message": "Something went wrong on the platform.",
  "fix": "Retry once. If it fails again, report the request_id in details.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/INTERNAL"
}
```

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