🤖AI RepoIndex

Paperclip

Open-source orchestration platform that turns AI agents into a managed company — with org charts, budgets, and governance

4.6/ 573,497 GitHub starsTypeScriptMIT

⚡ TL;DR

What
Open-source orchestration platform that turns AI agents into a managed company — with org charts, budgets, and governance
Who
Teams coordinating 5+ AI agents toward business goals, Founders building autonomous AI-run companies, Developers drowning in Claude Code tabs with no oversight, Organizations needing cost control and governance over agent spend, Anyone who wants agents running 24/7 with human oversight on demand
Catch
Overkill for single-agent use cases
Verdict
⭐⭐⭐⭐⭐ Essential

🎯 The Problem It Solves

Managing 20+ AI agents (Claude Code, Codex, OpenClaw, Cursor) means losing track of who's doing what, runaway token costs with no guardrails, and no persistent context across sessions. Paperclip solves this by giving you a full control plane: hire agents into an org chart, assign goals tied to company mission, set hard budgets that auto-throttle overspend, and track every decision through an immutable audit log. It's the difference between babysitting a pile of scripts and running an actual autonomous business.

🔧 How It Works

Paperclip is a Node.js server with an embedded PostgreSQL database and a React UI. You define companies, each with an org chart of agents (any runtime that accepts a heartbeat — Claude Code, Codex, OpenClaw, Cursor, bash scripts, HTTP webhooks). Agents are assigned goals that cascade down from company mission. On scheduled heartbeats, agents wake up, check out tasks atomically (no double-work), execute within their budget, and report back. The dashboard shows real-time status, cost tracking per agent/project/goal, and full audit trails. Multi-company isolation means one deployment can run entirely separate businesses with their own data, agents, and budgets.

🚀 Installation & Quick Start

Installation

# Quickest start (one command)\nnpx paperclipai onboard --yes\n\n# Or clone and run manually:\ngit clone https://github.com/paperclipai/paperclip.git\ncd paperclip\npnpm install\npnpm dev

Quick Start

  1. npx paperclipai onboard --yes
  2. Open http://localhost:3100
  3. Create your first company and define a goal
  4. Hire an agent (Claude Code, Codex, or any heartbeat-compatible runtime)
  5. Set a budget and hit run — monitor from the dashboard

✅ Pros

  • Turns chaotic agent sprawl into a structured, auditable org
  • Genuine cost control with hard budget stops (no runaway spend)
  • Persistent agent state across heartbeats — no context loss
  • One-command setup with embedded Postgres — zero infra needed
  • 73k+ stars, extremely active development
  • MIT licensed — fully open-source
  • Multi-company support out of the box

❌ Cons

  • Overkill for single-agent use cases
  • Requires Node.js/pnpm ecosystem
  • Self-hosted only (no managed cloud yet — on roadmap)
  • Learning curve for org-chart and governance concepts
  • No desktop app yet (on roadmap)

💬 Practitioner Verdict

"Paperclip is the missing management layer for the AI agent economy. If you're running more than a handful of agents — or want to build an autonomous business powered by AI — it turns chaos into a structured, governable, budget-controlled operation. The 73k+ star community and rapid development pace make it the clear leader in agent orchestration."
AI RepoIndex, Security Reviewer

📊 Specifications

Language
TypeScript
License
MIT
Platform
Linux, macOS, Windows, Cloud, Docker
Kill Chain
None

💰 Pricing Reality

Paperclip is completely free and open-source (MIT). Self-hosted, no Paperclip account required. A managed cloud version is on the roadmap but not yet available.

👥 Community Health

Stars73,497
Forks13,693
Contributors0
Health Score9.5/10

🏷️ Tags

Open SourceSelf-HostedAgent

🔗 Similar Tools