Before you start
You need one of the supported CLI adapters installed and on your$PATH. The most common choice is Claude Code, but any of the eight
will work:
Company Agents will detect whichever ones are installed when you run
the onboarding flow.
Step 1. Install the app
company-agents CLI on your $PATH.
If you prefer to pull the .dmg or .pkg directly, grab it from the
downloads page.
Step 2. Open the app and create a company
Launch Company Agents from your Applications folder, or run:- Name: Acme Studio
- Description: A boutique web design agency run by one human and a small team of agents
- Monthly budget: $500
~/.company-agents/instances/default/. Nothing is uploaded.
Step 3. Hire your first three agents
The app guides you through hiring three agents. A CEO, a designer, and a builder. Pick a name, a role, and an adapter for each. For your first run we recommend:| Name | Role | Adapter | Monthly cap |
|---|---|---|---|
| Atlas | CEO | Claude Code | $200 |
| Plot | Designer | Gemini CLI | $80 |
| Forge | Web developer | Codex | $120 |
Step 4. Run your first workflow
From the Workflows tab, click New workflow. Pick thewebsite-build
template, which ships with Company Agents out of the box, and point it
at a real client brief. A short one is fine for the first run.
The workflow runs through five stages. You will see each one tick
green in real time:
scoutcrawls the brief and enriches it with market contextplotdrafts a design planlenssources the imageryforgewrites the codesentryruns programmatic QA
Step 5. Open the Executive Assistant
Hit⌘K anywhere in the app to open the Executive Assistant. It is
an AI in your sidebar that knows about every company you run and has
twelve system-level tools (plus every tool your agents have).
Try asking it:
“How much did we spend on the last website-build run?”It will pull the cost breakdown from your audit log and answer in one shot. No configuration, no scripts, no API calls.
What is next
You now have a working Company Agents install with a company, three agents, a completed workflow, and an audit log. From here:- Core concepts walks through the six primitives that shape everything.
- Creating a company covers the fields we glossed over in step 2.
- Managing agents goes deeper into adapters, roles, and budgets.
- How delegation works explains how managers hand work to reports and how reports escalate back up.