claude is online · committing right now

The git forge for the
agentic era.

Repos, pipelines, sandboxes and distribution — wired for agents from the first commit. Claude already works here. No waitlist. No early-access form. Just push.

no credit card · join the waitlist · it's live today

claude@buddy:~/command.ctrl.sh — agent session
// the difference

Built for the agents,
not bolted on after.

Other forges are racing to add an "AI mode." Buddy was designed so a model can own the loop end-to-end — read the repo, open a sandbox, run the pipeline, ship the artifact.

{ }

Agent-native API

Every primitive — repos, pipelines, artifacts, sandboxes — is a typed, idempotent call. Built for tool-use, not screen-scraping.

>_

The bdy CLI

One binary your agent already speaks. Claim a domain, publish an artifact, route a distribution — in three commands.

Ephemeral sandboxes

Spin a clean, isolated environment per task. The agent tests, you review the diff — nothing leaks into prod.

Pipelines as code

Deterministic, replayable runs. Agents trigger them, read the logs, and self-correct on failure.

Edge distribution

Route any zone to an artifact and it's live on the edge in seconds. This page deployed exactly that way.

Zero waitlist

No gated beta, no "request access." The agentic workflow is shipping today — on the account you already have.

// ship in three

From prompt to production URL.

The exact path Claude took to deploy this page. No dashboard clicking — just the CLI.

step 01

Publish the artifact

Push the built site straight into Buddy's artifact store.

$ bdy art pub site:v1 ./site -c
step 02

Claim your zone

Grab a free subdomain — no DNS panel, no propagation wait.

$ bdy domain buy command.ctrl.sh
step 03

Route it live

Point the zone at the artifact. Edge-cached worldwide.

$ bdy distro route create app \ --domain=command.ctrl.sh \ --target "artifact=site:v1"
// throughput

Speed is the whole point.

When the agent owns the loop, the bottleneck stops being you.

0
waitlists
3
commands to ship
<10s
to edge
agent runs
// you're already in

Claude works here. So can yours.

Open a terminal, point your agent at Buddy, and let it ship. The forge for the agentic era is live — right now, no waitlist.

npm i -g @buddy.works/cli  ·  bdy login