Sandflare CLI — manage Firecracker microVM sandboxes
Project description
Sandflare CLI
Zero-dependency Python CLI for managing Sandflare sandboxes and databases.
Install
pip install sandflare-cli
# or from source:
pip install -e sdk/cli/
Quick Start
# Save your API key once
sandflare config set-key pa_live_your_key_here
# Sandboxes
sandflare sandbox create --template python
sandflare sandbox list
sandflare sandbox exec sb-1 python3 -c "print('hello')"
sandflare sandbox shell sb-1
sandflare sandbox delete sb-1
# API Keys
sandflare keys list
sandflare keys create --label "CI/CD"
sandflare keys revoke <key-id>
Environment Variables
| Variable | Description |
|---|---|
SANDFLARE_API_KEY |
API key (preferred) |
PANDAAGENT_API_KEY |
Legacy API key env alias |
SANDFLARE_API_URL |
API base URL (default: https://api.sandflare.io) |
Aliases
Preferred commands:
sandflare sandbox create --template node
sf sb ls
Legacy pandaagent / pa aliases can remain during migration.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sandflare_cli-2.0.23.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sandflare_cli-2.0.23.tar.gz.
File metadata
- Download URL: sandflare_cli-2.0.23.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b48abbd03f72f52dec1511fc4b8f63e1f269b07d22faec2c710a9a19ac004535
|
|
| MD5 |
4681a4e228dc1f7704b427f721faded4
|
|
| BLAKE2b-256 |
a855e45d5c5b3c864b6091f2649db95398d6666b5336b88cd5cd271a6d9749b4
|
File details
Details for the file sandflare_cli-2.0.23-py3-none-any.whl.
File metadata
- Download URL: sandflare_cli-2.0.23-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56c235eabe14fe3e50f155b19e1b076666170e40eb43845ef0cd1ca3ab56bd19
|
|
| MD5 |
92330722eb03002fc3c38b9024d45c6f
|
|
| BLAKE2b-256 |
1fe57e52f2a9b64eaacf58a861fab5160a6f824dcead6565a51103810802eea1
|