agentbox-cli
v1.0.7
Published
CLI for managing agentbox sandboxes and templates
Downloads
11
Maintainers
Readme
AgentBox CLI
The AgentBox CLI tool allows you to build template and manager sandboxes.
1. Install the CLI (Only for macOS or Linux OS)
Using NPM
npm install -g agentbox-cli2. Authenticate
agentbox auth login -u [email protected] -p3. Build template
agentbox template init && agentbox template build --platform linux_x864. Run sandbox
agentbox sandbox sp 'template_id'3. Check out docs
Visit our Documentation to learn more.
