back

guide to sandbox

6 minutes4 decisions

Choosing the size of your Sandbox

A Sandbox is a powerful computer in the cloud: you switch it on when you need it, it pauses itself when you do not, and your files stay on its disk. Creating one takes four decisions, and none of them is final.

This guide is about getting it right the first time without overpaying. Detailed prices are on the pricing page; here is the reasoning.

1

The GPU is not inside, and that is good news

It is the most expensive question and it has a short answer: a Sandbox has no graphics card inside. If your work is an app or an agent that calls a language model, it does not need one: the model runs on the cluster GPUs through Token Factory, and your Sandbox reaches them over the internal network, never hitting the public internet.

So you pay for the computer by the hour and for the models by what you use, instead of renting an expensive card that sits idle while you type. If you genuinely need the GPU inside (training your own model, accelerated video processing), that is dedicated GPU today, a different product of ours.

2

Pick the size

There are three, and they fix the processors (vCPU) and memory (RAM) the machine gets. You can switch between them at any time without losing your work, so start small and move up if it gets tight:

sizeprocessorsmemoryrunningfor
Starter4 vCPU8 GB0.15 €/hTrying things out and small projects
Pro8 vCPU32 GB0.30 €/hDay-to-day work, with room to spare
Team16 vCPU64 GB0.55 €/hA team sharing the same environment
3

Pick the disk

The disk is where your files live and it does not depend on the size you pick: you choose it, between 50, 100, 250, 500, 1,000 GB, starting at 50. Size it by your repository, its dependencies and the data you work with.

It is the only thing still billed while the Sandbox is paused, because it is what keeps your things where you left them. You can grow it later, so you do not need to guess today what you will need in a year.

4

Pick an assistant, if you want one

You can boot the Sandbox with a coding assistant already installed and wired to your European inference, with no keys to configure by hand. With Claude Code you choose between using your own Anthropic account or paying per token with GLM 5.3 NVFP4, the fixed model for that template. With Open Code you pick the model from inside the environment and pay for the tokens it uses.

If you would rather set it up yourself, you can: it is a normal Ubuntu machine you reach over SSH.

Auto-pause is what saves you

When you stop using it, the Sandbox pauses itself and stops counting the hourly rate, so keeping one around all week does not ruin you: you pay the hours it was running. Reconnect and it picks up where you left it. The disk is always billed, running or paused, and it is your minimum spend for the month.

Create your Sandbox

Pick size, disk and assistant, and it boots in a minute. On the same euro balance as Token Factory and dedicated GPU.