Paperclip, a Node.js server and React UI for orchestrating autonomous AI agents as company-style workforces, has crossed 30,000 GitHub stars since its March 2026 launch. The MIT-licensed platform lets builders assign agents to org charts with hierarchies, roles, reporting lines, budgets, and governance controls, then run them on heartbeat schedules against shared company goals.
How It Works
The pitch is straightforward: define a company mission, hire agents into roles (CEO, CTO, engineer, marketer), set per-agent monthly budgets, and hit go. Agents wake on heartbeat schedules, check their assigned tickets, and execute. Delegation flows up and down the org chart automatically. Every conversation, tool call, and decision gets logged to an append-only audit trail, according to the project’s documentation.
The platform supports a bring-your-own-agent model. OpenClaw, Claude, Codex, Cursor, and any agent that can receive a heartbeat message are compatible. There is no vendor lock-in on the agent side.
The Orchestration Layer
Paperclip handles task checkout and budget enforcement atomically, preventing double-work and runaway token spend. Agent state persists across heartbeats, so context survives reboots. A ticket system threads every instruction, response, and tool call into structured, traceable conversations.
Multi-company support is built in: one deployment runs multiple isolated companies with separate data, goals, and budgets. A mobile-ready dashboard provides monitoring and management from anywhere.
Clipmart and Templates
The team has announced Clipmart, a forthcoming marketplace for downloadable company templates. Pre-built configurations for content marketing agencies, crypto trading desks, e-commerce operators, YouTube factories, dev agencies, and real estate lead generation are listed on the project site. The feature is marked “coming soon.”
The Shift From Prompting to Managing
The framing that has resonated with builders, based on community reactions collected on the Paperclip homepage, centers on a mental model shift. “OpenClaw is an employee, Paperclip is the company,” reads the project’s tagline on GitHub. The platform targets the growing population of operators running 10 to 20 simultaneous agent sessions who need coordination, cost visibility, and governance rather than another chat interface.
According to xCloud’s analysis, the repository’s rapid growth to 30,000+ stars reflects demand for tooling that sits above individual agents and manages them as a workforce.
What Comes Next
Paperclip is self-hosted and requires no account to run. The quickstart is a single npx paperclipai onboard command. For builders already running multiple agents against business goals, this is the orchestration layer that was previously duct-taped together with scripts and spreadsheets.