Buildkite · Schema
Buildkite Agent
A Buildkite Agent record. Tracks https://buildkite.com/docs/apis/rest-api/agents.
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| url | string | |
| web_url | string | |
| name | string | |
| connection_state | string | |
| hostname | string | |
| ip_address | string | |
| user_agent | string | |
| version | string | |
| creator | object | |
| meta_data | array | Free-form key=value tags used in agent_query_rules to route jobs |
| cluster_id | stringnull | |
| queue | string | |
| created_at | string | |
| last_job_finished_at | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/buildkite-com/main/json-schema/buildkite-agent-schema.json",
"title": "Buildkite Agent",
"description": "A Buildkite Agent record. Tracks https://buildkite.com/docs/apis/rest-api/agents.",
"type": "object",
"required": ["id", "name", "connection_state"],
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"url": {
"type": "string",
"format": "uri"
},
"web_url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string"
},
"connection_state": {
"type": "string",
"enum": [
"connected",
"disconnected",
"stopped",
"stopping",
"lost",
"never_connected"
]
},
"hostname": {
"type": "string"
},
"ip_address": {
"type": "string"
},
"user_agent": {
"type": "string"
},
"version": {
"type": "string"
},
"creator": {
"type": "object"
},
"meta_data": {
"type": "array",
"items": {
"type": "string"
},
"description": "Free-form key=value tags used in agent_query_rules to route jobs"
},
"cluster_id": {
"type": ["string", "null"],
"format": "uuid"
},
"queue": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"last_job_finished_at": {
"type": ["string", "null"],
"format": "date-time"
}
}
}
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-agent"
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.