CLI
The IBEE CLI (ibee) lets you manage your cloud resources from the terminal. It’s built on the Python SDK, so every command maps directly to an API endpoint.
Install
Requires Python 3.10+. This installs the ibee command.
Authenticate
Create an API token in the portal under Settings → API Tokens, then set two environment variables:
Both can also be passed per command with --token and --workspace.
Global options
Object storage
Secret store
Cloud VMs
GPU VMs
JSON output
Add --json to any command for machine-readable output — useful in scripts:
Development environment
Use --dev (or IBEE_ENV=dev) with a ibee_dev_key_... token to target the development gateway:
Related
- Python SDK — the library the CLI is built on
- Authentication
ibee-clion PyPI
