RightSide Docs
Reference

The common commands.

Use --json when another program or coding agent consumes the result. Human-readable output is the default for terminal use.

Setup and diagnostics

rightside login --url https://api.rightside.host
rightside install claude
rightside install codex
rightside doctor
rightside doctor --json
rightside logout

Projects and releases

rightside projects create my-app
rightside deploy . --name my-app
rightside status my-app --json
rightside logs my-app --runtime
rightside rollback my-app

Supported environment variables

VariablePurpose
POLIGONHOST_NO_BROWSER=1Print the device verification URL for headless environments.
POLIGONHOST_CONFIGOverride the credential file path.
POLIGONHOST_OPERATIONS_URLOverride the authenticated operations origin when explicitly required.
POLIGONHOST_TOKENTrusted recovery or CI token. Prefer browser authorization for normal use.

rightside is the public command. poligonhost remains a compatibility alias during the staged rename.