Skip to main content

Add a workspace

zombiectl workspace add <repo-url>
For example:
zombiectl workspace add https://github.com/your-org/your-repo
This connects the GitHub repository as a workspace:
  1. If the UseZombie GitHub App is not yet installed on the organization, opens the installation flow in your browser.
  2. Creates the workspace and runs an initial spec sync automatically.
If the GitHub App is already installed on the target organization, the command skips the installation step and connects the repository directly.

List workspaces

zombiectl workspace list
Displays all workspaces in your account with their status, connected repository, and plan tier.
ID                  REPO                        STATUS   PLAN
ws_01J8XV9R2M       acme/backend                ACTIVE   Scale
ws_01J8XVKA3M       acme/frontend               ACTIVE   Hobby
ws_01J8XVKB7N       acme/infra                  PAUSED   Scale

Remove a workspace

zombiectl workspace remove <workspace-id>
Removing a workspace:
  • Stops accepting new runs immediately.
  • Allows in-flight runs to complete.
  • Retains run history for 30 days.
  • Uninstalls the GitHub App connection for that repository.
This action cannot be undone. You will need to re-add the workspace and reinstall the GitHub App to reconnect.