apiary/
agents/
workflows/
tasks/
sandboxes/
telemetry/
apiary.yaml
$ apiary up
> Starting control plane...
Orchestrator online
Agents connected
Telemetry streaming
Develop locally. Deploy anywhere.

Orchestrate every
coding agent.

The control plane for AI coding agents. Run Claude Code, Codex, and Gemini side by side — as a fleet, a DAG, or a debate. Every task sandboxed, every event streamed, every token metered.

Multi-agent orchestration configurable agents: [...] DAG execution configurable mode: dag OTLP telemetry configurable telemetry.endpoint Fleet mode configurable mode: fleet Sandboxed configurable sandbox: firecracker
$ brew install apiary
$ apiary init my-project
$ apiary up

Private beta · Limited spots

We'll reach out when your spot is ready. No spam.

● workflow.dag.yaml
# Apiary workflow definition
name: feature-landing-page
mode: dag
agents:
- id:planner type:claude-code - id:builder type:codex - id:reviewer type:gemini
edges:
-planner->builder -builder->reviewer
Runs locally
Your code never leaves your environment.
Open source
Transparent by design. Built in the open.
Production ready
Observability, retries, and fault isolation.
Bring your own keys
Use your own API keys and models.