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.10.tar.gz
(5.4 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.10.tar.gz.
File metadata
- Download URL: sandflare_cli-2.0.10.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e45a80e3f41f871630fff3acf09af8833410471df2b7e17a24a9fa0c129b68
|
|
| MD5 |
bfbde6b2fc9e3875f4bc50b9fd06f7dd
|
|
| BLAKE2b-256 |
13edb9e4dcb34736030e908d17c0dec1bbea9825527fe7d1e09d33703283f148
|
File details
Details for the file sandflare_cli-2.0.10-py3-none-any.whl.
File metadata
- Download URL: sandflare_cli-2.0.10-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
e9b599996584b5d12443dcb1a9ce481d5ca37113e3739320f6c9e39c140d56a5
|
|
| MD5 |
e143bd25836851bf84f5ea2b7c9fc480
|
|
| BLAKE2b-256 |
ee1f51de9d41f57850002eb85a17eaf2e8ad4bc3be5f4dc8d4efab5d261c70ca
|