Skip to main content
Glasswarp is built to be set up by an agent, for an agent. Paste the prompt below into your coding agent (Cursor, Claude Code, and similar). It reads the public SKILL.md, inspects your project, installs the SDK, and wires up the eyes-and-hands loop — pausing for the human Windows-host step.

The prompt

Copy this into your agent:
Setup for Agents

What the agent will do

1

Read the skill and inspect your project

It fetches SKILL.md and detects your language, package manager, and conventions.
2

Install the SDK and set up the key

It adds glasswarp with your package manager and stores GLASSWARP_API_KEY via your existing secrets convention.
3

Pause for the human host step

It stops and asks you to install the host agent, pair the rig, and enable API access — a physical, owner-consent step it can’t do for you.
4

Integrate and verify

It writes the integration in your style, runs it, and confirms a live session in the Console.
The one step no agent can skip: a human installs the host agent on a real Windows machine and enables API access. That owner consent is by design — see Safety and consent.
Prefer to do it yourself? Follow the Quickstart instead.