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.16.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.16.tar.gz.
File metadata
- Download URL: sandflare_cli-2.0.16.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 |
a47b1cb85c2dd585de80b1927617361dc00af9c656e2c9e4b5e7c060bf9b75f0
|
|
| MD5 |
1752d2b1c14b002a55bb27bdbdb55eeb
|
|
| BLAKE2b-256 |
19c5f1ec5bb958c913f24337ae5ef610e70f5650451168de6ccf95e3adfb6506
|
File details
Details for the file sandflare_cli-2.0.16-py3-none-any.whl.
File metadata
- Download URL: sandflare_cli-2.0.16-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 |
f3da521405b47f9d0eb998ba878a43f955cfa890e19b8c0f2796bfe8217c0640
|
|
| MD5 |
8003e52e59399c063afbb0f7e2b792ba
|
|
| BLAKE2b-256 |
feb9a3cb7dca6851c5a6be67e658e53a11426fdb75e781f72e4e925aac0ce0e8
|