sandboxes-cli

Manage Koyeb sandbox lifecycles with CLI subcommands for create, list, run, and ports.

4|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/koyeb/koyeb-skills --skill sandboxes-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandboxes-cli
Source: https://github.com/koyeb/koyeb-skills/tree/main/plugins/koyeb/skills/sandboxes-cli
Command: npx skills add https://github.com/koyeb/koyeb-skills --skill sandboxes-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables developers to manage Koyeb sandboxes from the CLI, simplifying development environments and iteration loops.

Core Features & Use Cases

  • Create, list, and identify sandboxes for development and testing
  • Run commands, start/stop processes, monitor health, and manage files inside a sandbox
  • Expose or unexpose ports to interact with sandboxed applications

Quick Start

Create a sandbox with koyeb sandbox create SANDBOXNAME --app APPNAME and then run commands inside it with koyeb sandbox run SANDBOXNAME/APPNAME -- <command>.

Frequently Asked Questions about sandboxes-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Koyeb sandboxes from the command line?

To manage Koyeb sandboxes from the command line, use the Koyeb CLI to execute sandbox subcommands like create, list, run, start, and ps to handle the full lifecycle and process management.

What do I need to set up before creating a Koyeb sandbox?

You need the Koyeb CLI installed and available on your system PATH, along with network access, to create sandboxes, run commands, and manage filesystem and port configurations successfully.

Can I expose ports to interact with applications inside a Koyeb sandbox?

Yes, you can expose and unexpose ports on a Koyeb sandbox using the dedicated CLI subcommands, allowing you to interact directly with sandboxed applications during development and testing.

What is the best way to run commands inside an isolated development sandbox?

Running commands inside an isolated Koyeb sandbox involves using the CLI to create a named sandbox and then passing your desired command to the run subcommand for isolated execution.

How do I monitor the health and processes of a running sandbox?

You monitor the health and processes of a running sandbox by using the Koyeb CLI to view active processes with the ps subcommand and track operational status through the logs subcommand.