Coordinate multiple Claude or Codex agents working on different parts of a coding project simultaneously.
Set spending budgets per AI agent and monitor total costs across your team in real time.
Track all agent decisions and conversations in a persistent ticket system so nothing is lost between reboots.
Approve or override agent actions through a web dashboard before they execute high-impact tasks.
Requires backend (Node.js), frontend (React), database, and likely a queue/worker system for agent coordination; multiple services to orchestrate.
Paperclip is an open-source orchestration platform that lets you manage a team of AI agents as if they were a company with an org chart, budgets, goals, and a ticketing system. The problem it addresses is that when you are running multiple AI coding agents simultaneously, for example several Claude Code or Codex sessions working on different parts of a project, it becomes impossible to track what each agent is doing, what it has already completed, what it costs, and how all the pieces relate to the overall goal. Paperclip works as a Node.js server with a React web dashboard. You define a high-level company goal, create agent roles (CEO, CTO, engineer, designer, marketer), assign those roles to actual AI agents from any provider, set spending budgets per agent, and then let the system run. Agents receive their tasks via a heartbeat mechanism, they wake up on a schedule, check what work is pending, act on it, and report back. Every task is tracked in a ticket system so conversations and decisions are traceable and persistent across reboots. You can approve or override any agent decision through the dashboard, enforce spending limits so no agent can run up an unlimited bill, and monitor the whole operation from your phone via the mobile-ready interface. The system is designed to coordinate agents from multiple providers (Claude, Codex, Cursor, and others) in a unified org chart. You would use Paperclip when you want multiple AI agents working autonomously toward a shared goal without you having to manually coordinate them. The tech stack is TypeScript and Node.js for the server, React for the frontend.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.