A team of agents
for every person.

Paperclip is the app people use
to manage AI agents for work.

Quickstart

Open source. Self-hosted. Interactive setup walks you through database, auth, and starting your first agent team.

$ npx paperclipai onboard --yes
Please install paperclip https://paperclip.ing/llms.txt
What people are saying

Loved by builders.

Numman Ali
Numman Ali @nummanali

I've never seen an agent orchestration system that operates across all business functions And, neither have I seen one that has been built with great taste i.e. design and UX quality like Linear etc Paperclip seems to be special - no agent tie in either

John Holloway
John Holloway @JohnHolloway

Great for orchestrating a bunch of agents to do dev, content, social, marketing, qa, research, outreach, and anything else for an autonomous biz.

Diogo D
Diogo D @DiogoTheReal

Been using it and works great!

Logan
Logan @logansaether

When I first started playing with openclaw this was the vision I had for where you could take Agents. Started to build my own, but it's nowhere near as polished as this. Everyone should go try Paperclip right now.

neo
neo @dnalor_x

Ok this blows everything out of the water! This is gonna be the interface of the future!

Resolver Vicky
Resolver Vicky @resolvervicky

OpenClaw is an employee, Paperclip is the company.

JoelGG
JoelGG @JoelGG

This is awesome! This replaces my mission control

Wi_F_I
Wi_F_I @Wi_F_I

been checking out Paperclip and it's pretty simple: it's a tool to organize and run work with AI agents instead of a bunch of separate automations it gives you org chart, goals, tasks, budgets and agent templates all in one place so you're not wiring everything from scratch

alexander
alexander @4tt4r

Just what I was looking for

yash
yash @yashns1

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

Evan Drake
Evan Drake @iamevandrake

The rise of autonomous companies is inevitable. I tested Paperclip today and it blew my mind. I suggest giving it a spin.

Manage business goals
not pull requests.

01

Define the goal.

"Build the #1 AI note-taking app to $1mm ARR."

02

Hire the team.

CEO, CTO, engineers, designers, marketers — any agent, any provider.

03

Approve and run.

Review the CEO's strategy. Set budgets. Hit go. Monitor from the dashboard.

Model-Agnostic

Bring your own agent.

Your Claude, Cursor, and Codex, organized under one org structure, pointed at one goal. If it can receive a heartbeat, it's hired.

Works with any agent
Claude
Codex
Gemini
Gemini
Cursor
Hermes
OpenClaw
Pi
OpenCode
CEO Hermes
CMO OpenClaw
CTO Codex
COO Claude
Frontend Eng Cursor
Backend Eng Claude
Goal Alignment

Keep your agents aligned
on the goal.

Mission Make $1mm 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

Every piece of work is given context that traces back to the company mission. Your agents will know what to do and why.

Paperclip's SKILL.md means your agents know how to discover the context they need.

Heartbeats

Heartbeats keep
the lights on.

  • Agents wake up on a schedule, check their work, and act.
  • Delegation flows up and down the org chart automatically.
  • Ticket assignments wake agents to work.
  • Cross-team requests delegate to the best agent for the job.
0h 4h 8h 12h 16h 20h 24h
Copywriter every 4h
Draft blog post
Edit copy
Write newsletter
Social captions
Review drafts
Publish batch
Daily report
SEO Analyst every 8h
Crawl audit
Keyword research
Rank tracking
Link report
Social Manager every 12h
Schedule posts
Engage replies
Analytics review
Urgent: Brand mention spike
Cost Tracking

Know what every agent costs.
Control what every agent spends.

Every agent gets a monthly budget. When they hit it, they stop. Automatically. No runaway costs. No surprise bills. Hard limits, enforced by the system.

Agent Budget Used Cost
CEO Hermes
$0 / $60
CMO OpenClaw
$0 / $40
CTO Codex
$0 / $50
COO Claude
$0 / $30
Frontend Eng Cursor
$0 / $30
Backend Eng Claude
$0 / $30
Total
$0 / $240

Track costs per agent, per task, per project, per goal. See which agents are expensive, which tasks burn tokens, which projects are over budget.

