Files
openclaw/docs/cli/configure.md

28 lines
968 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-16 06:57:16 +00:00
summary: "CLI reference for `clawdbot configure` (interactive configuration prompts)"
2026-01-15 06:12:54 +00:00
read_when:
- You want to tweak credentials, devices, or agent defaults interactively
---
2026-01-16 06:57:16 +00:00
# `clawdbot configure`
2026-01-15 06:12:54 +00:00
Interactive prompt to set up credentials, devices, and agent defaults.
2026-01-16 06:57:16 +00:00
Tip: `clawdbot config` without a subcommand opens the same wizard. Use
`clawdbot config get|set|unset` for non-interactive edits.
2026-01-15 06:12:54 +00:00
Related:
- Gateway configuration reference: [Configuration](/gateway/configuration)
2026-01-16 06:57:16 +00:00
- Config CLI: [Config](/cli/config)
2026-01-15 06:12:54 +00:00
Notes:
- Choosing where the Gateway runs always updates `gateway.mode`. You can select "Continue" without other sections if that is all you need.
- Channel-oriented services (Slack/Discord/Matrix/Microsoft Teams) prompt for channel/room allowlists during setup. You can enter names or IDs; the wizard resolves names to IDs when possible.
2026-01-15 06:12:54 +00:00
## Examples
```bash
clawdbot configure
clawdbot configure --section models --section channels
```