Debug your Render services in Claude Code and Cursor.
Try Render MCPJanuary 28, 2026
New
Validate Blueprint files using the Render CLI or API
The Render CLI and API now support validation of render.yaml files used with Render Blueprints. This enables you to quickly verify that Blueprint changes are valid in your local dev environment or as part of CI.
- CLI: Run
render blueprints validate render.yaml- Requires version 2.7.1 or later of the CLI. Learn how to upgrade.
- API: Provide your
render.yamlfile to the new Validate Blueprint endpoint.- New to the Render API? Start here.
These additions complement existing IDE support for Blueprint validation. Learn more in the documentation.