Glasswarp

Open beta · Create a free account

Computer use API for real Windows.

Give any model eyes and hands on a Windows PC you or your client already own — not a rented sandbox.

Pair the PC once. Drive it from Python, Cursor, or MCP. You bring the model.

Owner opts in per machine, watches live, kills anytime.

pip install glasswarp

from glasswarp import GlasswarpClient

gw = GlasswarpClient(api_key="gw_live_sk_...")
session = gw.create_session(rig_id="office-pc", mode="desktop")
obs = gw.observe(session.session_id)
save = next(t for t in obs.targets if t.name == "Save")
gw.click_target(session.session_id, save)
gw.end_session(session.session_id)

Playwright for the web. Glasswarp for everything the browser can't touch.

Get started free · Connect via MCP · Pricing · Docs

Who it's for

On a PC you already own — not a rented desktop

Hosted computer-use Glasswarp
Runs on Vendor VM A PC you already own
Apps Vendor image Already licensed
Data Leaves Stays
Watch After the fact Live View + kill

UiPath cost vs Glasswarp

Glasswarp: Free / $20 / $99. UiPath Pro/Unattended is quote-only on uipath.com/pricing.

Safer than the way you access that PC today

Today, desktop work on someone else's machine usually means standing remote access (TeamViewer, RDP, VPN), a full-privilege robot service, or a domain login. Glasswarp is narrower: session-scoped, capability-scoped, owner-visible, killable, and audited. Apps and data stay on that PC — no cloud Windows VM.

What you get today

UIA targets, observe, native input, Live View, consent, kill switch. Click by id — not raw coordinates. Not claimed: record/replay or self-heal.

Pricing

Session minutes on unlimited paired rigs. You bring the brain; we meter active time.

Idle sessions auto-end. Full table: pricing.

FAQ

Eyes vs brain?

We provide vision and input. You bring the model and task logic.

Record/replay?

No — not shipped. UIA targets + Live View are.

How do you compare to UiPath on price?

Glasswarp is Free / $20 / $99 on session minutes; UiPath Pro/Unattended is quote-only. Dollar figures and sources: /#uipath.

Wire the SDK?

Yes — pip install glasswarp, n8n HTTP Request, or MCP with no project code.

Full FAQ: /faq

How it works

  1. Create an account
  2. Install the Windows host
  3. Enable API access · n8n, Cursor, or Python