← Back to all sparks
B

Buildkite

INFRA · APIS
Velocity7.5

AI-agent skills and OAuth Token Exchange land — Buildkite is courting both Claude/Cursor users and security teams.

ci/cdai coding agentsoauth token exchangegithub actions migrationplatform securitydeveloper ux
Current state
Buildkite is shipping in two strong directions at once. On platform/security: OAuth 2.0 Token Exchange (RFC 8693) replaces long-lived API tokens with IdP-minted short-lived ones, and per-user API rate limits stop one runaway script from starving an org's quota. On surface area: official Buildkite skills for Claude Code, Cursor and similar AI coding agents teach agents how to use the platform, plus broader GitHub event triggers for incremental Actions migration. Smaller UX work (new build page list view, queue search, cluster sort) rounds out a heavy ship cadence.
Where it's heading
Two arcs are converging: lowering the on-ramp for teams migrating off GitHub Actions (more triggers, agent-friendly skills, cleaner UI) and meeting the security posture larger customers ask for in procurement (short-lived tokens, scoped per-user limits). The agent-skills release in particular signals Buildkite expects pipeline configuration to increasingly be authored or modified by AI agents, and is moving to teach them in Buildkite's own voice.
Prediction
Expect more skills coverage across specific Buildkite features (dynamic pipelines, OIDC federation patterns) and follow-on auth work — OIDC-based agent authentication, finer scopes on exchanged tokens. The GitHub Actions migration push will likely add equivalents for less common triggers (deployments, workflow_dispatch) to remove remaining excuses to stay.

Recent moves

  1. 7d ago

    A simpler build page layout with a new list view

    The build page swaps the sidebar for a proper, responsive list view and stops truncating long step names. A focused UX cleanup of the screen engineers stare at most — incremental, but felt every day.

  2. 8d ago

    OAuth Token Exchange: short-lived API tokens from your identity provider

    ⚡ SPARK

    RFC 8693 token exchange lets customers mint short-lived Buildkite API tokens by exchanging a JWT signed by their IdP — no long-lived secrets to store or rotate. Materially changes the security posture story Buildkite can pitch to platform and security teams.

  3. 21d ago

    Official Buildkite skills for AI coding agents

    ⚡ SPARK

    Official Buildkite skills for Claude Code, Cursor and other AI coding agents teach agents Buildkite's APIs, pipeline conventions, and recommended patterns (dynamic pipelines, OIDC federation, CI migrations). Distinct from docs: skills encode how to use features well, not just what they do.

  4. 21d ago

    Official Buildkite skills for AI coding agents

    Same agent-skills announcement republished a day earlier — duplicated entry from the changelog feed rather than a separate release.

    View source ↗
  5. 22d ago

    Per-user rate limits for the Buildkite API

    REST and GraphQL APIs now enforce per-user rate limits in addition to org-wide caps, with a separate (higher) bucket for machine users. Prevents a single runaway script from starving the whole organization — a quietly important reliability fix for platform teams.

  6. 22d ago

    Per-user rate limits for the Buildkite API

    Duplicate of the per-user rate-limits announcement from one day earlier. Same content, no new information.

    View source ↗