Skip to main content
The Glasswarp SDK is Python 3.9+. Any language can call the REST API directly — see the API reference — but the SDK handles auth, retries, and the vision/input helpers for you.

Install

The only core runtime dependency is httpx. Source: github.com/glasswarp/python-sdk (Apache-2.0). The Windows host agent and platform remain proprietary.

Grounding extra

For Set-of-Mark annotation and ROI image helpers (which use Pillow):
Skip the grounding extra for the basic session and input loop. Add it only when you call som_annotate or crop screenshots client-side.

From the monorepo

Developing the SDK inside this repo:
Public installs use PyPI: pypi.org/project/glasswarp.

Configure the client

The client reads GLASSWARP_API_KEY from the environment:
Next: install the host agent on your Windows machine.