# Prized > Cloud dev boxes that sync with your Mac. These docs as one plain-text > file: https://prized.dev/llms-full.txt ## Get started - [Overview](https://prized.dev/docs): Prized gives you a dedicated Linux box in the cloud. Your files appear in a folder on your Mac, box ports appear on your localhost, and terminal sessions survive closing the laptop. - [Quickstart](https://prized.dev/docs/quickstart): Four steps from signup to a box with your project on it and your coding agent signed in. You need a Mac. - [Agent setup](https://prized.dev/docs/agent-setup): Paste one prompt into Claude Code or Codex on your Mac; the agent installs the CLI, runs prized setup, and asks before putting your project or your credentials on the box. ## Your box - [Sync](https://prized.dev/docs/sync): A synced project is one folder pair, ~/code/ on the box mirrored into a folder on your Mac. Edits land on the other side in under a second, both directions, .git included. - [Mount](https://prized.dev/docs/mount): See the whole box in Finder as a local volume, served live over the tunnel. Nothing is copied; the mount uses no disk space on your Mac. - [Ports](https://prized.dev/docs/ports): Start a server on the box and open it on your laptop as localhost, with no flags or config. Mirroring is on by default and takes a few seconds. - [Sessions](https://prized.dev/docs/sessions): Your shell runs on the box. A network drop or a closed lid ends the connection but not the session; reconnect and you are where you left off, running processes included. - [Agents](https://prized.dev/docs/agents): Start a coding agent, close the laptop, and let it work. An agent is an ordinary process on a machine you already pay for, so nothing it does is metered. - [Codex remote](https://prized.dev/docs/codex): Add your box as an SSH host in the ChatGPT desktop app and Codex runs its tasks on the box, with every edit syncing back to your Mac as it lands. One command sets the connection up. - [Boxes](https://prized.dev/docs/boxes): A box is a dedicated Linux machine in the size you pick, from Nano to Extra Large. Create and manage boxes on the dashboard; connect to them with the CLI. - [Credentials](https://prized.dev/docs/credentials): Prized does not store your dev credentials. setup hands your agents' sign-ins from your Mac straight to the box over the SSH tunnel; the control plane never sees them, and they stay on the box. - [Connectors](https://prized.dev/docs/connectors): Mount brokered credentials for ClickHouse, OpenAI, Anthropic, GitHub, or Slack into a dev box without writing the real value to its disk. ## Reference - [CLI](https://prized.dev/docs/cli): The Prized CLI is a thin client over the Mac daemon and the box agent; add --help to any command for full flags. Every non-interactive command also takes --json and prints exactly one JSON object. - [Billing](https://prized.dev/docs/billing): Pick a monthly plan from $10 to $1,000. It lands as credit every cycle, boxes bill by the hour against it, and unused credit rolls over up to two months of your plan. - [Troubleshooting](https://prized.dev/docs/troubleshooting): One command diagnoses the whole chain; config, auth, tunnel, SSH, sync, daemon, and the box agent. Start here. - [doppel is now Prized](https://prized.dev/docs/rename): Same product, new name. The command is prized, the daemon is prizedd, and new installs use Prized-named paths. Existing installs keep working with nothing to migrate. - [Privacy](https://prized.dev/docs/privacy): What Prized records about how you use the product, and what it never records.