Cypress has launched the Cypress Cloud CLI (`cy-cloud`), a terminal tool that exposes Cypress Cloud run data and Test Replay as structured JSON. It lets developers and AI coding agents (Claude Code, Codex CLI, Copilot CLI) programmatically triage failed CI runs by listing failed tests, pulling error details and screenshots, and inspecting the full replay timeline including commands, network requests, and console logs. The CLI caches replay data locally for performance, authenticates once via OAuth or a personal access token, and outputs Zod-compliant JSON that can be piped through `jq` or scripted. It complements Cypress Cloud MCP (for editor agents) and the Data Extract API, and is available on all Cypress Cloud plans including the free tier.
