Skip to main content

Install

The CLI binary is bx. Create a global alias for convenience:

Authenticate

This opens your browser to the BoxCrew dashboard. An API key is created automatically and sent back to the CLI — no copy-pasting required. How it works:
  1. The CLI starts a temporary local HTTP server
  2. Opens https://boxcrew.ai/cli-auth?port=PORT in your browser
  3. An API key named “CLI” is created and sent back
  4. The key is stored in the CLI config

Paste login (headless environments)

For SSH sessions, CI/CD, or environments without a browser:
This prompts you to paste an API key manually. Create one first in the dashboard under Settings > API Keys.

Environment variables

Logout

Removes stored credentials from the CLI config.