Spaces:
Configuration error
Configuration error
File size: 550 Bytes
3a65265 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
summary: "CLI reference for `moltbot setup` (initialize config + workspace)"
read_when:
- You’re doing first-run setup without the full onboarding wizard
- You want to set the default workspace path
---
# `moltbot setup`
Initialize `~/.clawdbot/moltbot.json` and the agent workspace.
Related:
- Getting started: [Getting started](/start/getting-started)
- Wizard: [Onboarding](/start/onboarding)
## Examples
```bash
moltbot setup
moltbot setup --workspace ~/clawd
```
To run the wizard via setup:
```bash
moltbot setup --wizard
```
|