Skip to Content
ConnectorsBuildkite

Buildkite

Connect Buildkite to monitor builds, pipelines, and agent status through Cendriix agents.

Overview

Auth methodOAuth 2.0
Scopesread_builds, read_pipelines, read_agents
MCP supportNo
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Buildkite integration
  3. Authorize the Cendriix app in your Buildkite organization
  4. Once authorized, build data becomes available to Cendriix agents

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Register an OAuth application in Buildkite Organization Settings 
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/buildkite/oauth/callback
  3. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/buildkite:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • Read build results and pipeline configurations
  • Access agent pool status and queue metrics
  • Reference CI context when debugging build failures

Security notes

  • Buildkite tokens do not support refresh — re-authorization required if token expires
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on