2026-01-15 06:12:54 +00:00
|
|
|
|
---
|
2026-01-27 12:19:58 +00:00
|
|
|
|
summary: "CLI reference for `moltbot setup` (initialize config + workspace)"
|
2026-01-15 06:12:54 +00:00
|
|
|
|
read_when:
|
|
|
|
|
|
- You’re doing first-run setup without the full onboarding wizard
|
|
|
|
|
|
- You want to set the default workspace path
|
|
|
|
|
|
---
|
|
|
|
|
|
|
2026-01-27 12:19:58 +00:00
|
|
|
|
# `moltbot setup`
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
2026-01-27 12:19:58 +00:00
|
|
|
|
Initialize `~/.clawdbot/moltbot.json` and the agent workspace.
|
2026-01-15 06:12:54 +00:00
|
|
|
|
|
|
|
|
|
|
Related:
|
|
|
|
|
|
- Getting started: [Getting started](/start/getting-started)
|
|
|
|
|
|
- Wizard: [Onboarding](/start/onboarding)
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-27 12:19:58 +00:00
|
|
|
|
moltbot setup
|
|
|
|
|
|
moltbot setup --workspace ~/clawd
|
2026-01-15 06:12:54 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
To run the wizard via setup:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-27 12:19:58 +00:00
|
|
|
|
moltbot setup --wizard
|
2026-01-15 06:12:54 +00:00
|
|
|
|
```
|
|
|
|
|
|
|