- scoped connection
- live env var mutation
- approval when needed
- audit at the end
What is live
- create a Render connection
- test service access
- mutate a service env var through the Render API
- expose readiness through capabilities
What is not live
- Render deploy or restart flows are not implemented yet
What to run
1. Start the hosted API
2. Create a scoped Render connection
3. Test the connection
ok: trueliveExecutionAvailable: true
What Keycli does on apply
For Render secret/env changes Keycli uses the Render API to:- read service env vars
- update service env vars
When to use Render
Use Render when:- your real app is on Render
- you need service-scoped env var mutation
- you do not need deploy/restart from Keycli yet