Docs
Reference

Render

Move environment variables to and from a Render service.

Move environment variables to and from a Render service.

The connection

WhatThis provider
VendorRender
Keyrender-env
Availabilityavailable. You can connect it today.
Credential penv holdsrender-key
Values read backyes
Activationon-request

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

on-request. A new value waits there. penv can deploy to activate it, and the sync form asks you first.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You paste a credential you already hold. penv seals it and never shows it again.

FieldLabelKindRequiredWhat it is
apiKeyAPI keysecret, masked here and sealedyes

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
serviceIdServicetextyesnoThe service whose variables this environment maps onto. Its dashboard URL ends with the id.
deployAfterSyncDeploy after each syncyes or noyesyesOff, values wait for your next deploy. On, Render deploys this service immediately. Starts at false.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
services:readevery directionyesPreview cannot list the service's variable names.
env:readimportyesImport cannot read variable values.
env:writeexportyesExport cannot write anything.