Documentation Index
Fetch the complete documentation index at: https://docs.boxcrew.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
bx. Create a global alias for convenience:
Authenticate
Browser login (recommended)
- The CLI starts a temporary local HTTP server
- Opens
https://boxcrew.ai/cli-auth?port=PORTin your browser - An API key named “CLI” is created and sent back
- The key is stored in the CLI config
| Flag | Description | Default |
|---|---|---|
--api-url <url> | Override the API URL | https://api.boxcrew.ai |
--frontend-url <url> | Override the frontend URL | https://boxcrew.ai |
Paste login (headless environments)
For SSH sessions, CI/CD, or environments without a browser:Environment variables
| Variable | Description |
|---|---|
BOXCREW_API_URL | Override the BoxCrew API URL |
BOXCREW_FRONTEND_URL | Override the BoxCrew frontend URL |