From checkout to your first agent session.
You are buying one Linux workstation in the cloud, yours alone, with the six agent CLIs already installed. Here is exactly what happens between paying and typing claude into a terminal.
What you actually get
One machine. Not a container on a shared box, not a sandbox that resets, not a web IDE with a terminal bolted on. Your plan buys a dedicated virtual machine with its own persistent disk, running a full Linux userland where you have sudo.
You reach it through a browser at your own hostname. Inside that browser window is the HolyCode workspace app: a file explorer, an editor, and as many terminal sessions as you want. The terminals are real PTYs on the real machine: there is no simulation layer between you and the box.
An "agent" here is just a CLI you run in one of those terminals. Your terminal session list is your agent list. See Connecting your AI agents.
The five steps
- You pick a plan Pick a tier. Monthly, no annual option, and no general free trial: the product is paid from day one unless you were given a trial code. We sell worldwide, in US dollars. You agree to the Terms of Service by creating an account and subscribing.
-
You choose two things, before you pay
We ask for the region your machine runs in and the address it answers on, something like
yourname.app.holycode.cloud. Six regions: Chicago, Ashburn, San Jose, London, Frankfurt and Sydney. If you don't mind, one click takes the defaults (Chicago, and an address we generate) and you're straight through to checkout. Both choices are permanent, so we ask before your money moves rather than after: your disk is created in the region you pick and can't be moved, and the address becomes your machine's DNS record, its TLS certificate and its sign-in identity. - Your machine builds itself Checkout hands off to our own systems, which create your virtual machine in the region you chose, size it to your tier, attach the volume, point DNS at the address you chose and issue its TLS certificate (no human in the loop). It's usually live within minutes. The promise we make is the floor, not the typical case: delivery within 24 hours of your payment settling. Because we take both details before checkout, there is nothing we need to come back and ask you for. If anything in that chain fails, a person finishes the job by hand rather than leaving you waiting.
- You get the welcome email It contains your workstation URL and a note on how to authenticate each agent CLI. There is no password to send: you sign in at app.holycode.cloud with the account you already made, and open the workstation from your dashboard.
- You open it and start a session Sign in, click Start a session, and you have a shell. Type the name of the agent you want. First run walks you through that CLI's own sign-in.
Your first minute inside
you@holycode:~$ claude
# first run signs you in with your own Claude plan or API key
you@holycode:~$ cd ~/workspace && mkdir my-project
# projects are just folders. make as many as you like.
There is nothing to install and no project limit. A "project" is a directory on your volume. Create them with mkdir. Disk is one shared quota across everything you keep, so a big monorepo and forty small repos both just spend from the same number.
Sleeping and waking
Your workstation suspends when it's idle and wakes when you come back. A warm resume takes about a second, with your processes and memory intact: the session you left running is the session you return to.
What isn't automated yet
Being straight about the beta:
- Provisioning is automatic. Your machine is built by our systems, usually within minutes. A person only steps in if something fails.
- Tier changes are manual. Email support and we'll resize the machine. Disk can grow; it can't shrink.
- You have an account dashboard at app.holycode.cloud: sign in to see your workstation and start, stop or restart it.
- Cancelling is self-serve. Hit Cancel plan on your billing page, or email support and we’ll do it the same business day (see Billing).
Next
Get your agents signed in: that's the part that makes the machine worth having.