JetBrains · Schema

JetBrains TeamCity Build Agent

A build agent resource in JetBrains TeamCity.

CI/CDDeveloper ToolsIDE

Properties

Name Type Description
id integer Unique numeric identifier of the agent.
name string Name of the build agent.
typeId integer Agent type identifier.
connected boolean Whether the agent is currently connected.
enabled boolean Whether the agent is enabled for builds.
authorized boolean Whether the agent is authorized.
ip string IP address of the agent.
pool object Agent pool the agent belongs to.
osType string Operating system type of the agent.
View JSON Schema on GitHub

JSON Schema

build-agent.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "jetbrains-build-agent.json",
  "title": "JetBrains TeamCity Build Agent",
  "description": "A build agent resource in JetBrains TeamCity.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique numeric identifier of the agent."
    },
    "name": {
      "type": "string",
      "description": "Name of the build agent."
    },
    "typeId": {
      "type": "integer",
      "description": "Agent type identifier."
    },
    "connected": {
      "type": "boolean",
      "description": "Whether the agent is currently connected."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the agent is enabled for builds."
    },
    "authorized": {
      "type": "boolean",
      "description": "Whether the agent is authorized."
    },
    "ip": {
      "type": "string",
      "description": "IP address of the agent."
    },
    "pool": {
      "type": "object",
      "description": "Agent pool the agent belongs to.",
      "properties": {
        "id": { "type": "integer" },
        "name": { "type": "string" }
      }
    },
    "osType": {
      "type": "string",
      "description": "Operating system type of the agent."
    }
  },
  "required": ["id", "name"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/build-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.