dunops.com/Docsbeta

Integrations

Render

Dun deploys Render services, reads logs, and manages env vars, Postgres, and Redis.

Connect with an API tokenHosting4 products

Note

Every mutating action — a deploy, a scale, a secret rotation, a DNS change — surfaces a plan in chat first. Dun never touches your Render resources until you approve it.

How to connect

Connect once from Integrations Render, then toggle on the products you want Dun to manage.

1

Step 1

Open Render Dashboard → Account Settings → API Keys.
2

Step 2

Click Create API Key and give it a name.
3

Step 3

Copy the key and paste it below.

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.

Type in a chat thread
Trigger a deploy of my Render web service
Roll back my api service to the previous deploy

In a playbook, bind render.redeploy to run this as a step.

PermissionRequiredWhat it does
List services + deploysYesDiscover services, regions, plans, and deploy history.
Restart / scale / deploy / rollbackOptionalApproval-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.

Type in a chat thread
Show me my Render environment variables & groups
PermissionRequiredWhat it does
Read env vars + groups (redacted)OptionalList keys and linked services.
Set / delete vars; link groupsOptionalApproval-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.

Type in a chat thread
Is my Render Postgres database healthy?
PermissionRequiredWhat it does
Read databases + connection (redacted)OptionalSurface instances and connection strings.
Scale / suspend / backup / recoverOptionalApproval-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.

Type in a chat thread
Show me my Render disks & custom domains
PermissionRequiredWhat it does
Read disks + custom domainsOptionalSurface disk sizes and domain verification status.
Resize disk / add-remove domainOptionalApproval-gated disk resize and domain changes.

Next steps