Spin Up a Workspace
- Omit
--nameto auto-generate a slug. - Keep secrets safe—values are obfuscated in output.
- Pass
--team-idif you need to charge a different workspace. - Add
--yesto skip the confirmation prompt in automation. - GPUs? Coming soon. For now, leave off
--gpu-count; the flag is ignored until GPU sandboxes launch.
Check In on Sandboxes
Organize with Labels
Labels help you tag and manage groups of sandboxes:- Grouping related experiments or workflows
- Tracking which team or project owns a sandbox
- Bulk cleanup by category (dev, staging, test, etc.)
Move Files Around
prime sandbox reset-cache and retry—the CLI refreshes the gateway token for you.
Clean Up in Bulk
prime-cli/examples/ for CLI walkthroughs you can customize.
Quick Troubleshooting
- Sandbox stuck in
PROVISIONING? Wait a minute, then rerunprime sandbox list --status RUNNING. If it stays pending, delete and recreate from a known-good image. - Hitting auth issues?
prime sandbox reset-cacherefreshes the gateway token after you rotate API keys.