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.
Infrastructure
The physical layer. Buildings, campuses, floors, spaces, equipment, and sensors — all connected to a unified location hierarchy aligned with BOMA measurement standards.
People
Every human relationship in the portfolio. Tenants, occupants, contacts, vendors, investors, and internal operators — with full lifecycle tracking and access control.
Financial
The complete financial model for CRE. Leases with full ASC 842 / IFRS 16 classification, rent rolls, CAM reconciliation, invoicing, budgets, and investor distributions.
Intelligence
The derived layer. REX health scores, AI-generated insights, NCREIF benchmarks, predictive churn signals, and portfolio analytics — all computed on live data.
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.
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
FinancialFull lease classification, ROU asset calculation, and disclosure schedules baked into the lease model.
BOMA 2024
MeasurementOffice, retail, industrial, and mixed-use measurement standards. Floor load factors, usable vs. rentable area.
NCREIF / MSCI
BenchmarkingProperty-level NOI, cap rate, and total return benchmarks aligned to NCREIF NPI and MSCI indices.
Brick Schema 1.4
IoT / BMSSemantic building data model for HVAC, electrical, plumbing, and environmental sensor data streams.
IFC / BIM
Building InformationIndustry Foundation Classes for CAD/BIM integration, floor plan import, and space definition.
OmniClass
ClassificationConstruction 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.
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.