Config File
Botster stores its configuration at ~/.config/botster/config.json.
You can edit it directly or use the botster config command.
Options
| Key | Default | Description |
|---|---|---|
| server_url | https://trybotster.com | Server URL for hub registration |
| poll_interval | 5 | Seconds between server polls |
| max_sessions | 20 | Maximum concurrent agents |
| agent_timeout | 3600 | Agent idle timeout in seconds |
| worktree_base | ~/botster-sessions | Directory for agent worktrees |
| hub_name | repo name | Display name for your hub |
CLI Usage
# Get a value
botster config poll_interval
# Set a value
botster config poll_interval 10