Python SDK Reference
Overview
Section titled “Overview”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.
Installation
Section titled “Installation”pip install leap0Getting Started
Section titled “Getting Started”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.