Buildkite · Schema
Buildkite Pipeline
A Buildkite Pipeline resource as returned by the REST API. Closely tracks https://buildkite.com/docs/apis/rest-api/pipelines.
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| url | string | |
| web_url | string | |
| name | string | |
| slug | string | |
| description | stringnull | |
| repository | string | |
| default_branch | string | |
| branch_configuration | stringnull | |
| skip_intermediate_builds | boolean | |
| skip_intermediate_builds_branch_filter | stringnull | |
| cancel_running_branch_builds | boolean | |
| cancel_running_branch_builds_filter | stringnull | |
| cluster_id | stringnull | |
| configuration | string | YAML or JSON pipeline configuration |
| steps | array | |
| provider | object | |
| created_at | string | |
| archived_at | stringnull | |
| visibility | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/buildkite-com/main/json-schema/buildkite-pipeline-schema.json",
"title": "Buildkite Pipeline",
"description": "A Buildkite Pipeline resource as returned by the REST API. Closely tracks https://buildkite.com/docs/apis/rest-api/pipelines.",
"type": "object",
"required": ["id", "slug", "name", "repository"],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"url": {
"type": "string",
"format": "uri"
},
"web_url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string"
},
"slug": {
"type": "string",
"pattern": "^[a-z0-9-]+$"
},
"description": {
"type": ["string", "null"]
},
"repository": {
"type": "string"
},
"default_branch": {
"type": "string"
},
"branch_configuration": {
"type": ["string", "null"]
},
"skip_intermediate_builds": {
"type": "boolean"
},
"skip_intermediate_builds_branch_filter": {
"type": ["string", "null"]
},
"cancel_running_branch_builds": {
"type": "boolean"
},
"cancel_running_branch_builds_filter": {
"type": ["string", "null"]
},
"cluster_id": {
"type": ["string", "null"],
"format": "uuid"
},
"configuration": {
"type": "string",
"description": "YAML or JSON pipeline configuration"
},
"steps": {
"type": "array",
"items": {
"type": "object"
}
},
"provider": {
"type": "object",
"properties": {
"id": {
"type": "string",
"enum": ["github", "gitlab", "bitbucket", "github_enterprise", "bitbucket_server"]
},
"settings": {
"type": "object"
},
"webhook_url": {
"type": "string",
"format": "uri"
}
}
},
"created_at": {
"type": "string",
"format": "date-time"
},
"archived_at": {
"type": ["string", "null"],
"format": "date-time"
},
"visibility": {
"type": "string",
"enum": ["private", "public"]
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/buildkite-pipeline"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.