Paperclip AI Day 2: Build Your AI Company Org Chart
Launch Paperclip AI with one command, hire AI agents as CEO, CTO, and Engineer, and build reporting lines for your zero-human company.

๐ Picture this: In any business simulation game, the first step is always building your base and hiring staff. Today, weโll launch your business empire with a single command and recruit your first batch of โcorporate dronesโ (scratch that, elite talent)โorganizing their seating chart and making it crystal clear who manages whom.
What Weโll Cover Today
Yesterday we introduced Paperclip AI. Today, itโs time to get down to business and actually start your company. As the opening move in your โBoss Simulator,โ today you will master:
- Server Launch Guide: Initialize your local company with a single command (all data stays local, secure, and painless).
- Bring Your Own Employees: Why your employees can be Claude, Cursor, or even a script running in Docker.
- Forming Your Roster: Hire a CEO and establish reporting lines (CEO โ CTO โ Engineer | CEO โ CMO โ Ops), saying goodbye to flat, one-person sweatshops forever.
One-Click Server Launch: Your Digital Empireโs Infrastructure
Have you ever played SimCity or Cities: Skylines? Before the game begins, you need a plot of land to build your headquarters.
Starting a company in Paperclip AI doesnโt require waiting in line at the commercial registry, nor does it involve pulling your hair out over dozens of environment variables. Open your terminal and type this magic command:
npx paperclipai onboard --yes
Hit enter. In the time it takes to grab a cup of coffee, your โcorporate towerโ will be built. Youโll know itโs a success when you see something like this:
โโโโโโโ โโโโโโ โโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโ โโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโ โโโ โโโโโโโโโโโ
โโโโโโโ โโโโโโโโโโโโโโโ โโโโโโ โโโโโโโโโโโ โโโ โโโโโโโโโโ
โโโ โโโ โโโโโโ โโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ
โโโ โโโ โโโโโโ โโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Open-source orchestration for zero-human companies
...
โ
โ โ Server port: Port 3100 is available
โ
โ Summary โโโฎ
โ โ
โ 9 passed โ
โ โ
โโโโโโโโโโโโโโฏ
โ
โ All checks passed!
โ
โ Starting Paperclip server...
Thereโs no black magic here, and you donโt need deep database knowledge. This command spins up a local database based on PGlite on your machine and sets up your visual dashboard right away.
The most crucial point: All of your data stays completely local.
This means your trade secrets, project plans, and even your employeesโ โdark historiesโ all reside squarely on your own hard drive. Nothing is secretly uploaded to the cloud. Itโs safe, painless, and completely free. Right now, your executive office is fully furnishedโjust waiting for you to check the big board.
If you ever want to migrate your database to a remote Postgres instance in the future, thatโs fully supported too!
Recruiting Your First Executive: The CEO
The base is built, but you canโt be the only general in such a massive office. For a frictionless start to the joy of giving orders, weโll keep the team simple for now and only hire your companyโs first core employeeโthe CEO.
When you first enter the Paperclip dashboard, you need to:
1. Give Your Company a Catchy Name
If youโve played Warcraft 3, youโll know what this means!

2. Create Your First Agent
Naturally, we should name them CEO. Here, Iโm choosing Opus 4.6, which I currently consider the strongest model on earth, then click Next.

3. Assign Your First Task to the CEO
Iโll just use the default placeholder text here, letting it create its own metadata files: AGENTS.md, SOUL.md, HEARTBEAT.md, TOOLS.md.

4. Go Ahead and Publish the First Issue

Once itโs done, we should see the CEOโs first reply in our inbox.
They want to hire the companyโs first engineer and need our (the Chairmanโs) approval.

We can just go ahead and approve it.

Pulling Rank: Seating Your Employees (Org Chart)
Think back to the days when you used AI purely as a โcyber assistantโ: You were one person, frantically switching across 20 chat windows. โHey, tweak this code.โ โCould you summarize this paragraph for me?โ You were flat-managing everyone all by yourselfโacting as both the boss and the foreman, working like a dog every single day.
But in Paperclip, you need to learn how to delegate and slack off. The reason a company is a company is because it has an Org Chart.

