Delegates code safely
Runs familiar agents through one CLI, previews the diff with dry-run, protects secrets, and limits how many files a task may touch.

Bring Claude Code, Codex, Cursor, and other tools into one managed process. VOLY routes tasks, verifies outcomes, protects file changes, and tracks cost.
A direct agent run is great for a one-off task. Daily development also needs recovery, guardrails, and evidence that the work is actually done.
Start locally on your own. Add orchestration and team Cloud as the workflow grows.
Runs familiar agents through one CLI, previews the diff with dry-run, protects secrets, and limits how many files a task may touch.
Architect, developer, tester, and reviewer get separate models and checks. A step advances only after its result is verified.
Local and hosted runs enter one organization timeline with members, spend, status, files, and results in the Cloud dashboard.
One entry point — CLI, Web UI, or CI. From there, the route depends on task complexity.
The lead assigns tiers and skills. Implement roles write files via executors; review stays on chat. Results and cost flow into one run report.
Out of billing — the next executor in the chain picks up the task. Every one of them writes files into --cwd. Use --dry-run to preview writes safely.
VOLY records work by role and shows the evidence behind the final status. This is an illustrative run-report reading.
Illustrative report format; actual cost depends on the task and selected models.
The open core is complete: orchestration, safety, and cost control all run locally. Cloud adds hosting and the team surface.
| Capability | Direct agent | VOLY Local | VOLY Cloud |
|---|---|---|---|
| File-capable execution | yes | yes | yes |
| Multi-agent orchestration | — | yes | yes |
| Plan gates and safety policy | — | yes | yes |
| Billing fallback and cost report | — | yes | yes |
| Shared team history | — | — | yes |
| Roles, invites, and hosted runs | — | — | yes |
Apache 2.0, runs on a laptop or your infrastructure, with your own keys and repositories.
Install Local →Organization, members, a shared local + hosted run history, spend, and BYOK aliases.
Open Cloud ↗Open-core Web UI: every run opens into a report — safety badges, hybrid role summary, touched files, dry-run diffs, pxpipe prompt images, tokens and cost. For the whole team: cloud.voly.codes shows shared org history, spend today, and hosted “Run in cloud”.

A lead orchestrator splits the task into roles and assigns each a model and skills. Implement roles write files; review stays on chat.
Steps only advance after verification — files, git, or tests. Not “the model said it was done.”
File writes are guarded: dry-run with diff preview, protected paths, max-files limit, git-based rollback.
Billing fallback chain: claude-code → wrangler → opencode → zen. Out of credits — the task doesn't fail.
Tokens, cost, and cache hits per run. Spend limits, cost policy — and provider keys in Cloudflare Secrets Store.
Apache 2.0 core on your laptop. Team cloud is live: orgs, invites, shared run history, hosted runs, spend — features stay open, hosting is paid.
Who runs the task and what happens when billing runs out.

| Executor | Writes files | Billing | In the chain |
|---|---|---|---|
| claude-code | yes | Anthropic | 1st |
| wrangler | yes | CF Workers AI | 2nd |
| opencode | yes | free models → your own keys | 3rd |
| zen | yes | free | 4th (last resort) |
| cursor | yes | Cursor | standalone |
| deepseek / mimo | no — text only | API | outside the chain |
Install domain knowledge packs that agents use automatically. Skills teach methodology; plugins bundle tools. One command to install, active on the next run.
Find a skillMulti-file skill packages (like PMBOK 6, design systems, company playbooks) install via git clone and are picked up instantly.
The lead orchestrator surfaces relevant skills from the marketplace mid-run — you see what's available for your specific task, not a generic catalogue.
Install directly from the run result banner. The skill is active on the next run — no restart needed.
VOLY counts every token: caching, routing, fallback, and pxpipe text→image compression turn into concrete numbers, not gut feelings.

* example output — numbers depend on your tasks
A full control plane running locally in a couple of minutes. Python 3.10+. Keys via .env or BYOK in Cloudflare Secrets Store.
Build and run agents open-core on your machine — or invite the team on cloud.voly.codes.
A complex task never goes to a single agent — it is decomposed into roles, each executed by a model of the right tier (hybrid multi-agent).
Good plans are not enough if the agent freestyles. VOLY turns a plan into a state machine with hard gates.
Letting an agent write into a real repo needs a safety net — VOLY ships one in the open core.
When the current executor runs out of money, VOLY automatically hands the task to the next one in the chain.
Every run leaves a TaskEvent: who executed it, which model, how many tokens, how much money, and which local artifacts were produced. Keys do not have to live in every machine’s .env.
VOLY is not yet another agent — it is an open control plane between the developer and the agents.