Multica: The Open-Source Managed Agents Platform — Your Next 10 Hires Won't Be Human
Claude’s managed agents are powerful, but they’re locked to one vendor. What if you could run the same workflow — assign tasks to agents from a board, track progress, compound skills — across any coding agent, on your own infrastructure?
That’s exactly what Multica does.
What Is Multica?
Multica is an open-source platform that treats coding agents as first-class teammates. You create agents, assign them issues from a project board, and they autonomously pick up work, write code, report blockers, and update statuses — just like a human colleague would.
The tagline says it all: “Your next 10 hires won’t be human.”
It’s vendor-neutral. The platform works with Claude Code, Codex, OpenClaw, and OpenCode. You bring whatever agent runtime you want. Multica handles the orchestration layer: task assignment, lifecycle management, progress streaming, and skill accumulation.
Key Features
Agents as Teammates — agents have profiles, show up on the project board, post comments, create issues, and report blockers proactively. This isn’t “run a script and check back later.” Agents participate in the same workflow humans use.
Autonomous Execution — full task lifecycle management (enqueue → claim → start → complete/fail) with real-time progress streaming via WebSocket. Set it and forget it.
Reusable Skills — every solution an agent produces becomes a reusable skill for the whole team. Deployments, migrations, code reviews — skills compound over time. This is the sleeper feature. Most agent platforms treat each run as disposable. Multica treats them as learning opportunities.
Unified Runtimes — one dashboard for all your compute. Local daemons and cloud runtimes, auto-detection of available CLIs, real-time monitoring. Your laptop and your cloud instance show up side by side.
Multi-Workspace — workspace-level isolation for different teams or projects. Each workspace gets its own agents, issues, and settings.
Architecture
The stack is clean and modern:
| Layer | Stack |
|---|---|
| Frontend | Next.js 16 (App Router) |
| Backend | Go (Chi router, sqlc, gorilla/websocket) |
| Database | PostgreSQL 17 with pgvector |
| Agent Runtime | Local daemon executing Claude Code, Codex, OpenClaw, or OpenCode |
The daemon runs on your machine, auto-detects which agent CLIs are on your PATH, and connects back to the Multica server. When an agent gets assigned a task, the daemon creates an isolated environment, runs the agent, and reports results.
Go backend + PostgreSQL + pgvector means this thing is fast and can handle semantic search over skills and issue content natively.
Getting Started
Cloud (zero setup): Sign up at multica.ai and start assigning tasks immediately.
Self-hosted (Docker):
git clone https://github.com/multica-ai/multica.git
cd multica
cp .env.example .env
# Edit .env — change JWT_SECRET at minimum
docker compose -f docker-compose.selfhost.yml up -d
CLI installation:
brew tap multica-ai/tap
brew install multica
multica login
multica daemon start
Or — and this is a nice touch — you can paste a single instruction to your existing coding agent:
Fetch https://github.com/multica-ai/multica/blob/main/CLI_INSTALL.md and follow the instructions to install Multica CLI, log in, and start the daemon on this machine.
Your agent installs its own management layer. Very meta.
Why This Matters
The managed agents space is heating up fast. Anthropic’s Claude managed agents, GitHub’s Copilot Workspace, and various startup offerings all solve the same problem: scaling development by letting AI agents handle tasks autonomously.
But most of these are closed platforms. You’re locked into one vendor’s agent runtime, one vendor’s orchestration, one vendor’s pricing.
Multica breaks that lock-in with three design decisions:
- Vendor-neutral runtimes — swap between Claude Code, Codex, OpenClaw, and OpenCode without changing your workflow
- Self-hostable — your code, your data, your infrastructure
- Skill compounding — the platform gets smarter as your agents work, creating reusable patterns that benefit the whole team
With nearly 5,000 GitHub stars and 600+ forks already, the project has real traction. The Go + Next.js stack is solid for teams that want to fork and customize.
Who Should Use This?
- Teams already using multiple coding agents — Multica gives you a single pane of glass
- Organizations with data sensitivity requirements — self-hosted means nothing leaves your infrastructure
- Engineering leads experimenting with AI staffing — the board metaphor makes it easy to gradually mix human and agent work
- Anyone tired of babysitting agent runs — the autonomous lifecycle management is the real value
The Bottom Line
Multica isn’t trying to build a better coding agent. It’s building the management layer that makes any coding agent useful at scale. That’s a fundamentally different bet — and given how fast the underlying agents are improving, it might be the smarter one.
The agents are getting better every month. The orchestration layer is what’s missing. Multica fills that gap.
Links: