The Digital Grid

The canonical model for commercial real estate.

CRE has been fragmented for 30 years. Leases in one system. Buildings in another. Financials in a spreadsheet. The Digital Grid is the first unified ontology that connects every object, every relationship, every dollar — in one open schema.

Architecture

Four pillars. One coherent model.

Every object in the Digital Grid belongs to one of four domains. They reference each other. They never duplicate. This is what a real data model looks like.

01

Infrastructure

The physical layer. Buildings, campuses, floors, spaces, equipment, and sensors — all connected to a unified location hierarchy aligned with BOMA measurement standards.

Buildings
Campuses
Floors
Spaces
Equipment
Sensors
Amenities
Parking
02

People

Every human relationship in the portfolio. Tenants, occupants, contacts, vendors, investors, and internal operators — with full lifecycle tracking and access control.

Tenants
Contacts
Visitors
Vendors
Investors
Operators
Roles
Permissions
03

Financial

The complete financial model for CRE. Leases with full ASC 842 / IFRS 16 classification, rent rolls, CAM reconciliation, invoicing, budgets, and investor distributions.

Leases
Transactions
Invoices
Budgets
CAM Pools
Payment Schedules
Escalations
Capital Calls
04

Intelligence

The derived layer. REX health scores, AI-generated insights, NCREIF benchmarks, predictive churn signals, and portfolio analytics — all computed on live data.

REX Scores
Benchmarks
Health Signals
AI Summaries
Predictions
Reports
Alerts
Audit Logs

Object Hierarchy

Every object. Every relationship.

The Digital Grid defines how every CRE object relates to every other. Traverse from Portfolio to Sensor in one API call. Navigate from Lease to Invoice in three hops.

Physical
Portfolio
Buildings
Buildings
FloorsAmenitiesParking
Floors
SpacesCommon Areas
Spaces
EquipmentSensors
Financial
Leases
Payment SchedulesEscalations
Payment Schedules
InvoicesTransactions
CAM Pools
AllocationsReconciliations
Budgets
Line ItemsActuals
Operations
Work Orders
TasksParts
Vendors
ContractsPurchase Orders
Visitors
PassesAccess Events
Events
RSVPsCheck-ins

Industry Standards

Built on the standards
your auditors already know.

The Digital Grid doesn't invent new taxonomy. It implements the ones that matter — so your data speaks the same language as your accountants, your appraisers, and your integrators.

ASC 842 / IFRS 16

Financial

Full lease classification, ROU asset calculation, and disclosure schedules baked into the lease model.

BOMA 2024

Measurement

Office, retail, industrial, and mixed-use measurement standards. Floor load factors, usable vs. rentable area.

NCREIF / MSCI

Benchmarking

Property-level NOI, cap rate, and total return benchmarks aligned to NCREIF NPI and MSCI indices.

Brick Schema 1.4

IoT / BMS

Semantic building data model for HVAC, electrical, plumbing, and environmental sensor data streams.

IFC / BIM

Building Information

Industry Foundation Classes for CAD/BIM integration, floor plan import, and space definition.

OmniClass

Classification

Construction and facility classification system for equipment, spaces, and work types.

Open API

Every object.
Fully accessible.

420+ REST endpoints. Every object in the Digital Grid is readable, writable, and subscribable via webhook. Build integrations with your ERP, BI tools, or custom workflows — all on a schema that doesn't change under you.

REST + GraphQLQuery the exact fields you need
WebhooksSubscribe to any object lifecycle event
TypeScript & Python SDKsStrongly typed, auto-generated
OpenAPI 3.1 specMachine-readable, always up to date
99.9% uptime SLAMulti-region AWS infrastructure
View API Reference
GET /v1/buildings/:uuid
GET /v1/buildings/:uuid
Authorization: Bearer <token>

{
  "uuid": "bld_a3f9...",
  "name": "One Market Plaza",
  "address": {
    "street": "1 Market St",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94105"
  },
  "rentable_area": 1840000,
  "floors": 42,
  "year_built": 1976,
  "measurement_standard": "BOMA_2024",
  "occupancy_rate": 0.91,
  "rex_score": 84,
  "leases": { "href": "/v1/buildings/bld_a3f9.../leases" },
  "spaces": { "href": "/v1/buildings/bld_a3f9.../spaces" },
  "financials": { "href": "/v1/buildings/bld_a3f9.../financials" }
}

Get started

Start building on the Digital Grid.

Get an API key and start querying your portfolio data in minutes. TypeScript and Python SDKs available. Full OpenAPI spec included.