Paperclip Onboarding
npx paperclipai onboard --yes(or clone +pnpm install && pnpm dev).paperclipai doctor— fix any hard failures.paperclipai auth-bootstrap-ceo— create the initial operator account.- Sign into the dashboard (default
http://localhost:3100) and create the company, or import one withpaperclipai company import. - Confirm available adapters (
claude_local,codex_local,cursor_local,gemini_local,opencode_local,openclaw_gateway,pi_local) are registered. - Hire the first agent via dashboard (Agents → Hire) or
POST /companies/:companyId/agents. - Optional: install a plugin with
paperclipai plugin install <package>thenpaperclipai plugin enable <key>. - Commit a repo-local
.paperclip/directory with runbook and onboarding notes (no secrets, noBETTER_AUTH_SECRET).
See ../../commands/setup-company.md for the full procedure.