Cookbook¶
Task-focused recipes for the things people actually build with sandboxes. Each one is copy-paste runnable — set SISTEMO_API_KEY first (see the Cloud quickstart).
-
The headline use case: execute LLM-generated code in an isolated VM, capture output, destroy.
-
Give Claude or OpenAI a sandbox to run the code it writes, and feed results back.
-
pip install/npm installinside a sandbox, then run code that uses them. -
Keep data across sandbox destroy/recreate using a volume.
Want one added?
These map to the most common agent workflows. Tell us what's missing and we'll add a recipe.