# INTEGRATION_NOT_CONFIGURED

**What it means.** That figure comes from an outside service that is not connected.

**What to do.** Set the environment variables named in details.variables on the API and restart it.

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

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

```json
{
  "ok": false,
  "code": "INTEGRATION_NOT_CONFIGURED",
  "message": "That figure comes from an outside service that is not connected.",
  "fix": "Set the environment variables named in details.variables on the API and restart it.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/INTEGRATION_NOT_CONFIGURED"
}
```

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