CapaKit
Build, share, and run agentic capabilities.
(It's like Docker Compose, but for agents)
Getting Started
Kits to Try
curl -fsSL
https://capakit.com/install.sh | sh
Multi-model Agents
Quorum
Ask one MCP tool a question.
A coordinator fans out to OpenAI, Anthropic, and Gemini agents over A2A, then returns
a quorum answer with round summaries.
Ask one MCP tool a question. A coordinator fans out to OpenAI, Anthropic, and Gemini agents over A2A, then returns a quorum answer with round summaries.
capakit stack up https://github.com/capakit/quorum-kit --skill ~/.codex/skills
More Demo Kits Coming
Soon!
More Demo Kits Coming
Soon!
Coming soon
More Demo Kits Coming Soon!
Anatomy of a Kit
Under the Hood
CapaKit gives agentic capabilities a real execution model: isolated workloads, explicit resources, portable runtimes, and predictable setup/cleanup.
A workload runs in its own boundary
Each workload gets a clear process, filesystem, network, and data boundary.
Secrets move at the edge
Sensitive values are attached in transit, instead of being exposed inside workloads.
One capability, multiple agent surfaces
Expose A2A, OAIC, or MCP. MCP endpoints can also be consumed as Skills.
Contained from start to cleanup
Kit installation, start, stop, and cleanup behavior stays consistent across usage and machines.
Runs anywhere by design
Seamlessly switch between native sandboxing, Docker, or VMs.
Kits can depend on kits
Compose capabilities without turning resource access and security into manual wiring.