An org chart for Claude, Codex, and their coworkers
Paperclip exists because twenty Claude Code tabs and a folder of bash scripts do not constitute a company.

What it does
Paperclip is a Node.js server with a React UI that orchestrates teams of AI agents as if they were employees in a company. You define business goals, “hire” agents from any provider—Claude Code, Codex, Cursor, OpenClaw, or plain HTTP endpoints—and manage their work, budgets, and reporting lines from a single dashboard. It looks like a task manager, but underneath it handles heartbeat scheduling, atomic task checkout, cost throttling, and immutable audit logs.
The interesting bit
The clever angle is that it applies traditional company bureaucracy—org charts, role-based governance, budget approvals, and ticket systems—to software agents. Agents carry full goal ancestry so they know the “why” behind tasks, and the system persists their state across scheduled heartbeats so they resume context instead of starting from scratch after every reboot.
Key highlights
- Bring-your-own-agent: works with Claude Code, Codex, Cursor, OpenClaw, bash scripts, or any HTTP endpoint that can receive a heartbeat.
- Cost control with atomic budget enforcement: monthly budgets per agent throttle spend automatically.
- Multi-tenant by design: one deployment can run multiple isolated companies with separate data and audit trails.
- Governance and rollback: approval gates for hires and strategy changes, with versioned configs.
- Mobile-ready React UI for monitoring autonomous businesses from a phone.
Verdict
If you are already juggling multiple AI agents and losing track of context and costs, Paperclip offers a rare attempt at actual management infrastructure rather than another chat wrapper. If you just want a single coding assistant, this is vast overkill.
Frequently asked
- What is paperclipai/paperclip?
- Paperclip exists because twenty Claude Code tabs and a folder of bash scripts do not constitute a company.
- Is paperclip open source?
- Yes — paperclipai/paperclip is open source, released under the MIT license.
- What language is paperclip written in?
- paperclipai/paperclip is primarily written in TypeScript.
- How popular is paperclip?
- paperclipai/paperclip has 74.5k stars on GitHub and is currently cooling off.
- Where can I find paperclip?
- paperclipai/paperclip is on GitHub at https://github.com/paperclipai/paperclip.