List and filter sandbox environments
vibekit local list
command displays all sandbox environments with their current status, configuration, and usage information. It supports filtering and multiple output formats.
Option | Description | Default |
---|---|---|
--status <status> | Filter by status: running , stopped , paused , error | All active |
--agent <agent> | Filter by agent type | All agents |
--branch <branch> | Filter by git branch | All branches |
--json | Output as JSON | Table format |
--all | Include stopped environments | Only active |
--json
flag:
Status | Description | Color |
---|---|---|
running | Active and ready for commands | 🟢 Green |
stopped | Inactive but preserved | ⚪ Gray |
paused | Temporarily suspended | 🟡 Yellow |
error | Failed state | 🔴 Red |
id
- Unique environment IDname
- Environment namestatus
- Current statusagentType
- AI agent typebranch
- Git branch (if applicable)created
- ISO 8601 creation timestamplastUsed
- ISO 8601 last used timestampsandboxId
- Internal sandbox identifierworkingDirectory
- Default working directoryenvVars
- Environment variables objectmodel
- AI model being usedgithubToken
- Whether GitHub token is configuredapiKey
- Whether API key is configured--json
for faster parsing~/.vibekit/environments.json
for quick access.
--json
in automationvibekit local create
- Create new environmentsvibekit local status
- Detailed environment infovibekit local delete
- Remove environmentsvibekit local exec
- Use listed environments