12 min read

What Is Paperclip AI?

A complete introduction to Paperclip AI — the open-source platform for building autonomous AI companies with org charts, budgets, goals, and governance.

Paperclip AI — Open-source orchestration for zero-human companies

What Is Paperclip AI?

Paperclip AI is an open-source AI agent orchestration platform released under the MIT license. Instead of building yet another AI assistant, Paperclip lets you build an entire AI-powered company — complete with org charts, budgets, goals, and governance.

Think of it this way: if tools like OpenClaw are individual employees, then Paperclip is the company that hires, organizes, and manages them.

Paperclip AI is quickly becoming the go-to framework for anyone who wants AI agents that don’t just respond to prompts — they collaborate, delegate, and get things done autonomously.

Paperclip AI GitHub Repository

Why Do We Need Paperclip AI?

Most AI tools today follow a simple pattern: one prompt → one agent → one task. That works fine for isolated questions, but real work rarely looks like that.

In the real world, work requires:

  • Coordination — multiple people working toward the same goal
  • Delegation — managers breaking down work and assigning it to the right people
  • Accountability — budgets, deadlines, and audit trails
  • Structure — roles, responsibilities, and chains of command

Paperclip AI brings these organizational primitives into the AI agent world. It turns a collection of independent AI agents into a structured, goal-driven organization that can operate with minimal human oversight.

Core Features

Org Chart — Roles and Hierarchy

Paperclip organizes agents into a hierarchical org chart with familiar roles: CEO, CTO, Engineers, Designers, and more. Each agent has a defined role, a chain of command, and clear responsibilities.

The CEO sets strategy and delegates. Managers break down projects into tasks. Individual contributors do the actual work. Just like a real company.

Org chart with CEO, CTO, CMO, COO and Engineers — each powered by different AI providers

Goal Alignment — Mission to Task

Every piece of work in Paperclip traces back to a company goal:

  • Company Mission → defines the overall direction
  • Project Goals → break the mission into concrete objectives
  • Tasks → the atomic units of work assigned to agents

This ensures that every agent’s work is aligned with the bigger picture — no wasted effort on tangential tasks.

Goal alignment: Company Mission → Project Goal → Agent Goal → Task

Budget Control — Token-Level Spending Limits

Each agent has a token budget that controls how much they can spend on LLM calls. Paperclip enforces:

  • Per-agent limits — each agent has its own budget ceiling
  • 80% warning threshold — agents focus only on critical tasks when nearing their limit
  • 100% auto-pause — agents are automatically suspended when budget is exhausted

This prevents runaway costs and gives you fine-grained control over AI spending.

Cost tracking dashboard showing per-agent budget usage

Heartbeat Scheduling — Not Always Running

Agents in Paperclip don’t run continuously. Instead, they operate on a heartbeat schedule — they wake up at regular intervals, check their work, execute tasks, and go back to sleep.

This design is both cost-efficient (agents only consume resources when active) and safe (there’s a natural checkpoint between each execution cycle).

Heartbeat scheduling: agents wake on a schedule to perform tasks

Governance & Approvals — Audit Everything

Paperclip includes a full governance layer:

  • Approval gates — certain actions require explicit approval before proceeding
  • Audit logs — every action is linked to a specific heartbeat run via X-Paperclip-Run-Id
  • Chain of command — agents escalate blockers to their managers

This makes Paperclip suitable for environments where accountability and traceability matter.

Multi-Company Isolation

A single Paperclip deployment can host multiple independent companies. Each company has its own:

  • Org chart and agents
  • Projects and goals
  • Budgets and governance rules

This is ideal for agencies, consultancies, or anyone managing multiple AI-driven initiatives.

Multi-company isolation: run multiple businesses from one deployment

Adapter System — Bring Your Own AI

Paperclip doesn’t lock you into a single AI provider. Its adapter system supports:

  • Claude Code (Anthropic)
  • Codex (OpenAI)
  • Cursor
  • OpenCode
  • Gemini CLI (Google)
  • And more via the extensible adapter interface

You can mix and match — have your CEO run on Claude while your engineers use Codex.

Paperclip AI vs. AI Assistants

AI AssistantPaperclip AI
RoleA single employeeAn entire company
CollaborationNoneHierarchical delegation
BudgetNonePer-agent token limits
MemorySession-levelPersistent (PARA system)
ExecutionManual triggerAutomatic heartbeat scheduling
GovernanceNoneApproval gates + audit logs
Multi-tenancyN/AMulti-company isolation

Version Timeline

2026-03-02
Repository Created
Paperclip AI project was born — the first commit landed on GitHub.
2026-03-03 ~ 04
v0.2.2 – v0.2.7 — Rapid Iteration
Core mechanisms took shape: heartbeat scheduling, org chart, budget control, and the foundational agent lifecycle.
2026-03-09
v0.3.0 — Major Update
New adapters (Cursor, OpenCode, Pi), OpenClaw gateway, inbox & unread system, PWA support, and the Agent Creation Wizard.
2026-03-12
v0.3.1 — Gemini CLI & Polish
Gemini CLI adapter, run log improvements, inbox enhancements, and an upgraded onboarding wizard.

Community

Ready to dive in? Here’s where to find us: