paperclipai run
One-command bootstrap and start:
- Auto-onboards if config is missing
- Runs
paperclipai doctorwith repair enabled - Starts the server when checks pass
paperclipai onboard
Interactive first-time setup:
Quickstart(recommended): local defaults (embedded database, no LLM provider, local disk storage, default secrets)Advanced setup: full interactive configuration
paperclipai doctor
Health checks with optional auto-repair:
- Server configuration
- Database connectivity
- Secrets adapter configuration
- Storage configuration
- Missing key files
paperclipai configure
Update configuration sections:
paperclipai env
Show resolved environment configuration:
paperclipai allowed-hostname
Allow a private hostname for authenticated/private mode:
Local Storage Paths
| Data | Default Path |
|---|---|
| Config | ~/.paperclip/instances/default/config.json |
| Database | ~/.paperclip/instances/default/db |
| Logs | ~/.paperclip/instances/default/logs |
| Storage | ~/.paperclip/instances/default/data/storage |
| Secrets key | ~/.paperclip/instances/default/secrets/master.key |
--data-dir directly on any command: