start_grab_session
Initiate a local grab bridge that injects a design overlay into your running app or exposes design tokens for capture.
Instructions
Start a capability-keyed Raven grab bridge on loopback. Proxy mode is the preferred zero-paste path: it serves a running local app with the overlay injected into HTML; the manual script tag remains available when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to DESIGN.md to expose over /tokens. Optional when proxy_target is set — a minimal temp DESIGN.md is created automatically. Required (and must exist) when proxy_target is omitted. | |
| port | No | Optional port; defaults to an ephemeral loopback port | |
| role | No | Overlay role; consumer preserves the component-request flow, maintainer enables direct design-system component creation | consumer |
| proxy_target | No | URL of a running local dev server; the bridge will serve that app with the grab overlay auto-injected into every HTML page — user opens the bridge URL, zero setup |