render Codex Plugin
Plugin Codex Developer Tools Cloud, Deployment & CI/CDMonitoring & ObservabilityMigration & ModernizationThe explanation below is AI-generated. Please verify it against the sources.
Render is a Codex plugin, developed by Render, that provides skills for deploying, debugging, monitoring, and migrating apps on the Render cloud platform. It bundles skills covering deployment, debugging, monitoring, migrations, and Render Workflows, plus a helper script (scripts/validate-render-yaml.sh) for validating render.yaml via the Render CLI. It can be installed from the Codex plugin library or, for development, by copying the plugin into ~/.codex/plugins/render and registering it in ~/.agents/plugins/marketplace.json. Several workflows depend on the Render CLI, which must be installed (brew install render) and authenticated (render login) separately. The plugin is categorized under Developer Tools and is released under the MIT license.
Overview
Render is a cloud platform for deploying and running apps; this plugin adds Codex skills for working with Render, including deployment via Blueprints, debugging failed deploys, monitoring service health and metrics, building Render Workflows, and migrating from Heroku.
What you can do with render
- Deploy a project to Render
- Validate and troubleshoot render.yaml using the bundled validate-render-yaml.sh script
- Debug failed deploys and check service status
- Monitor service health and metrics
- Build Render Workflows
- Work through migration tasks, such as moving from Heroku
Sources
Original description (English)
Skills for deploying, debugging, monitoring, and migrating apps on Render.
History of render
- Codex Plugin Added render