RightSide Docs
Recover

Fix the failed stage, not the symptom.

RightSide returns structured failures so agents can make bounded repairs. Start with diagnostics, identify the stage, and use the suggested fix before reading more logs.

Start with doctor

rightside doctor --json

Failure guide

AreaCheck
InstallationConfirm Node.js is at least 22.13 and ~/.local/bin is on PATH.
AuthorizationRun rightside login --url https://api.rightside.host. Invite-only closed beta access must be allowlisted.
MCP registrationRun rightside install claude or rightside install codex, then rerun doctor.
BuildRead build logs. Fix the Dockerfile, dependency lock, ignored file set, or build command in source.
HealthBind 0.0.0.0:$PORT and return success from the configured health path.
RuntimeUse rightside logs NAME --runtime. Do not paste sensitive output into chat.

Retry discipline

  1. Record the structured error code and failed stage.
  2. Apply one source-level correction tied to that evidence.
  3. Run the smallest relevant local check.
  4. Deploy again.
  5. Escalate after repeated identical failures instead of looping blindly.