Integrations
Render
Dun deploys Render services, reads logs, and manages env vars, Postgres, and Redis.
Note
How to connect
Connect once from Integrations → Render, then toggle on the products you want Dun to manage.
Step 1
Step 2
Step 3
Where to get credentials: https://dashboard.render.com/u/settings#api-keys
What Dun can do
Each product below is something you can turn on. The examples are real prompts you can type in a chat thread.
Services & Deploys
List services and their deploys, control lifecycle (restart / suspend / resume / scale / delete), and trigger or roll back a deploy.
Trigger a deploy of my Render web service
Roll back my api service to the previous deployIn a playbook, bind render.redeploy to run this as a step.
| Permission | Required | What it does |
|---|---|---|
| List services + deploys | Yes | Discover services, regions, plans, and deploy history. |
| Restart / scale / deploy / rollback | Optional | Approval-gated lifecycle + deploy control. |
Environment Variables & Groups
Read and write a service's env vars, and manage env groups (vars + service links). Values are redacted before storage.
Show me my Render environment variables & groups| Permission | Required | What it does |
|---|---|---|
| Read env vars + groups (redacted) | Optional | List keys and linked services. |
| Set / delete vars; link groups | Optional | Approval-gated writes and group linking. |
Postgres & Redis
List managed Postgres and Redis/Key-Value instances, read connection info (redacted), scale plans, and manage Postgres backups + recovery.
Is my Render Postgres database healthy?| Permission | Required | What it does |
|---|---|---|
| Read databases + connection (redacted) | Optional | Surface instances and connection strings. |
| Scale / suspend / backup / recover | Optional | Approval-gated database operations. |
Disks & Custom Domains
List and resize persistent disks, and manage a service's custom domains (add/remove/verify) with the DNS target to point at.
Show me my Render disks & custom domains| Permission | Required | What it does |
|---|---|---|
| Read disks + custom domains | Optional | Surface disk sizes and domain verification status. |
| Resize disk / add-remove domain | Optional | Approval-gated disk resize and domain changes. |