Our company is still small right now, so we donโt need a CTO yet. We can just let the CEO direct the engineer directly.
Now (and in the future), you only need to do one thing: Assign tasks to the CEO. They will distribute the work to other employees. Thatโs the corporate hierarchy! Do not micromanage every employeeโs daily tasks. Since this is a Boss Simulator, you are the sole Boss (Chairman) of this company.
Below, we can set up different configurations for each Agent:

There are a few critical sections in these settings:
Agent Settings:

- Name: Calling them โCEOโ was a bit too casual earlier. Letโs give them a proper nameโletโs call him Elon.
- Title: What is this Agentโs title? (This is purely for display on the Org Chartโit really is a workplace simulator!)
- Capabilities: What are they capable of doing?
- Prompt Template: The prompt sent to the agent on every heartbeat. Supports variables like
{{agent.id}},{{ agent.name }}, and{{ agent.role }}. PS: Currently there is a bug, please keep this field empty Related PR (currently unmerged)
Adapter:

- Adapter Type: How this agent runs: local command-line interface (Claude/Codex/OpenCode), OpenClaw Gateway, spawned process, or generic HTTP webhook. (In the future, Paperclip AI will support connecting to models from different providers or even other products).
- Working Directory: Remember to use absolute paths.
- Agent Instruction File: The path my Elon created is
/Users/myname/.paperclip/instances/default/workspaces/uuid/agents/ceo/AGENTS.md.
In this ceo directory, there are also several other files and folders (which you can modify freely):
$ ceo ls -lrt
drwxr-xr-x@ - life
drwxr-xr-x@ - memory
.rw-r--r--@ 1.2k AGENTS.md
.rw-r--r--@ 2.9k HEARTBEAT.md
.rw-r--r--@ 2.6k SOUL.md
.rw-r--r--@ 86 TOOLS.md
Config and Permissions:

- Command: The default is usually fine (this is tied to the Adapter).
- Model: This is very important (you can assign different models to different Agents to save on Token costs).
- Thinking: Defaulting to Auto works nicely.
- Enable Chrome: Remember to turn this on, so they can operate the Chrome browser!
Weโll skip explaining the other fields for now.
Other Configurations:

In this ecosystem, your AIs are no longer freelancers picking up side gigs; they are cogs in your corporate machine. (It is highly recommended to treat each Agent as a real person to enhance the immersion of the whole system, which will also help you figure out what your system is actually missing):
- They have their own Name and an official Title.
- They have a clear Boss to report to.
- They have a dedicated Job Description (JD).
๐ The Bossโs Playbook: Never skip levels to give commands. If an Engineer writes a stupid bug, you, as Chairman, should absolutely not roll up your sleeves and fix their code yourself. What you need to do is directly reject the task on the dashboard, and let the CTO scold their subordinate: โHow did you review this code? Do it again!โ
Todayโs Tasks โ
Today, you need to get hands-on:
- Open your terminal, run
npx paperclipai onboard --yes, and get your company backend up and running. - Grab a piece of paper (or do it in your head) and sketch a simple Org Chart: What title should your CEO have? If they need two people under them, what should their job titles be? What are they responsible for? (Donโt create too many Agents right at the start, and entirely offload the recruiting to your CEO).
Once youโve wrapped your head around this hierarchy, tomorrow weโll teach you how to assign those โhigh-levelโ goals to these employees, getting them to work their hearts out for your corporate vision.
๐ฎ Hidden Cheat Code: How to โWipe Save and Restartโ
Because the game (company) data is stored entirely in hidden folders on your local computer, if you feel your first run wasnโt great, or if you just want to start fresh from a previous installation, you can always โwipe your save fileโ and restart.
Run this command in your terminal to clear the local database:
rm -rf ~/.paperclip
After clearing it out, you can run npx paperclipai onboard --yes again to reboot the server, just like a new player.
Teaser: Day 3 โ Goal Alignment
Tomorrow, weโre going to talk about painting the big picture (setting goals) for your company. How do you ensure that when the low-level engineer typing away at code hits every keystroke, they have the grand vision of โhelping the boss make a million bucksโ in their head? How do tasks get passed down layer by layer, carrying their โancestral genesโ?
Boss, weโll see you in the boardroom tomorrow.
Launch the server, recruit your staff, and sort out the seating chart. AI are no longer stragglersโthey are the core pillars building your business empire.