From checkout to your first agent session.
You are buying one Linux workstation in the cloud, yours alone, with the four 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 check out Pick a tier and pay through Stripe. Monthly, no annual option, no free trial — the product is paid from day one. We sell worldwide, in US dollars. You agree to the Terms of Service by creating an account and subscribing.
- We collect two details Which region you want the machine in (the default is Chicago), and the subdomain you'd like, which becomes your workstation's address. If we don't already have them from checkout, we email and ask.
- A human builds your machine This is the concierge part, and it is deliberate. Rather than a signup form spitting out a container, someone provisions your VM, sizes it to your tier, attaches the volume, issues the TLS certificate, and runs a verification checklist before anything is handed over. We promise delivery within 24 hours of your payment settling and us having those two details. We aim for a lot faster than that.
- You get the welcome email It contains your workstation URL, your sign-in credentials (delivered securely, never in plain email body text), a note on how to authenticate each agent CLI, and your support contact.
- 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 manual. A person runs it. That's why it's 24 hours and not 24 seconds.
- Tier changes are manual. Email support and we'll resize the machine. Disk can grow; it can't shrink.
- There is no self-serve signup dashboard yet. Checkout, then email. Cancellation, though, is fully self-serve through the Stripe billing portal — see Billing.
Next
Get your agents signed in — that's the part that makes the machine worth having.