Files
infisical/docs/integrations/app-connections/render.mdx
2025-09-12 17:26:01 -07:00

55 lines
2.0 KiB
Plaintext

---
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
<Steps>
<Step title="Access Account Settings">
Navigate to your Render dashboard and click on **Account Settings** in the
top right corner. ![Account
Settings](/images/app-connections/render/render-account-settings.png)
</Step>
<Step title="Generate API Key">
In the Account Settings page, scroll down to the **API Keys** section and
click **Create API Key**. ![Create API
Key](/images/app-connections/render/render-create-api-key.png)
</Step>
<Step title="Name Your API Key">
Enter a descriptive name for your API key (e.g., "production")
and click **Create API Key**. ![Name API
Key](/images/app-connections/render/render-name-api-key.png)
</Step>
<Step title="Save Your 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.
</Step>
</Steps>
## Setup Render Connection in Infisical
<Steps>
<Step title="Navigate to App Connections">
Navigate to the **App Connections** page in the desired project. ![App Connections
Tab](/images/app-connections/general/add-connection.png)
</Step>
<Step title="Add Connection">
Select the **Render Connection** option from the connection options modal.
![Select Render
Connection](/images/app-connections/render/render-app-connection-select.png)
</Step>
<Step title="Input API Key">
Enter your Render API key in the provided field and click **Connect to
Render** to establish the connection. ![Connect to
Render](/images/app-connections/render/render-app-connection-form.png)
</Step>
<Step title="Connection Created">
Your **Render Connection** is now available for use in your Infisical
projects. ![Render Connection
Created](/images/app-connections/render/render-app-connection-created.png)
</Step>
</Steps>