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.19.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.19.tar.gz.
File metadata
- Download URL: sandflare_cli-2.0.19.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 |
4e994a042e51cf1aa0f42c15cafa284c726da94bd30e9d232c4e24ab43f7b15f
|
|
| MD5 |
93e20af432fd37a0d6b914806a742003
|
|
| BLAKE2b-256 |
2134d9a0be55ab9a081ebab52fce7c82a2acc16e3b5233074f4e30c380e58950
|
File details
Details for the file sandflare_cli-2.0.19-py3-none-any.whl.
File metadata
- Download URL: sandflare_cli-2.0.19-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 |
3c9fa2798d1f89f9c3ead6641b0707f17c36c1daaf7b5cff1620ea1e6a656e3a
|
|
| MD5 |
ee5ccc985814c95b1dd8701d57f171d4
|
|
| BLAKE2b-256 |
216fc865eebc865cd11214d419cf98ff47a31d75459cfa3f3031643e82883ade
|