Koyeb Sandboxes (Python SDK)
When to use
Use this skill when the user asks to manage Koyeb sandboxes from Python using the official SDK.
Prerequisites
- •Python environment
- •Package installed:
koyeb-sdk - •API token available as
KOYEB_API_TOKEN
Workflow
- •Install the SDK package.
- •Configure authentication using
KOYEB_API_TOKEN. - •Create, start, or stop sandboxes as needed.
- •Execute commands or retrieve logs/status through the SDK.
- •Clean up sandboxes when finished.
Examples
- •Install the SDK:
pip install koyeb-sdk - •Use token auth: set
KOYEB_API_TOKENin your environment
References
For detailed flags and SDK usage, see references/koyeb-sandbox-python-sdk.md.
- •references/koyeb-sdk-auth.md
- •references/koyeb-sandbox-python-sdk.md