Python SDK

Turn any machine into an API endpoint. No SSH. No VPN. No open ports.

Quick Start

Install the SDK and start controlling remote machines in minutes.

Installation
Python 3.10+
pip install cmdop
quickstart.py
Loading code...

Features

Everything you need to control remote machines programmatically.

Terminal Control

Full shell access with session management, signal handling, and output streaming.

File Management

Complete filesystem control: read, write, delete, copy, move files remotely.

AI Agents

Run LLM agents with Pydantic schema for type-safe structured responses.

Async Support

Full async/await support for high-performance concurrent operations.

Code Examples

Real-world examples to get you started quickly.

Terminal Sessions

terminal.py
Loading code...

File Operations

files.py
Loading code...

AI Agents with Pydantic

agent.py
Loading code...

Async Support

async_example.py
Loading code...

Ready to get started?

Install the Python SDK and start automating your infrastructure in minutes.