B
Buildkite
INFRA · APIS
Velocity6.3
Buildkite wires its CI platform for AI agents to operate, not just read
ci-cdmcpautomationagentsobservabilityapi
◆Current state
Buildkite's recent run is API- and agent-heavy. Its MCP server moved beyond reading into action, managing clusters and queues, cancelling and rebuilding builds, retrying jobs, and managing schedules, and gained API-token auth for headless agents. Around that, it shipped a per-job Metrics tab for hosted agents, REST job endpoints for large builds, a batch of agent checkout and artifact controls, and GraphQL additions.
◆Where it's heading
The platform is positioning itself to be driven by autonomous agents and large-scale automation: write-capable MCP tools, token auth for background agents, and APIs tuned for high-parallelism builds all point the same way. The hosted-agent metrics and agent flags serve the operational maturity that automation demands.
◆Prediction
Expect the MCP direct-token preview to reach GA and more write-scoped agent tooling, plus continued hosted-agent observability.
◆Recent moves
- 5d ago
Read-only API tokens no longer expose pipeline webhook URLs
- 10d ago
Track the performance of your hosted agents
A per-job Metrics tab shows live CPU, memory, storage and IO-wait for hosted-agent jobs with no setup. Observability that supports right-sizing and debugging slow builds.
- 10d ago
Improvements to log groups for running builds
- 12d ago
REST API job endpoints for large builds
Jobs can now be fetched separately from builds in the REST API, making large matrix and high-parallelism builds practical to query. API ergonomics for scale.
- 15d ago
Buildkite Agent improvements
A wide batch of agent controls, skip checkout, checkout timeouts, faster S3 multipart artifact downloads, tunable upload concurrency, and timeout-aware hooks. Operational hardening across agent releases.
- 15d ago
Remote MCP Server API access token support is now available (Preview)
A preview /direct endpoint lets headless agents authenticate to the Remote MCP server with an API token instead of interactive OAuth. Removes token contention for background agents.