Skip to content

Python SDK Reference

The Leap0 Python SDK provides synchronous and asynchronous clients for sandbox lifecycle, files, git, process execution, PTY sessions, LSP, SSH, code interpreter, desktop automation, snapshots, and templates.

pip install leap0
from leap0 import Leap0Client
client = Leap0Client()
sandbox = client.sandboxes.create()
print(sandbox.id)

Use the sidebar to browse shared defaults, errors, sync clients, and async clients.