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
- In Buildkite, go to Personal settings → API Access Tokens.
- Create a new token.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | ✅ | Buildkite 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.