Paperclip: The Complete Guide to Open-Source Orchestration for Zero-Human Companies

What if you could run an entire company with AI agents — and manage it like a task board?
Paperclip is an open-source Node.js server and React dashboard that orchestrates teams of AI agents into fully autonomous businesses. Instead of managing individual agent sessions, you manage goals, budgets, and org charts — the agents figure out the rest.
With 16,300+ stars on GitHub in under two weeks since launch, Paperclip has captured the imagination of the AI community. It's not another agent framework — it's a company operating system for AI.
"If OpenClaw is an employee, Paperclip is the company."
Key Stats
| Metric | Value |
|---|---|
| GitHub Stars | 16,300+ |
| Forks | 1,985 |
| Created | March 2026 |
| Language | TypeScript |
| License | MIT |
| Created by | PaperclipAI |
| Homepage | paperclip.ing |
What Is Paperclip?
Paperclip is a self-hosted orchestration platform that turns AI agents into a functioning company. It provides:
- Org charts — Define hierarchies and reporting structures for agents
- Budget management — Set cost limits and track agent spending
- Governance — Establish rules and approval workflows
- Goal alignment — Assign business objectives, not individual tasks
- Agent coordination — Manage work checkout, sessions, and handoffs
- Cost monitoring — Real-time visibility into what each agent costs
It looks like a task manager on the surface, but underneath it handles the hard orchestration details: who has work checked out, session management, cost tracking, and accountability.
Who Is It For?
Paperclip is right for you if:
- ✅ You want to build autonomous AI companies
- ✅ You coordinate many agents (OpenClaw, Codex, Claude, Cursor) toward a common goal
- ✅ You have 20 simultaneous Claude Code terminals and lose track of everything
- ✅ You want agents running 24/7 autonomously, with the ability to audit and intervene
- ✅ You want to monitor costs and enforce budgets
- ✅ You want a process that feels like using a task manager
- ✅ You want to manage autonomous businesses from your phone
How It Works
Architecture
- Server: Node.js API at
localhost:3100 - UI: React dashboard
- Database: Embedded PostgreSQL (auto-created, zero setup)
- Requirements: Node.js 20+, pnpm 9.15+
Agent Execution Model
By default, agents run on scheduled heartbeats and event-based triggers (task assignment, @-mentions). You can also hook in continuous agents like OpenClaw.
The philosophy: "If it can receive a heartbeat, it's hired."
Multi-Company Support
A single deployment can run unlimited companies with complete data isolation.
Quickstart
One Command
npx paperclipai onboard --yes
Manual Setup
git clone https://github.com/paperclipai/paperclip.git
cd paperclip
pnpm install
pnpm dev
No Paperclip account required. Fully self-hosted.
What's Different From Using Agents Directly?
| Aspect | Individual Agents | Paperclip |
|---|---|---|
| Coordination | Manual / ad-hoc | ✅ Automated |
| Cost tracking | Per-session | ✅ Cross-company |
| Org structure | None | ✅ Hierarchical |
| Work checkout | Conflicts | ✅ Managed |
| Governance | None | ✅ Built-in |
| 24/7 operation | Manual restart | ✅ Heartbeat-based |
| Goal alignment | Task-level | ✅ Business-level |
| Audit trail | Log files | ✅ Dashboard |
Why Not Just Use Asana/Trello for Agents?
Agent orchestration has subtleties: coordinating who has work checked out, maintaining sessions, monitoring costs, establishing governance — Paperclip does this for you.
ClipMart (Coming Soon)
Download and run entire companies with one click. Browse pre-built company templates — full org structures, agent configs, and skills — and import them into your Paperclip instance in seconds.
Roadmap
- ⚪ Easier OpenClaw onboarding
- ⚪ Cloud agent support (Cursor, e2b)
- ⚪ ClipMart — buy and sell agent companies
- ⚪ Easier agent configurations
- ⚪ Plugin system (knowledgebase, tracing, queues)
- ⚪ Better documentation
- ⚪ Bring-your-own-ticket-system integration
Conclusion
Paperclip represents a paradigm shift: from managing individual AI agents to managing AI companies. With org charts, budgets, governance, and goal alignment built in, it transforms the messy reality of coordinating multiple agents into something that looks like running a real business.
With 16,300+ stars in its first two weeks, Paperclip has clearly struck a nerve. The future of AI isn't just individual agents — it's autonomous organizations.
