Skip to main content
glassray is the single command-line surface for the product: cloud setup + account operations, and the local Coach loop. Install-free via npx @glassray/cli, or globally:
Without glassray login, the CLI is purely local — no cloud code loads and nothing is uploaded. Cloud commands activate only after you pair.

Set up (cloud)

Local Coach

glassray start runs the local server; the data verbs talk to it on 127.0.0.1:5899 and print API JSON verbatim (never decorated).

Loop verbs

The repo-side harness that drives glassray.yaml — your flows, run recipes, and code root as code.

Manage

Global flags

GLASSRAY_TOKEN (the CLI’s org key for CI) is distinct from GLASSRAY_API_KEY (the SDK’s per-source ingest key written into a repo’s .env.local) on purpose — so exporting one in your shell can never be mistaken for the other.