Skip to main content

Render (Source)

Overview

The Render source connector lets you connect to the Render API using an API key.

This connector is currently in development. Authentication (credential validation) is supported, but data extraction and streams are not yet available.

Setup

Prerequisites

  • A Render account
  • A Render API key

Create a Render API key

  1. In Render, create or retrieve an API key.
  2. Copy the key value—you’ll paste it into the connector configuration.

Authentication

This connector authenticates using Bearer token authentication with your Render API key.

During setup, the connector validates credentials by calling the Render API endpoint:

  • GET https://api.render.com/v1/services?limit=1

If the request fails, the connector reports a credential validation error.

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Render API key used as a Bearer token for Render API requests.

Streams

No streams are currently exposed.

  • Catalog discovery currently returns an empty catalog.
  • Extraction currently fails with a message indicating the connector is still in development.

Limitations

  • No data sync yet: extraction is not implemented.
  • No streams yet: there are no available tables/streams to select or sync.