Spin Up a Workspace
- Omit
--name
to auto-generate a slug. - Keep secrets safe—values are obfuscated in output.
- Pass
--team-id
if you need to charge a different workspace. - Add
--yes
to 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
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-cache
refreshes the gateway token after you rotate API keys.