Clusterbase makes Cluster — the AI app that answers with sources, sends bots to do the task, and builds apps from a description — and the cloud platform underneath it, open to every developer.
The Fed held rates at 4.25–4.50% and still signals two cuts this year.federalreserve Stocks closed higher and the 2-year yield fell 6 basis points as traders priced in a September cut.reuterswsj
36 openers are out so far, one per contact. I am working through the last 12 accounts now and will log every reply on the deal.

For business
Answers with sources, bots that do the task on their own computer, and apps built from a description. One place for the whole company, with the API underneath when you want to build on it.
Ask searches the live web and answers with citations, so a claim in a deck or a memo traces back to its source.
A Cluster Bot opens a real browser on its own cloud computer, works through the sites your team uses, and reports back.
Build turns a description into a running app with a shareable link, and the Build CLI picks the same session up in the terminal.
Solutions
Research the account, write the first touch, and keep the CRM current. Bots do the list building, outreach, and follow-up on their own computer, and your reps take the calls.
ExploreResearch the market, draft the campaign, make the images, and pull the numbers on Friday. One place for the brief, the assets, and the report.
ExploreClose the books with less chasing. Bots collect the receipts, fill in the portals, pay the invoices, and reconcile the sheet.
ExplorePlan and ship changes with the Build CLI, review in the cloud, and deploy on the platform underneath: functions, containers, Postgres, and agents behind one API.
ExploreTriage the queue, answer from your own docs, and hand the repetitive portal work to bots, without replacing your helpdesk or your team.
ExploreFrom contract review to research memos, Cluster helps legal teams move faster with answers that cite their sources and documents that stay in your account.
ExploreTriage alerts, draft incident reports, and review code and configuration with agents that run isolated, on a schedule, and leave a full record.
ExploreDedicated and air-gapped deployments with audit trails, on infrastructure your agency controls.
ExploreGet more opportunities, win more jobs, and get paid faster. For the pros who would rather be on the job than at the computer: Cluster handles the screen work, at your command.
ExploreFor developers
The platform our own products run on is open to you. Start with a few lines of TypeScript and one command; add a database, a container, or an agent when you need one.
Hello from Clusterbase!
export function handler(request: Request): Response {
return new Response("Hello from Clusterbase!");
}Sandboxes
An agent that can only talk is a chatbot. Give it a computer and it can write the code, run it, open the browser, and check its own work. A Sandbox is that computer: a full Linux machine that starts for the job and is gone when the job is.
Run one or run a thousand. Every agent works on its own computer, so a long job, a crash, or a bad idea stays on the machine it happened on.
Testing the checkout flow
Refactoring billing
Reconciling q3.xlsx
Running a backtest
Each Sandbox is its own microVM with its own kernel. Untrusted code runs inside it and stays inside it. The ports you declare stay private, reachable only with a scoped token that expires.
A private address, a scoped token, one declared service. The machine’s own address is never published.
Describe the machine in a YAML file: a base, packages, a setup step. ccp apply turns it into an immutable build, and every launch starts from exactly that.
apiVersion: sandboxes.clusterbase.ai/v1
kind: SandboxTemplate
metadata:
name: python-tools
spec:
base: debian
resources:
vcpu: 2
memory_mb: 1024
packages:
apt: [jq, python3, python3-venv]Give a Sandbox a lifetime from a minute to a day, or keep it. An idle desktop pauses to free its memory and picks up exactly where it stopped.
One flat hourly price per machine size, billed by the second after a 30-minute minimum, and only while the Sandbox is running. Paused machines cost nothing.
$0.060/ hour
Other prices are each vendor’s published per-vCPU and per-GB rates applied to the same machine size, September 2026, for sessions of 30 minutes or more; the others bill shorter runs by the second. Vercel only sells 2 GB per vCPU and bills active CPU, shown here at full use.
Sign up and ask your first question. Free to start.
Tell us what your team does all day and we will show you where Cluster fits.
Install the CLI and deploy your first application in about 60 seconds.