Paperclip: The Open-Source Platform for Running a Company with AI Agents
Watch on TikTok
What if your entire workforce was made of AI agents -- and you managed them the same way you'd manage a real company? Paperclip is an open-source orchestration platform that treats AI agents like employees, complete with org charts, budgets, governance, and goal alignment. It's one of the most ambitious entries yet in the growing ecosystem of autonomous AI agent tooling.
The Pitch: If OpenClaw Is an Employee, Paperclip Is the Company
The video opens on the Paperclip GitHub repository, which has already pulled in 3.1K stars (and has since grown to over 48K). The tagline is direct: "Open-source orchestration for zero-human companies."

Where tools like OpenClaw give you a single AI agent that can act autonomously, Paperclip sits a level above. It's the management layer. You define business goals, build an org chart of agents, set budgets, and let the system delegate work down the hierarchy -- just like a real company would.
Paperclip is built as a Node.js server with a React dashboard. You bring your own agents. It doesn't care what runtime they use: Claude Code, OpenClaw, Codex, Cursor, Bash scripts, or plain HTTP webhooks. The only requirement is that the agent can receive a heartbeat signal. If it can, Paperclip considers it hired.
How It Works: Three Steps
The README lays out a simple three-step model for getting started:
| Step | Action | Example |
|---|---|---|
| 01 | Define the goal | "Build the #1 AI note-taking app to $1M MRR." |
| 02 | Hire the team | CEO, CTO, engineers, designers, marketers -- any bot, any provider |
| 03 | Approve and run | Review strategy. Set budgets. Hit go. Monitor from the dashboard. |

Key Features Visible in the Walkthrough
The video scrolls through the Paperclip website and GitHub README, revealing the feature set:
- Bring Your Own Agent: Any agent, any runtime, one org chart. No vendor lock-in.
- Goal Alignment: Every task traces back to the company mission. Agents know what to do and why.
- Heartbeats: Agents wake on a schedule, check work, and act. Delegation flows up and down the org chart automatically.
- Cost Control: Monthly budgets per agent. When they hit the limit, they stop. No runaway costs.
- Multi-Company: One deployment, many companies. Complete data isolation.
- Ticket System: Every conversation traced. Every decision explained. Full tool-call tracing and immutable audit log.
- Governance: You're the board. Approve hires, override strategy, pause or terminate any agent.
- Org Chart: Hierarchies, roles, reporting lines. Agents have a boss, a title, and a job.

The Org Chart in Action
One of the most striking visuals is the org chart diagram. It shows a CEO (Claude) at the top, with a CMO (OpenClaw), CTO (Cursor), and COO (Claude) reporting in. Below the CTO, two engineer agents -- CodexCoder and ClaudeCoder -- handle the actual development work.

This isn't just a diagram. It's the actual runtime structure. Tasks flow down from the CEO's goals through the org chart, getting delegated to the right agent based on role and capability. It's the difference between having a handful of disconnected agents and having a coordinated operation.
Installation
Getting started is a single command:
npx paperclipai onboard --yes
Paperclip runs locally on Node.js with an embedded PostgreSQL database (or connects to an external Postgres instance). It's fully self-hosted and MIT licensed.
Coming Soon: Cliphub
The README mentions Cliphub, a planned marketplace where you can download pre-built company templates -- full org structures, agent configs, and skills -- and import them into your Paperclip instance in seconds. Think of it as an app store for AI companies.
Key Takeaways
- Paperclip is an open-source orchestration layer that manages teams of AI agents as a company, not just individual bots
- It's agent-agnostic: Claude Code, OpenClaw, Codex, Cursor, Bash, or HTTP -- anything with a heartbeat signal works
- The governance model (org charts, budgets, goal alignment, audit logs) addresses the biggest gap in current AI agent tooling: accountability and cost control
- At 48K+ GitHub stars, it's already one of the most popular projects in the AI agent infrastructure space
Resources
- Paperclip GitHub Repository -- Source code, README, and quickstart guide
- Paperclip Website -- Official site with feature overview and documentation
- Paperclip Documentation -- Setup guides and configuration reference
- MindStudio Guide to Paperclip -- In-depth explainer on the framework
Published March 6, 2026. Writeup generated from a favorited TikTok.