# Prized > Prized gives you a dedicated Linux box in the cloud that syncs with your > machine (macOS, Linux, or Windows): files in a local folder, box ports on > localhost, terminal sessions that survive a closed lid, and coding agents > that keep working after you leave. Every page below links its Markdown: a docs URL plus `.md`, and the same URL without the suffix returns Markdown when the request sends `Accept: text/markdown`. The whole set in one file is https://prized.dev/llms-full.txt. ## Get started - [Overview](https://prized.dev/docs.md): 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. - [Quickstart](https://prized.dev/docs/quickstart.md): Four steps from signup to a box with your project on it and your coding agent signed in. You need a Mac, a Linux machine, or a Windows PC. - [Agent setup](https://prized.dev/docs/agent-setup.md): Paste one prompt into Claude Code or Codex on your machine; the agent installs the CLI, runs prized setup, and asks before putting your project or your credentials on the box. - [Bring your environment](https://prized.dev/docs/environment.md): prized setup looks at your machine, asks a few yes or no questions, and reproduces the parts you pick on the box - shell, toolchains, CLIs, Docker images, databases, and env vars. ## Connect - [Sync](https://prized.dev/docs/sync.md): A synced project is one folder pair, ~/code/ on the box mirrored into a folder on your machine. Edits land on the other side in under a second, both directions, .git included. - [Mount](https://prized.dev/docs/mount.md): 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.md): 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.md): 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. - [Run commands and files](https://prized.dev/docs/exec.md): Run a command on your box and get its exit code back, leave one running and check on it later, and copy files in either direction, from the CLI or from any script that holds a CLI token. Nothing to install on the box. - [Desktop](https://prized.dev/docs/desktop.md): Every box can show a full Linux desktop, or a single Chrome window, in your browser. It streams over VNC inside the private tunnel; nothing is opened to the internet. ## Agents - [Agents](https://prized.dev/docs/agents.md): 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. - [Prompt an agent remotely](https://prized.dev/docs/remote-agents.md): Send Claude Code or Codex on your box a prompt from your machine or from any script, follow what it does as it happens, and interrupt it. The run lives on the box, not in a terminal, so nothing depends on your laptop staying open. - [Codex remote](https://prized.dev/docs/codex.md): 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. - [Claude Desktop remote](https://prized.dev/docs/claude-desktop.md): Point the Claude desktop app at your box over SSH. The connection rides Prized's tunnel and a restricted device key that Prized installs for you, so there is nothing to configure on the box. ## Boxes - [Boxes](https://prized.dev/docs/boxes.md): A box is a dedicated Linux machine in the size you pick, from Nano to Extra Large. Create and manage boxes from the CLI or the dashboard; connect to them with the CLI. - [Machines](https://prized.dev/docs/machines.md): What a box is made of: sizes and disks, Ubuntu 24.04 on a dedicated x86_64 virtual machine, what comes preinstalled, and the Prized processes that run beside your work. - [Snapshots](https://prized.dev/docs/snapshots.md): Point-in-time images of a box's disk. Take one by hand or on a schedule, restore it into a new box, fork a running box in one step, and save named templates new boxes start from. - [Environments](https://prized.dev/docs/environments.md): What a new box inherits, kept as versions on your account. Repos to clone, a setup script, env vars, secret files, and which of your credentials a box may receive. - [Credentials](https://prized.dev/docs/credentials.md): Prized does not store your dev credentials. setup hands your agents' sign-ins from your machine 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.md): 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.md): Every prized command, flag, and exit code, on macOS, Linux, and Windows. Add --help to any command; every non-interactive command also takes --json and prints exactly one JSON object. - [API reference](https://prized.dev/docs/api.md): Every HTTP route a CLI token can call. The control plane at api.prized.dev/api/v1 manages boxes, snapshots, environments, secrets, policies, the audit log and team status; the edge runs commands, moves files, prompts the box's agent and stops its desktop. No SDK and no OpenAPI document yet; this page is the contract. - [Dashboard](https://prized.dev/docs/dashboard.md): Every screen in the signed-in app at prized.dev/dashboard, what each control does, and where a setting lives. The feature pages explain the behaviour; this one says where to click. ## Account - [Workspaces](https://prized.dev/docs/workspaces.md): One account for the whole team; boxes, balance, and secrets shared by everyone in it. - [Teams](https://prized.dev/docs/teams.md): What a shared workspace gets on top of one account: roles, policies that bind members, quiet hours, an audit log with a scheduled export, secrets scoped to boxes or members, and a live activity page. - [Billing](https://prized.dev/docs/billing.md): Pick a monthly plan from $10 to $1,000, or one sized to your boxes past that. 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. - [Limits](https://prized.dev/docs/limits.md): Every hard cap a box or a workspace can hit, in one place: counts, sizes, windows, and rates, with what the refusal looks like. - [Data retention](https://prized.dev/docs/data-retention.md): What pausing, deleting, and closing keep and remove; the undo window for deleted boxes; zero data retention; and what is retained afterwards. ## Support - [Troubleshooting](https://prized.dev/docs/troubleshooting.md): One command diagnoses and repairs the whole chain: config, auth, tunnel, SSH, sync, daemon, and the box agent. Start here. - [Security and trust](https://prized.dev/docs/security.md): How a box is reached, what the control plane can and cannot see, where credentials and secrets go, and how to report a problem. - [Privacy](https://prized.dev/docs/privacy.md): What Prized records about how you use the product, and what it never records. ## Optional - [Everything in one file](https://prized.dev/llms-full.txt): every page above, in reading order. - [Search](https://prized.dev/api/search?query=sync): GET with `query=`; JSON hits, each with the page URL and the matching heading or paragraph. - [Pricing](https://prized.dev/pricing): the live box sizes and rates the docs point to.