rye.ai

Rye supervision workbench

CLI reference

Common Rye commands for setup, diagnostics, supervision, wrapping, and audit review.

route
/docs/reference/cli
control point
external supervisor
signals
proxy / policy / audit
01Claude / Codex
02Rye local proxy
03policy + audit
04model API

Status

Show local daemon, proxy, workspace, device, and policy state:

exec:bash
rye status

Doctor

Run local diagnostics:

exec:bash
rye doctor

Use this after install, after proxy setup, and after wrapping an agent.

Authenticate

Start device-code login:

exec:bash
rye auth login

Start supervision

Start the local proxy and install CA trust:

exec:bash
rye up --install-ca --intercept-patterns openai.com,anthropic.com,claude.com,chatgpt.com,cursor.com,windsurf.com

Stop supervision

Stop the local proxy and restore Rye-managed proxy settings:

exec:bash
rye down

Inspect history

Inspect recent supervised traffic:

exec:bash
rye history --last 1h

Wrap agents

Launch common coding agents through Rye:

exec:bash
rye wrap claude
exec:bash
rye wrap codex

Install persistent shims:

exec:bash
rye app wrap claude
exec:bash
rye app wrap codex