Factory OS API

Build with Factory OS

The cloud MES for discrete and process manufacturers. Connect machines, orchestrate production, and turn shop-floor data into cash flow — over a clean REST API.

Generated from the live spec · v0.271.0 · 218 endpoints

curl https://api.xentr.ai/api/factories/[factory-slug]/machines \  -H "Authorization: Bearer $XENTR_TOKEN"
const res = await fetch(  'https://api.xentr.ai/api/factories/[factory-slug]/machines',  { headers: { Authorization: `Bearer ${process.env.XENTR_TOKEN}` } },);const machines = await res.json();
import os, requestsres = requests.get(    "https://api.xentr.ai/api/factories/[factory-slug]/machines",    headers={"Authorization": f"Bearer {os.environ['XENTR_TOKEN']}"},)print(res.json())
Isometric factory floor with machines streaming data up to dashboard panels

One API for the whole factory

From PLCs on the shop floor to dashboards in the boardroom — every primitive you need, exposed over a clean REST API.

What's new

The latest changes shipped to Xentr, straight from the changelog.

View the changelog
2026-07-13

The whole marketing site goes dark

The ink‑and‑signal duotone look now covers the entire marketing site, not just the homepage and pricing. Solutions, Resources, Compare, Integrations, Trust, the changelog and the blog all share the same dark surfaces, one violet accent, and yellow reserved strictly for the numbers that matter — so the site reads as one system end to end. We also removed the old pre‑revamp homepage sections that were no longer used.

2026-07-13

A new home page, built for factory owners

The marketing site now speaks to the person signing the cheque. It opens with the money question every owner asks — "how much capacity am I paying for but not using?" — and answers it live: drag your machine count and margin, and the recoverable-dollars figure and payback period update in front of you. From there it walks through the wins that matter to an SME (recovered capacity, faster cash, accurate quoting, keeping customers) and the compliance path to winning MNC program business. The look is a dark "ink and signal" duotone where a single yellow highlight is reserved for the numbers that matter.

2026-07-07

Transform your data at the edge

The edge agent can now reshape data before it leaves the box: rename cryptic tag names to meaningful ones, map raw enum codes to readable states, stamp static context like line or area onto every reading, drop noisy channels, and suppress sub-deadband jitter. Rules are plain configuration — no code, uniform across every protocol the agent speaks.

LEARN

Learn Xentr

Six chapters, ~30 minutes — from an empty account to a running, staffed factory.

Start the course

Ready to build?

Wire up your first machine, ship a work order, or pipe OEE into Grafana — it all starts with one API call.