Paperclip is an open-source Node.js and React app for orchestrating teams of AI agents like a company, with task management, governance, budgets, and auditability in one dashboard.
Paperclip is presented as a work management app for AI agents, built as a Node.js server with a React UI. The README describes it as an open-source orchestration layer for teams of agents that lets you assign goals, track work and costs, and manage agent activity from a single dashboard. It is framed as being more like a task manager for autonomous agent teams than a code-focused developer tool.
It targets the coordination problems that appear when many AI agents are working at once: losing track of who is doing what, duplicating effort, struggling to maintain context across sessions, and letting token spend run out of control. The README also emphasizes the need to align agent work with business goals, enforce governance, and keep an audit trail so humans can review and intervene when needed.
At a high level, Paperclip works by letting you define a goal, add agents with roles, and then approve and run their work from one place. The README says it uses concepts such as heartbeats, org charts, tickets, budgets, governance, and delegation so agents can wake up on a schedule, check work, pass responsibilities through the organization, and have their actions traced for review. It also states that it supports multiple agent and runtime types, including OpenClaw, Claude Code, Codex, Cursor, Bash, and HTTP, as long as the agent can receive a heartbeat.
It is gaining attention because it sits directly in the current wave of interest in autonomous AI workers and multi-agent systems, while presenting a concrete, familiar interface that looks like a task manager rather than a research demo. The README emphasizes practical concerns that matter to teams right now—cost control, persistent state, audit logs, mobile access, and multi-company isolation—which likely makes it attractive to people trying to run real agent workflows at work.
The README itself names OpenClaw, Claude Code, Codex, Cursor, Bash, and HTTP as compatible agent or runtime options rather than direct competitors. Based on the framing in the README, Paperclip appears to differ from those individual tools by focusing on the orchestration layer: organizing agents, governing them, tracking costs, and coordinating work across an entire business-like structure. Beyond that, the README does not name other alternatives.
AI-explained · grounded in each repo's README