Buildkite
Connect Buildkite to monitor builds, pipelines, and agent status through Cendriix agents.
Overview
| Auth method | OAuth 2.0 |
| Scopes | read_builds, read_pipelines, read_agents |
| MCP support | No |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Buildkite integration
- Authorize the Cendriix app in your Buildkite organization
- 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:
- Register an OAuth application in Buildkite Organization Settings
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/buildkite/oauth/callback - 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