Buildkite GraphQL API

GraphQL endpoint that returns deeply nested data on organizations, pipelines, builds, jobs, agents, clusters, queues, teams, audit events, suites, test executions, and package registries in a single request. Implements the Relay specification for pagination and supports schema introspection. Requires an API access token with "Enable GraphQL API Access" permission. GraphQL Portals allow scoped, schema-filtered access without per-token scopes.

Buildkite GraphQL API is one of 5 APIs that Buildkite publishes on the APIs.io network.

This API exposes 1 machine-runnable capability that can be deployed as REST, MCP, or Agent Skill surfaces via Naftiko.

Tagged areas include CI/CD, GraphQL, Pipelines, and Test Engine. The published artifact set on APIs.io includes API documentation and 1 Naftiko capability spec.

API entry from apis.yml

apis.yml Raw ↑
aid: buildkite-com:buildkite-graphql-api
name: Buildkite GraphQL API
tags:
- CI/CD
- GraphQL
- Pipelines
- Test Engine
humanURL: https://buildkite.com/docs/apis/graphql-api
baseURL: https://graphql.buildkite.com/v1
properties:
- url: https://buildkite.com/docs/apis/graphql-api
  type: Documentation
- url: https://buildkite.com/docs/apis/graphql/graphql-cookbook
  type: Documentation
- url: https://graphql.buildkite.com/explorer
  type: Sandbox
- type: NaftikoCapability
  url: capabilities/graphql-queries.yaml
description: GraphQL endpoint that returns deeply nested data on organizations, pipelines, builds, jobs,
  agents, clusters, queues, teams, audit events, suites, test executions, and package registries in a
  single request. Implements the Relay specification for pagination and supports schema introspection.
  Requires an API access token with "Enable GraphQL API Access" permission. GraphQL Portals allow scoped,
  schema-filtered access without per-token scopes.