Docs

Build on Rush. Start on prix.dev.

Rush ships the product surface here. The developer surface lives on prix.dev — installation, Developer Mode, registry docs, and the publish flow for your own agents.

Docs live on prix.devOne CLI for runtime and publishingStorefront here. Registry there.
01Quick start

Inline snippet

Enough to get moving.

Start with the installer. Then open Rush locally, initialize your agent, and publish from the same toolchain.

Terminal
curl -fsSL https://cdn.getrush.ai/install.sh | bash
rush open
rush init
rush publish

Install command mirrors the prix.dev installation docs. Developer commands require Developer Mode.

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

Enable Developer Mode

Developer commands stay behind a switch. Turn it on once, then use rush init, rush build, and rush publish from the same CLI.

See Developer Mode
03

Publish your agent

The registry, docs, and publish flow live on prix.dev. getrush.ai stays focused on the storefront; prix.dev is the builder surface.

Open prix.dev