diff --git a/docs/images/app-connections/render/render-account-settings.png b/docs/images/app-connections/render/render-account-settings.png
new file mode 100644
index 000000000..616fc38a4
Binary files /dev/null and b/docs/images/app-connections/render/render-account-settings.png differ
diff --git a/docs/images/app-connections/render/render-app-connection-created.png b/docs/images/app-connections/render/render-app-connection-created.png
new file mode 100644
index 000000000..359c19104
Binary files /dev/null and b/docs/images/app-connections/render/render-app-connection-created.png differ
diff --git a/docs/images/app-connections/render/render-app-connection-form.png b/docs/images/app-connections/render/render-app-connection-form.png
new file mode 100644
index 000000000..90fb296e7
Binary files /dev/null and b/docs/images/app-connections/render/render-app-connection-form.png differ
diff --git a/docs/images/app-connections/render/render-app-connection-select.png b/docs/images/app-connections/render/render-app-connection-select.png
new file mode 100644
index 000000000..4349c7401
Binary files /dev/null and b/docs/images/app-connections/render/render-app-connection-select.png differ
diff --git a/docs/images/app-connections/render/render-create-api-key.png b/docs/images/app-connections/render/render-create-api-key.png
new file mode 100644
index 000000000..e6fc7aae9
Binary files /dev/null and b/docs/images/app-connections/render/render-create-api-key.png differ
diff --git a/docs/images/app-connections/render/render-name-api-key.png b/docs/images/app-connections/render/render-name-api-key.png
new file mode 100644
index 000000000..85c90e721
Binary files /dev/null and b/docs/images/app-connections/render/render-name-api-key.png differ
diff --git a/docs/integrations/app-connections/render.mdx b/docs/integrations/app-connections/render.mdx
new file mode 100644
index 000000000..580ec953e
--- /dev/null
+++ b/docs/integrations/app-connections/render.mdx
@@ -0,0 +1,55 @@
+---
+title: "Render Connection"
+description: "Learn how to configure a Render Connection for Infisical."
+---
+
+Infisical supports connecting to Render using API keys for secure access to your Render services.
+
+## Configure API Key for Infisical
+
+
+
+ Navigate to your Render dashboard and click on **Account Settings** in the
+ top right corner. 
+
+
+ In the Account Settings page, scroll down to the **API Keys** section and
+ click **Create API Key**. 
+
+
+ Enter a descriptive name for your API key (e.g., "production")
+ and click **Create API Key**. 
+
+
+ After creation, you'll be shown your API key. Make sure to copy and securely
+ store this key as it will not be shown again.
+
+
+
+## Setup Render Connection in Infisical
+
+
+
+ Navigate to the **App Connections** tab on the **Organization Settings**
+ page. 
+
+
+ Select the **Render Connection** option from the connection options modal.
+ 
+
+
+ Enter your Render API key in the provided field and click **Connect to
+ Render** to establish the connection. 
+
+
+ Your **Render Connection** is now available for use in your Infisical
+ projects. 
+
+
diff --git a/docs/mint.json b/docs/mint.json
index 1af808fea..fa0fb2b2d 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -517,7 +517,8 @@
"integrations/app-connections/teamcity",
"integrations/app-connections/terraform-cloud",
"integrations/app-connections/vercel",
- "integrations/app-connections/windmill"
+ "integrations/app-connections/windmill",
+ "integrations/app-connections/render"
]
}
]