Skip to content
sistemo.io beta
GitHub Docs Quickstart

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).

  • Run an AI agent's code


    The headline use case: execute LLM-generated code in an isolated VM, capture output, destroy.

  • Connect an LLM


    Give Claude or OpenAI a sandbox to run the code it writes, and feed results back.

  • Install packages


    pip install / npm install inside a sandbox, then run code that uses them.

  • Persist data with volumes


    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.