Prime Intellect Sandboxes SDK for managing remote code execution environments. Current version 0.2.22, active development, weekly releases.
pip install prime-sandboxesVerified import paths — ran on the pinned version, not inferred.
Initializes a Sandbox client using the PRIME_API_KEY environment variable.
Use sandbox as a context manager: with Sandbox(api_key='...') as sb: ...
Replace Session with Sandbox. The API is identical.
Use: from prime_sandboxes import Sandbox
Replace sandbox.run(command) with sandbox.execute(command).
No dependency data recorded yet.