Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Render Environment Groups API

Reusable groups of environment variables and secret files.

Render Environment Groups API is one of 17 APIs that Render publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Environment Groups. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 7 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.render.com/v1.

7 operations 3 paths 0 schemas 2 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.render.com/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Render Environment Groups API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Render API key created in the Render Dashboard, sent as an Authorization Bearer token.

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Environment Groups 7

Reusable groups of environment variables and secret files.

GET
/env-groups
List environment groups
listEnvGroups → 200
POST
/env-groups
Create an environment group
createEnvGroup body → 201
GET
/env-groups/{envGroupId}
Retrieve an environment group
retrieveEnvGroup 1 param → 200
PATCH
/env-groups/{envGroupId}
Update an environment group
updateEnvGroup 1 param body → 200
DELETE
/env-groups/{envGroupId}
Delete an environment group
deleteEnvGroup 1 param → 204
PUT
/env-groups/{envGroupId}/env-vars/{envVarKey}
Add or update a variable in an environment group
upsertEnvGroupEnvVar 2 params body → 200
DELETE
/env-groups/{envGroupId}/env-vars/{envVarKey}
Delete a variable from an environment group
deleteEnvGroupEnvVar 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

render-com-environment-groups-api-openapi.yml Raw ↑

Other APIs Render publishes across the network.

Render Blueprints API
Render Custom Domains API
Render Deploys API
Render Disks API
Render Environment Variables API
Render Environments API
Render Jobs API
Render Key Value API
Render Logs API
Render Metrics API
Render Postgres API
Render Projects API