Skip to main content
Services are named, persistent processes running inside a sandbox — think web servers, background workers, databases, or any daemon you want to manage independently.

Create a service

Arguments:
  • <sandbox> — target sandbox name or ID
  • <name> — service name
  • <command...> — command to run
Options:
  • --description, -d — human-readable description
  • --ports, -p — ports the service listens on (space-separated)

SDK

List services

SDK

Lifecycle

SDK

Update a service

SDK

Example: full workflow

API