> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Render connector

> C1 provides identity governance for Render. Integrate your Render workspace with C1 for unified visibility and governance over user access.

C1 provides identity governance for Render. Integrate your Render workspace
with C1 for unified visibility and governance over user access.

## Capabilities

| Resource   | Sync                                                          | Provision |
| ---------- | ------------------------------------------------------------- | --------- |
| Workspaces | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Users      | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector reads one Render workspace — the workspace identified by the
owner ID you configure. It syncs that workspace and its members. Each member
is granted membership of the workspace plus the workspace role they hold
(Admin, Developer, Workspace Contributor, Workspace Billing, or Workspace
Viewer). A member's profile carries their role and whether multi-factor
authentication is enabled. Members in good standing sync as enabled users;
deactivated members sync as disabled, which is useful for offboarding review.

## Gather Render credentials

<Warning>
  To read the full member roster, the API key must belong to an administrator
  of the workspace you are syncing. A non-admin key sees only a partial roster.
</Warning>

<Steps>
  <Step>
    Sign in to Render as an administrator of the workspace you want to sync.
  </Step>

  <Step>
    Open **Account Settings** and create a new **API key**. Copy the key
    value — it begins with `rnd_`.
  </Step>

  <Step>
    Note the workspace's owner ID. This is the identifier Render uses for
    the workspace (a team owner ID).
  </Step>
</Steps>

## Configure the Render connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Render** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Render connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Render credentials:

        * **Render API key**: the API key you created, belonging to an
          administrator of the workspace.
        * **Workspace (owner) ID**: the owner ID of the workspace you want
          to sync.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Render connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Render connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Render API key.
      </Step>

      <Step>
        Configure the connector with your Render credentials:

        * **Render API key**: the `rnd_` API key belonging to an
          administrator of the workspace.
        * **Workspace (owner) ID**: the owner ID of the workspace you want
          to sync.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Render connector is now pulling access data into C1.
  </Tab>
</Tabs>
