Skip to main content

Buildkite source

Overview

The Buildkite source connector lets you connect to the Buildkite REST API using a personal API access token.

Status

This connector is currently in development. Authentication (credential validation) is supported, but data extraction is not yet implemented, and the connector does not currently expose any streams.

Setup

Prerequisites

  • A Buildkite account
  • A Buildkite API access token with permission to read the resources you intend to sync

Create a Buildkite API token

  1. In Buildkite, go to Personal settingsAPI Access Tokens.
  2. Create a new token.
  3. Copy the token value (you’ll use it as api_token).

Authentication

This connector authenticates using a Bearer token sent to the Buildkite API.

During connection setup, the connector validates credentials by calling:

  • GET https://api.buildkite.com/v2/user

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

Configuration

FieldTypeRequiredDescription
api_tokenstringBuildkite API access token used to authenticate requests.

Streams

No streams are currently available. The connector’s catalog is empty while extraction is still in development.