Configuration
bap config
View and set persistent configuration options. Settings are stored in~/.bap/config.json.
string
Configuration key to set. Omit to view all settings.
string
Value to set for the key.
Available Settings
install-skill
Install the BAP skill file to detected AI coding agents.flag
Preview what would be installed without making changes.
flag
Install to global agent configurations.
flag
Install to the current project directory.
skill init
Install skill files to the current project directory.Global Flags
These flags can be used with any BAP command:string
Named session. Commands with the same
-s value share a browser context.number
default:"9222"
Server port for the BAP daemon.
string
default:"chrome"
Browser to use:
chrome, chromium, firefox, webkit, edge.flag
Run browser in headless mode. Useful for CI or background runs.
flag
Show the browser window (default behavior).
string
Chrome profile directory. Default: auto-detect.
flag
Launch a fresh browser without any user profile.
flag
Reduce bot detection fingerprint.
flag
Auto-attach to a running Chrome instance.
string
default:"agent"
Output format:
pretty (colored, for TTY), json (machine-readable), agent (concise markdown).flag
Fuse observation with
goto or act commands.flag
Incremental observation (only changes since last observe).
string
Response tier for observation:
full, interactive, minimal.number
default:"50"
Maximum number of elements for observation.
number
default:"30000"
Command timeout in milliseconds.
flag
Enable verbose output for debugging.
flag
Show help text.
flag
Show BAP CLI version.