sandboxes-js-sdklisted
Install: claude install-skill diegosouzapw/awesome-omni-skill
# Koyeb Sandboxes (JS SDK)
## When to use
Use this skill when the user asks to manage Koyeb sandboxes from JavaScript or TypeScript using the official SDK.
## Prerequisites
- Node.js environment
- Package installed: `@koyeb/sandbox-sdk`
- API token available as `KOYEB_API_TOKEN`
## Workflow
1. Install the SDK package.
2. Configure authentication using `KOYEB_API_TOKEN`.
3. Create, start, or stop sandboxes as needed.
4. Execute commands or retrieve logs/status through the SDK.
5. Clean up sandboxes when finished.
## Examples
- Install the SDK: `npm install @koyeb/sandbox-sdk`
- Use token auth: set `KOYEB_API_TOKEN` in your environment
## References
For detailed flags and SDK usage, see references/koyeb-sandbox-js-sdk.md.
- references/koyeb-sdk-auth.md
- references/koyeb-sandbox-js-sdk.md