What problem does it solve? Operating Render cloud services through the web dashboard is slow and cannot be scripted, making CI/CD automation, log inspection, and database access repetitive and error-prone. ## Core Features & Use Cases - Deployment Automation: Trigger deploys of services, specific commits, or Docker images with --wait and --confirm flags for reliable CI/CD pipelines. - Observability & Access: Tail logs in real time, SSH into running instances or ephemeral shells, and run psql queries against Render Postgres with JSON or CSV output. - Blueprint Validation & Scripting: Validate render.yaml files and use non-interactive JSON output for scripting service queries. - Use Case: In a GitHub Actions workflow, install the Render CLI, authenticate with RENDER_API_KEY, and run render deploys create <service-id> --wait --confirm -o json so the pipeline fails automatically if the deploy fails. ## Quick Start Install the Render CLI, set your RENDER_API_KEY, and ask the agent to deploy your service and stream its logs.