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.29.tar.gz
(9.2 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.29.tar.gz.
File metadata
- Download URL: sandflare_cli-2.0.29.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f40ef63ff9331ee1fd51808fc5ac69f251d0dcdd0217872ad110035c7628378
|
|
| MD5 |
43d88712993f40f8d1273cf12ad04a7f
|
|
| BLAKE2b-256 |
0371ee52b4e0e9f8799aa9f4f8a407d6e5b824bd3ed41dfa54cd85bc40f87479
|
File details
Details for the file sandflare_cli-2.0.29-py3-none-any.whl.
File metadata
- Download URL: sandflare_cli-2.0.29-py3-none-any.whl
- Upload date:
- Size: 9.1 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 |
4555581e11cee733c8617e0b3cebee4dcc494773747894acb44e6592d2a040a3
|
|
| MD5 |
b9b371a51dda00adf7d2a0a27209055f
|
|
| BLAKE2b-256 |
74a2c0dcea8ba99e55fe0ed9749028565852ea7bb591f2bfe46d61b475bbff9f
|