BuildOps Public API

The BuildOps Public API, named by the BuildOps Dev Center as the REST + webhook-callback integration surface for customers, software partners and vendors. The Dev Center gates its reference behind "Invite Required"; the production host is live and answers unauthenticated health checks but publishes no OpenAPI. Recorded here as a real but undocumented API surface.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/public-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: buildops:public-api
name: BuildOps Public API
description: The BuildOps Public API, named by the BuildOps Dev Center as the REST + webhook-callback
  integration surface for customers, software partners and vendors. The Dev Center gates its reference
  behind "Invite Required"; the production host is live and answers unauthenticated health checks but
  publishes no OpenAPI. Recorded here as a real but undocumented API surface.
humanURL: https://developer.buildops.com/docs/buildops-public-api
baseURL: https://public-api.live.buildops.com
tags:
- Field Service Management
- Contractor Management
- Construction Software
properties:
- type: Documentation
  url: https://developer.buildops.com/docs/buildops-public-api
x-access: gated
x-evidence:
  fetched: '2026-08-10'
  humanurl_status: 404
  humanurl_note: '"Invite Required - Reach out to your IM or CSM to get access to the documentation above."
    The doc node is not published to the public Stoplight project, so the link on the Dev Center landing
    page 404s.'
  baseurl_discovery: Host read from the production host map in BuildOps' own public web-client bundle
    at https://live.buildops.com/static/js/main.7f23205c.js, which names public-api.live.buildops.com
    as the PROD entry alongside rest-api.live.buildops.com and graphql.live.buildops.com. Not stated in
    any BuildOps documentation; recorded from a live probe, not from the docs.
  baseurl_probes:
  - url: https://public-api.live.buildops.com/
    status: 200
    body: OK!
  - url: https://public-api.live.buildops.com/health
    status: 200
    body: OK!
  - url: https://public-api.live.buildops.com/openapi.json
    status: 404
  - url: https://public-api.live.buildops.com/swagger.json
    status: 404
  - url: https://public-api.live.buildops.com/api-json
    status: 404
  server_note: 404 bodies are NestJS-shaped ({"statusCode":404,"message":"Cannot GET /openapi.json"}),
    confirming a live application rather than a CDN catch-all. No specification is served on any conventional
    path.