DensityLive

Density Occupancy Sensing

Know exactly how many people are in every room

Get StartedAPI Docs
5sRefresh Rate
~350KData Points/Day
<30msNormalization
7API Fields

Density to AI in three steps

DensityRaw Data SourceGN MCPNormalize + EnrichAES-256 + PseudonymizeAI Agents15 MCP Tools

WiFi-based estimates are noisy. You need precise headcounts — not approximations — to make real-time staffing decisions, compliance reporting, and space planning.

  • Real-time entry/exit counting with 99%+ accuracy
  • Space utilization analytics and capacity alerts
  • Historical occupancy trends for space planning
  • API-first with webhook event streaming
  • Privacy-first — no cameras, no tracking individuals

What Data You Get from Density

Every field below is normalized into the GuestNetworks canonical schema and available via REST API and MCP tools.

Field Name Type DescriptionExample
capacitynumberConfigured space capacity50
countnumberCurrent person count in space24
directionstringEntry or exit evententry
sensor_typestringSensor model typeOpen Area
space_idstringUnique space/room identifierspc_lobby_main
timestampstringEvent timestamp in ISO format2024-03-22T14:30:00Z
utilizationnumberCurrent utilization percentage0.48

This is what your AI agent sees

Every Density event is normalized into this canonical JSON structure. One schema, any connector.

gn_canonical_event.json
{
  "event_type": "people_count",
  "connector": "density",
  "venue_id": "ven_1m4k8x",
  "timestamp": "2024-03-22T14:30:00.000Z",
  "data": {
    "count": 24,
    "space_id": "spc_lobby_main",
    "space_name": "Main Lobby",
    "direction": "entry",
    "capacity": 50,
    "utilization": 0.48,
    "sensor_type": "Open Area"
  },
  "metadata": {
    "normalized_at": "2024-03-22T14:30:00.003Z",
    "schema_version": "1.0"
  }
}

What You Get

Real-time occupancy countsentriesexitsspace utilization

Built-in Chart Types

Every integration unlocks these dashboard visualizations. No configuration needed.

Live Occupancy Gauge

Real-time headcount vs. configured capacity

Space Utilization Map

Utilization percentages across all monitored spaces

Occupancy Trends

Historical occupancy patterns by hour, day, and week

Space Journey Funnel

Entry-to-exit flow through connected spaces

Get your Density data in 60 seconds

Four steps from zero to live data. Your credentials are encrypted with AES-256-GCM at rest.

1

Get your Density API key

In Density Dashboard, go to Settings > Developer > API Keys. Generate a new key.

2

Create a GuestNetworks account

Sign up and generate your operator API key.

3

Register Density integration

POST your Density API key and space ID.

curl -X POST https://api.guestnetworks.com/api/venues/:id/integrations \
  -d '{"connector_type": "density", "config": {"api_key": "...", "space_id": "spc_lobby_main"}}'
4

Real-time counts stream

Entry/exit events flow every 5 seconds with 99%+ accuracy.

Connect in under 5 minutes

Density Config Schema

FieldTypeRequired
api_keystringrequired
space_idstringrequired

Density alone vs. Density + GuestNetworks

Without GuestNetworks
  • --Density dashboard only
  • --No cross-system correlation
  • --Can't feed AI agents
  • --No revenue context
  • --Manual space planning
  • --Alerts only in Density UI
With GuestNetworks
  • REST API + MCP tool access
  • Correlate with WiFi + POS data
  • AI agent occupancy queries
  • Revenue per occupant analytics
  • Automated space optimization
  • Multi-channel alerting

How teams use Density + GuestNetworks

Real-World Applications

C
coworking

Office space right-sizing

Use real occupancy data to reduce lease costs by identifying underused floors.

R
retail

Retail zone performance

Measure traffic through different store zones to optimize merchandise placement.

ROI Impact
52%

Average people counting deployment sees 52% space utilization accuracy

Start Free Trial

Works great with

Start Using Density

Get your API key and connect Density in under 5 minutes. Starting at $99/mo, all integrations included.

Get API KeyView Docs