Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 11 additions & 32 deletions connection-guides/iam/render.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,46 +11,27 @@ import IntegrationFooter from "/snippets/integration-footer.mdx";

If you've been directed to StackOne to integrate with Render, the following steps will help you understand the process and any necessary actions to configure successful integration.

## Get your Render API Key
## Find your Team ID

<Steps>
<Step title="Log in to Render">
Log in to your Render account and view your personal Account Settings page.
<Step title="Sign in to Render">
Sign in to your [Render account](https://dashboard.render.com) and navigate to **Team Settings**.
</Step>

<Step title="Create API Key">
Click API Keys on the left, then the Create API Key button.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Create API Key" src="/images/render/image1.png" />
</Frame>
</Step>

<Step title="Enter API Key Details">
In the window that appears, enter a Name for the new API Key, then press the Create API Key button.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="API Key Details" src="/images/render/image2.png" />
</Frame>
</Step>
<Step title="Copy your Team ID">
Copy the Team ID from your browser's address bar.

<Step title="Copy API Key">
Copy your new API Key and store it safely.
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Copy API Key" src="/images/render/image3.png" />
</Frame>
The URL follows the format `https://dashboard.render.com/teams/{teamId}/settings`. For example, if your URL is `https://dashboard.render.com/teams/tea-abc123/settings`, your Team ID is `tea-abc123`.
</Step>
</Steps>

## Connecting to StackOne
## Provide your admin credentials

<Steps>
<Step title="Enter API Key">
Upon reaching the Link Account page, enter the API Key from the previous step.
</Step>
Use the email address and password of the team admin account when connecting to StackOne.

Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The guide explains how to find the Team ID and then mentions using the admin email/password, but it never explicitly tells the user to enter the Team ID + admin credentials on the StackOne “Link Account” page and click Connect (this is called out in almost all other IAM connection guides). Consider adding a short block here that instructs entering the Team ID, admin email, and admin password on the Link Account page and proceeding with Connect (the screenshot can remain as supporting context).

Suggested change
<Steps>
<Step title="Open the StackOne Link Account page">
In the StackOne Hub, open the **Link Account** page for the Render connection.
</Step>
<Step title="Enter your Render details">
Paste the **Team ID** you copied earlier into the Team ID field, then enter the **admin email** and **admin password** for your Render team.
</Step>
<Step title="Connect the account">
Review the details and click **Connect** to link your Render account to StackOne.
</Step>
</Steps>

Copilot uses AI. Check for mistakes.
<Step title="Connect">
Proceed by clicking the Connect button.
</Step>
</Steps>
<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="Admin credentials" src="/images/render/image4.png" />
</Frame>

<IntegrationFooter />

Expand All @@ -69,5 +50,3 @@ This integration has the following [IAM Resources](https://docs.stackone.com/ref
<Card title="Authentication Guide" icon="link" href="https://api-docs.render.com/reference/authentication">
https://api-docs.render.com/reference/authentication
</Card>


Binary file added images/render/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading