Avisi cloud logo
PlayroomCommands

playroom create

Create a new playroom (interactive AI agent runtime) inside a Playhouse, with optional env forwarding, file copies, and git clones at boot.

Alpha

This command is in active development. Flags and behaviour may change between releases.

Create a new playroom (interactive AI agent runtime) inside a Playhouse.

The playroom comes up with its own persistent home directory and an SSH endpoint you can connect to. It starts fully sandboxed, so nothing from your machine is forwarded unless you ask for it.

acloud playroom create NAME [flags]

Examples

acloud playroom create my-room --playhouse playhouse-demo
# forward env vars and clone a repo at boot (token forwarded via --env)
acloud playroom create my-room -p playhouse-demo \
    --env ANTHROPIC_API_KEY \
    --env GITLAB_TOKEN \
    --git https://gitlab.example.com/grp/repo.git
# copy your gitconfig in after the playroom starts
acloud playroom create my-room -p playhouse-demo \
    --env GITLAB_TOKEN \
    --copy ~/.gitconfig:/home/playroom/.gitconfig

Options

Prop

Type

Options inherited from parent commands

Prop

Type

SEE ALSO

On this page