What the sandbox is
The sandbox is a read-only demo environment with a fully modeled building. It has real equipment hierarchies, sensor points, and spatial data, so you can run queries immediately without connecting your own building. The demo building includes:- Multiple wings and floors with HVAC zones
- AHUs, VAVs, FCUs, pumps, and heat exchangers
- Temperature, pressure, humidity, and airflow sensors
- Equipment chains with
feedsrelationships you can traverse
Access the sandbox
Sign in or create an account
Go to app.betacit.com and sign in. If you don’t have an account, sign up. The sandbox is available on all plans.
Switch to the sandbox site
In the site selector, choose Demo Building (Sandbox). This is a shared, read-only site that resets periodically.
Try a query
List all HVAC equipment in the demo building:Response
What you can do in the sandbox
The sandbox supports all read queries, the same API surface as production:- Browse buildings, floors, wings, and zones
- Query equipment by Brick class (
is: "AHU",is: "Temperature_Sensor") - Traverse upstream and downstream equipment chains
- Cross-reference IFC model elements with
entityByIfcId - Fetch point metadata and current values
Next steps
Quickstart
Connect your own building and run queries against real data.
Query your first building
A deeper walkthrough with progressively complex query patterns.
