Prized docs

Overview.

Prized gives you a dedicated Linux box in the cloud. Your files appear in a folder on your machine, box ports appear on your localhost, and terminal sessions survive closing the laptop.

How it works

You edit and run everything on the box over SSH. Three things tie it to your laptop:

  • Sync. A folder on your machine mirrors ~/code/<name> on the box, both ways, .git included.
  • Ports. A dev server you start on the box shows up on your laptop's localhost within seconds.
  • Sessions. Your shell runs in tmux on the box, so a closed lid ends the connection, not the work.

The pieces

PieceWhat it is
prizedThe CLI on your laptop (macOS, Linux, or Windows).
prizeddA background daemon on your machine. Runs sync and mirrors box ports onto localhost.
prized-agentA service on the box. Finds listening ports, reports vitals, lists tmux sessions.
Dashboardprized.dev. Create boxes, watch their state, manage billing; every screen is on Dashboard.

What's on the box

Ubuntu, with root. Preinstalled: Docker (compose and buildx), git, tmux, mosh, ripgrep, jq, the GitHub CLI, Claude Code, and Codex; Cursor's CLI installs on demand; the full inventory, sizes, and disks are on Machines. prized setup hands your own agent sign-ins over from your machine, so nothing on the box needs a fresh OAuth flow. See Credentials.

For agents

Every page here is also plain Markdown: add .md to its URL (this page is /docs.md), or request the page URL with Accept: text/markdown. The buttons under each title copy the page as Markdown or open it in ChatGPT, Claude, or Cursor.

  • Index. /llms.txt lists every page with a one-line summary, in this order.
  • Everything. /llms-full.txt is the whole set in one file.
  • Search. GET /api/search?query=<words> returns JSON hits, each with the page URL and the matching heading or paragraph.
  • Setup. To let an agent install and set Prized up for you, paste the prompt on Agent setup.

All pages

The same groups as the sidebar.

Get started

Connect

Agents

Boxes

Reference

Account

Support

Something unclear or out of date?

On this page