GlassAgent-native debugging

See what your users saw.
Let agents fix it.

Free, unlimited session replay. Structured for AI agents via MCP. Record everything — debug with your coding agent.

npx glass init

Free Recording

Unlimited session replay, forever. Zero egress costs on Cloudflare R2.

Agent-First

MCP server + CLI. Your coding agent searches errors, gets repro paths, and renders screenshots.

Privacy by Default

All inputs masked, configurable selectors, no password/CC capture. Your data, your rules.

How it works

1

Install the SDK

Drop in @glass/browser (or the React/Next wrapper). Recording starts instantly.

2

Record everything

rrweb DOM capture + structured events stream to the edge — batched, masked, cheap.

3

Debug with your agent

Connect the MCP server. Your agent queries errors and reproduction paths directly.

app.tsx
import { Glass } from "@glass/browser";

Glass.init({ key: "glass_ik_your_project" });

// That's it. Sessions, errors, and rage-clicks
// are now queryable by your coding agent over MCP.