Buildkite · Authentication Profile

Buildkite Com Authentication

Authentication

Buildkite authenticates every API with Bearer-style tokens. The REST and GraphQL APIs use a user/organization API access token carrying granular scopes; the Agent API uses per-cluster Agent Tokens. A JWT public-key-pair signing method for the REST API is in preview. The remote MCP server additionally supports OAuth. Scope surface is captured in scopes/buildkite-com-scopes.yml.

Buildkite secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions.

CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhook
Methods: http, oauth2 Schemes: 3 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
agentToken http
scheme: bearer
oauth oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-06-20'
method: searched
source: openapi/buildkite-rest-api-openapi.yml, openapi/buildkite-agent-api-openapi.yml
docs: https://buildkite.com/docs/apis/managing-api-tokens
description: >-
  Buildkite authenticates every API with Bearer-style tokens. The REST and GraphQL
  APIs use a user/organization API access token carrying granular scopes; the Agent
  API uses per-cluster Agent Tokens. A JWT public-key-pair signing method for the REST
  API is in preview. The remote MCP server additionally supports OAuth. Scope surface
  is captured in scopes/buildkite-com-scopes.yml.
summary:
  types:
  - http
  - oauth2
  http_schemes:
  - bearer
  scoped: true
  scopes: scopes/buildkite-com-scopes.yml
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: API access token
  applies_to: [REST API, GraphQL API]
  header: "Authorization: Bearer <token>"
  scoped: true
  note: >-
    Token scopes gate access (read_builds, write_pipelines, ...); GraphQL access is a
    separate boolean toggle. A JWT public-key signature method is in preview.
  sources:
  - openapi/buildkite-rest-api-openapi.yml
- name: agentToken
  type: http
  scheme: bearer
  bearerFormat: Agent Token (sent as `Token <value>`)
  applies_to: [Agent API]
  header: "Authorization: Token <value>"
  note: Issued per cluster; used by the Buildkite Agent to register and run jobs.
  sources:
  - openapi/buildkite-agent-api-openapi.yml
- name: oauth
  type: oauth2
  applies_to: [Remote MCP Server]
  note: >-
    The hosted MCP server (mcp.buildkite.com/mcp) uses OAuth with short-lived (12h)
    access tokens; the /direct endpoint accepts API-token pass-through instead.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/buildkite-com-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.