← Back to research
·6 min read·industry

Paperclip

Paperclip is an open-source agent orchestration platform that models AI agents as employees in an org chart — with roles, reporting lines, budgets, heartbeats, and governance. 53k+ GitHub stars, MIT licensed.

Key takeaways

  • 53k+ GitHub stars in 6 weeks — one of the fastest-growing open-source agent projects ever
  • The mental model shift from 'I am prompting an AI' to 'I am managing a team' changes how people think about agent orchestration
  • Agent-agnostic: works with OpenClaw, Claude, Codex, Cursor, Bash, and HTTP agents under one org chart
  • Multi-company support with per-agent budgets, heartbeat scheduling, and full audit logging

FAQ

What is Paperclip?

Paperclip is an open-source, self-hosted platform for orchestrating AI agents as employees in a company structure — with org charts, roles, budgets, heartbeats, tickets, and governance. MIT licensed.

How is Paperclip different from Tembo or Blocks?

Tembo and Blocks orchestrate coding agents for engineering teams. Paperclip orchestrates agents across all business functions (engineering, marketing, sales, operations) using a company/org-chart metaphor rather than a developer workflow metaphor.

Is Paperclip open source?

Yes. MIT licensed, self-hosted via npx paperclipai onboard. No Paperclip account required.

What agents does Paperclip work with?

Any agent that can receive a heartbeat: OpenClaw, Claude, Codex, Cursor, Bash scripts, and HTTP endpoints.

Overview

Paperclip is an open-source orchestration platform that reframes AI agents as employees in a company. Instead of managing a pile of scripts and Claude Code tabs, you define an org chart with roles, reporting lines, budgets, and governance — then let agents work autonomously within that structure.[1]

The project hit 53,000+ GitHub stars in its first 6 weeks (created March 2, 2026), making it one of the fastest-growing open-source agent projects. MIT licensed and fully self-hosted via npx paperclipai onboard.[2]

The core insight, as one early user put it: "The framing here is what makes this interesting. Not 'here is an AI tool.' CEO hires a Coder. You approve it. The mental model is a company you are running, not a tool you are using. The shift from 'I am prompting an AI' to 'I am managing a team' changes how you think about what's possible."

Key Concepts

Org Chart as Architecture

Agents don't freelance — they have a boss, a title, and a job description. The CEO agent can delegate to a CTO, who delegates to engineers. Reporting lines define delegation flow.

RoleAgentExample
CEOClaudeSets strategy, delegates to VPs
CTOCursorTechnical decisions, manages engineers
CMOOpenClawMarketing strategy, manages content team
EngineerCodexImplementation, code tasks
Content WriterClaudeBlog posts, social media

Heartbeats

Agents wake on a schedule, check their work, and act. Delegation flows up and down the org chart automatically. Cross-team requests route to the best agent for the job.

Goal Alignment

Every task traces back to the company mission:

  • Company Mission — "Make $2M ARR with the #1 AI note-taking app"
  • Project Goal — "Ship collaboration features"
  • Agent Goal — "Implement real-time sync"
  • Task — "Write WebSocket handler for document updates"

Agents always know what to do and why through this context chain.

Cost Control

Monthly budgets per agent. When they hit the limit, they stop. Track costs per agent, per task, per project, per goal. No runaway token spending.

Ticket System

Every conversation is a ticket. Every instruction, response, tool call, and decision is recorded with full tracing. Append-only audit log — no edits, no deletions.

Governance

The human operates as the board of directors:

  • Agents can't hire new agents without approval
  • CEO can't execute unapproved strategy
  • Pause, resume, override, reassign, or terminate any agent at any time
  • "Autonomy is a privilege you grant, not a default"

Multi-Company

One deployment, many companies. Complete data isolation between businesses. Designed for running a portfolio of autonomous businesses from one control plane.

Agent Compatibility

Paperclip is agent-agnostic — "If it can receive a heartbeat, it's hired":

  • OpenClaw — Personal AI agents
  • Claude — Anthropic's Claude models
  • Codex — OpenAI's coding agent
  • Cursor — AI IDE
  • Bash — Shell scripts and automation
  • HTTP — Any API endpoint

Community Templates

Pre-built company templates for common use cases:

TemplateAgentsDomain
Content Marketing Agency8SEO, blogs, social
Crypto Trading Desk12Analysis, execution, risk
E-commerce Operator10Listings, support, inventory
YouTube Factory6Scripts, edits, thumbnails
Dev Agency9PM, engineers, QA, DevOps
Real Estate Leads7Prospecting, outreach, closing

Competitive Positioning

Paperclip occupies a unique position in the agent orchestration landscape:

DimensionPaperclipTemboBlocksOpenClaw
MetaphorCompany/org chartDeveloper workflowsDeveloper workflowsPersonal assistant
ScopeAll business functionsEngineeringEngineeringPersonal/general
Target UserEntrepreneurs, operatorsEngineering teamsEngineering teamsIndividuals
Agent ModelEmployees with rolesTasks with harnessesTasks with agentsSingle agent
SchedulingHeartbeats (cron)Cron + eventsEventsHeartbeats
GovernanceBoard/approval modelTeam permissionsApproval flowOwner control
PricingFree (MIT, self-hosted)$60-200/moFree (beta)Free + hosted

As one community member noted: "OpenClaw is an employee, Paperclip is the company."[3]

Relationship to Tembo

Paperclip and Tembo solve different problems at different altitudes:

  • Tembo orchestrates coding agents for engineering teams — integrating with GitHub, Linear, Jira, Sentry, and databases for developer workflows
  • Paperclip orchestrates agents across entire business functions — engineering, marketing, sales, operations — using an org-chart metaphor

They're complementary rather than directly competitive. A Paperclip company could use Tembo as the orchestration layer for its CTO/engineering department while Paperclip handles the cross-functional coordination.

Strengths

  • Explosive adoption — 53k+ stars in 6 weeks signals genuine demand for the "company of agents" metaphor
  • Open source (MIT) — Self-hosted, auditable, no vendor lock-in
  • Agent-agnostic — Works with any agent that can receive a heartbeat
  • Multi-company — Run a portfolio of autonomous businesses from one install
  • Cost control — Per-agent budgets prevent runaway spending
  • Full audit trail — Append-only ticket/trace system for accountability
  • Great UX — Multiple users compare design quality to Linear

Cautions

  • Very new — Created March 2, 2026. 6 weeks old. Stability and maintenance trajectory unknown
  • "Zero-human companies" framing — Ambitious positioning that may alienate enterprise buyers who want agent-assisted, not agent-replaced
  • Self-hosted only — No managed cloud option. Requires technical setup
  • Unknown team/funding — No disclosed company, funding, or team behind the project
  • Hype-to-substance ratio — 53k stars in 6 weeks is impressive but may reflect marketing more than production usage
  • Template quality — Pre-built templates are starting points, not production-ready businesses

Key Stats

DetailValue
GitHubpaperclipai/paperclip
Stars53,487
Forks8,992
LanguageTypeScript
LicenseMIT
CreatedMarch 2, 2026
Installnpx paperclipai onboard --yes
Websitepaperclip.ing

Research by Ry Walker Research · methodology