Docs

Build on Rush. Start on prix.dev.

Rush ships the product surface here. The developer surface lives on prix.dev — installation, the CLI reference, and running agents locally or in the cloud.

Docs live on prix.devOne CLI for local and cloud runsStorefront here. Docs there.
01Quick start

Inline snippet

Enough to get moving.

Start with the installer. Sign in with Phoenix ID, then run an agent locally or in the cloud from the same CLI.

Terminal
curl -fsSL https://cdn.getrush.ai/install.sh | bash
rush login
rush install prix/rabbit-hole
rush run rabbit-hole --prompt "Research the state of AI evals"

Install command mirrors the prix.dev installation docs. Sign in once with rush login, then run any agent.

02Where to go next
01

Install Rush

Use the one-line installer from the docs. It installs the Rush runtime and the quick-run helper in the same pass.

Read installation guide
02

Sign in

Run rush login to sign in with Phoenix ID — one login across the CLI and prix.dev. It works on headless hosts too.

See sign-in docs
03

Run an agent

Run an agent locally, or dispatch a cloud run that opens a pull request with checks and a captured trajectory as proof.

Open prix.dev