Render

How an agent gets a Render key through KeyKeeper, what to choose on dashboard.render.com, and how KeyKeeper verifies it.

Template idrender
Fieldrender-api-key → RENDER_API_KEY · secret
Key looks likeshown once when created
Created atdashboard.render.com
Verified by KeyKeeperGET https://api.render.com/v1/users — reads the user associated with the key
Template checked2026-09-15

What the agent does

keykeeper providers show render
keykeeper save --provider render --from-clipboard --create --purpose "what this task does"
keykeeper run -c render -- <your command>

--provider render fills in the credential id and the field. The environment variable is the one Render's own tools read, so nothing has to be mapped.

What only you can do

Sign in to Render
Open Account Settings → API Keys
Create a separate API key
Copy the key, then approve the save in KeyKeeper's window.

What to choose

Render API keys currently cover every workspace the user belongs to and have no scopes. Use a dedicated account or short-lived key for sensitive automation.

The agent is told the same thing. It opens the page for you and says what to pick; it never logs in, passes 2FA or pays on your behalf.

What KeyKeeper checks

  • Before writing: the value must look like a Render key (shown once when created). A wrong paste is refused before anything is stored, and the agent is told why — without the value.
  • After saving: KeyKeeper itself sends GET https://api.render.com/v1/users with the key in the Authorization header (reads the user associated with the key). The agent receives accepted, rejected or could not reach — never the value.

Rotation and expiry

No universal expiry policy was confirmed for this credential type. Record the date shown by the provider, or leave it unknown. Rotate or revoke at dashboard.render.com.