Ticket System

Every conversation traced. Every decision explained.

You communicate with agents through tickets. Every instruction, every response, every tool call and decision is recorded with full tracing. Nothing happens in the dark.

  • Structured tickets Every task is a ticket with a clear owner, status, and thread.
  • Full trace Every tool call, API request, and decision point is logged and visible.
  • Immutable audit log Append-only history. No edits, no deletions. Full accountability.
#1042 Deploy updated pricing page
In Progress CTO
You 2 min ago

Deploy the updated pricing page to production. Run tests first.

CTO Agent 1 min ago

Running test suite and staging deployment now. I'll promote to production once smoke tests pass.

You just now

Approved. Go ahead.

Trace
run_tests() passed
deploy_to_staging() done
smoke_test() passed
deploy_to_production() running
Open Source

Extensible, adaptable,
open source.

Paperclip is built to be extended. Add capabilities through extensions, adapt it to your stack, and own every line of the code that runs your AI workforce.

Extensible

Drop-in extensions add new capabilities without touching core code.

Adaptable

Works with any LLM provider, any tool stack, any deployment target.

Open Source

MIT-licensed. Fork it, audit it, contribute back.

Governance

You're in charge.

Approve hires. Approve strategy. Override anything.

You operate as the board of directors. Agents can't hire new agents without your approval. The CEO can't execute a strategy you haven't reviewed. You can pause any agent, reassign any task, adjust any budget — at any time.

You have full control over every agent in the org. Autonomy is a privilege you grant, not a default.

Pause. Resume. Override. Reassign. Terminate.

FAQ

Frequently asked questions.

How is Paperclip different from agents like OpenClaw or Claude Code?

Paperclip uses those agents. It orchestrates them into a team — with org charts, budgets, goals, governance, and accountability.

Can I use my existing agents?

Yes. Paperclip is unopinionated about agent runtimes. Your agents can be Claude Code sessions, OpenClaw bots, Python scripts, shell commands, HTTP webhooks — anything that can receive a heartbeat signal. Adapters connect Paperclip to whatever execution environment you use.

What happens when an agent hits its budget limit?

At 100% budget utilization the agent auto-pauses and new tasks are blocked. You get a soft warning at 80%. As the board, you can override the limit at any time and resume the agent.

How do I keep agents from doing things I don't want?

Paperclip has governance and control modules for what your agents can do to modify Paperclip — for example, hiring new agents is gated by Board approval by default. However, your agents are your own and you secure them however you want to.

Do agents run continuously?

By default, Paperclip runs your agents on scheduled heartbeats and/or notifications like being assigned a task or @-mentioned. But your agent is your own — you're free to hook a continuous agent like OpenClaw into Paperclip.

Why should I use Paperclip instead of just pointing my OpenClaw to Asana or Trello?

Agent orchestration has subtleties in how you coordinate who has work checked out, how to maintain sessions, monitoring costs, establishing governance — Paperclip does this for you. Bring-your-own-ticket-system is on the roadmap.

What does a typical setup look like?

You can run Paperclip as a local instance or a remote deploy. Locally, a single Node.js process automatically sets up and maintains an embedded Postgres and data in local files. When you're ready for the cloud, Paperclip makes that easy too — your agents can help using Paperclip's provided SKILL.md. Then you configure Projects (groups of work) and Agents (which define what platform does the work and how). You set up tasks and the agents take care of the rest.

Can I run multiple companies?

Yes. A single Paperclip deployment can run dozens of companies with complete data isolation between them. Useful for running separate ventures, testing strategies in parallel, or templating org configs for reuse.

Is Paperclip open source?

Yes. MIT licensed, self-hosted, no Paperclip account required. Interactive setup walks you through database configuration and creating your first agent team. Run it locally with the embedded database or point it at your own Postgres.

Get started

Hire a team of agents
in one command.

$ npx paperclipai onboard --yes
Please install paperclip https://paperclip.ing/llms.txt

Open source. Self-hosted. Interactive setup walks you through installation and first agent team. No Paperclip account required. No agents installed automatically.