The cloud your agents build on.

Ship code that answers in under a millisecond, boot full machines on demand, and hand the routine work to managed agents — one platform, one API.

from request to running code
<1 ms
from request to running code
every workload, its own machine
isolated
every workload, its own machine
code, machines, agents
1 API
code, machines, agents

For developers

One API.
Every workload.

Boot a machine, ship your code, or hand work to an agent — the same token and the same API drive all of it.

curl https://api.clusterbase.dev/api/v1/vms \  -H "Authorization: Bearer $CLUSTER_TOKEN" \  -H "Content-Type: application/json" \  -d '{    "name": "build-runner",    "template_id": "ubuntu-dev",    "git_repo_url": "https://github.com/acme/api"  }'

Choose how to get started

Ship from the terminal

Install the CLI and deploy your first function in under five minutes.

  • Scaffold a project with ccp init
  • Local dev server with hot reload
  • Ship with ccp deploy --prod
  • A preview URL for every deployment
Read the Quickstart

Start in the console

Create an organization and manage everything from the browser.

  • Everything you run — code, data, and machines — in one place
  • Custom domains with automatic TLS
  • Deployment history and live logs
  • Organizations and member management
Open the Console