Commands
playroom
Manage playrooms (alpha)
Synopsis
Manage playrooms — interactive AI agent runtimes hosted in a Playhouse.
ALPHA: playrooms are in active development; commands, flags, and output may change between releases.
A playroom is a remote workspace running an AI coding agent (e.g. opencode). It runs inside a Playhouse, a shared environment Avisi Cloud sets up to host playrooms.
Options
-h, --help help for playroom
-p, --playhouse string playhouse cluster slug (defaults to last-used; supports <env>/<slug>, etc.)Options inherited from parent commands
-C, --context string sets the context
--debug enable debug mode
--debug-show-authorization-header prints actual authorization header in debug mode, use with caution!
-O, --organisation string sets the organisation
--request-timeout duration request timeout for api calls to the Avisi Cloud API (default 15s)
--trace enable trace modeSEE ALSO
- acloud - A command-line interface for Avisi Cloud
- acloud playroom config - Manage persisted playroom defaults (alpha)
- acloud playroom connect - SSH into a playroom (alpha)
- acloud playroom create - Create a new playroom in a Playhouse (alpha)
- acloud playroom delete - Delete a playroom from a Playhouse (alpha)
- acloud playroom list - List playrooms in a Playhouse (alpha)
- acloud playroom open - Open an existing playroom in your preferred editor (alpha)
- acloud playroom play - Spin up a playroom seeded with a local directory and (optionally) run a command in it (alpha)
- acloud playroom start - Start a stopped playroom (alpha)
- acloud playroom stop - Stop a playroom, keeping its storage (alpha)
- acloud playroom update - Re-render a playroom with the current CLI version (alpha)