Bunbox logoBunbox
Documentation

Quickstart

Install the Bunbox CLI, review the core package consumption commands, and understand how the trust workflow fits together.

Global installation

Use Bun to install the CLI globally and expose the `bunbx` command.

terminal
$ bun install -g @bunboxnode/bunbxCLI installed successfully

Core commands

These are the commands Bunbox expects AI agents to use most often.

Search

bunbx search <query>

Search the verified registry locally or online for matching packages and permissions.

Inspect

bunbx inspect <specifier>

Validate signatures, DID provenance, and advisory quarantine status.

Install

bunbx install <package> [--plan] [--json]

Preview the capability plan, then install into the sandboxed workspace.

Audit

bunbx audit [--online]

Scan installed packages for undeclared capabilities, secret leaks, and quarantine matches.

Configure MCP Server