rig CLI.
Prerequisites
- A Rigbox account (sign up here)
- The Rigbox CLI installed:
curl -fsSL https://rigbox.dev/install.sh | bash
Step 0: Authenticate
The CLI opens your browser to sign in and stores credentials locally, so the rest of these commands need no tokens or headers.Step 1: Create a Workspace
rig workspace spawn creates the workspace, boots it, and waits until it’s ready — all in one call. The dev template is a general-purpose development image with Node.js, Python, and common build tools. Replace my-project with a name of your choice.
base (minimal) and dev (full toolchain). Everything else — VS Code, Jupyter, Firecrawl, and so on — is installed as an app recipe on top of a workspace, which is the next step.
Step 2: Install an App
App recipes are pre-packaged applications you install into a workspace with a single command. Official recipes are addressed as@rigbox/<id>@builtin. Install the VS Code Server recipe:
https://<APP_NAME>.rigbox.dev — here, https://my-project-vscode.rigbox.dev.
Step 3: List Apps and Validate Live Health
List the apps in your workspace:Optional: Configure AI Settings
For workspaces with AI integration, set the AI mode:rig ai defaults:
Next Steps
Catalog Apps
Install VS Code, Jupyter, Streamlit, and more as app recipes
Workspace API
Full workspace lifecycle management
App Management
Port exposure, visibility controls, and health checks
Snapshots
Save and restore workspace state
AI Configuration
Workspace AI mode, account defaults, and credits
API Keys
Manage programmatic access