bb-cli

Solid

Use this when controlling bb. The bb CLI lets you inspect, create, and orchestrate bb threads, automations, projects, providers, and environments.

AI & Automation 2,482 stars 282 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# bb CLI Use `bb` when controlling bb itself: inspect current context, coordinate threads, message agents, or inspect projects, providers, and environments. ## Start With Context - Use `bb status` to identify the current project, thread, and environment. It also lists enabled plugins that are not running (incompatible, error, missing); `bb plugin list` shows each plugin's status detail. - Prefer `--json` when command output will drive follow-up work. - Run `bb guide` for the system overview and `bb guide <chapter>` for full command reference. - A standalone `bb` CLI with no connection env targets the default local server at `http://127.0.0.1:38886` and host daemon port `38887`. Set `BB_SERVER_URL` and `BB_HOST_DAEMON_PORT` only for remote or non-default targets. The Add machine installer injects its enrolled daemon's selected local API port automatically and atomically reserves it across default and custom machine data directories. - The main server and source Vite app bind to loopback by default. Use bb connect or a private Tailscale Serve URL for remote browsers and execution machines. `--server-bind-host 0.0.0.0` is a compatibility escape hatch only: the public API is unauthenticated and permits command execution and file reads, so wildcard binding requires a trusted network boundary. The startup listener and `app` rows then show `http://0.0.0.0:<port>`; health checks and the colocated daemon still use loopback. This opt-in is IPv4-only. Cont...

Details

Author
get-bb
Repository
get-bb/bb
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category