Novant

An open platform,
not a walled garden.

Everything Novant does, you can automate. A documented REST API and SDK give your team the power to build exactly what you need. Safely connect tools and AI directly to your building data.

One API for everything in your building.

Spaces, zones, and assets. Live values and trend history. Write back to points. Your code sees the same structured model you built in Novant, so it understands how everything fits together.

# read all assets
curl -G https://api.novant.io/v1/assets \
  -u $API_KEY:

# read live values
curl -G https://api.novant.io/v1/values \
  -u $API_KEY: \
  -d point_ids=s.1.1,s.2.5

# write a point
curl -X POST https://api.novant.io/v1/write \
  -u $API_KEY: \
  -d point_id=s.1.3 \
  -d value=72.0

Build however you need.

Bring your own AI

Clean, structured, documented data means agents and LLMs can work with your buildings through the API.

Python SDK

The novant package on PyPI for scripting, automation, and analysis.

Full REST API

Read points, values, and trends, and write controls – everything the platform does.

Yours to own

Open and exportable – build on your data without lock-in.