KisiBeta

Kisi Cloud Access Control

Door access events as occupancy intelligence

Get StartedAPI Docs
5sRefresh Rate
~80KData Points/Day
<40msNormalization
9API Fields

Kisi to AI in three steps

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

Kisi tracks every door unlock and badge tap, but access events are treated as security data — not occupancy data. Every entry event is also an occupancy event that your space analytics should capture.

  • Door access event streaming via REST API
  • Member activity and space access pattern analytics
  • Unlock logs with timestamp and member attribution
  • Multi-space and multi-floor access tracking
  • Real-time occupancy estimation from entry/exit events

What Data You Get from Kisi

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

Field Name Type DescriptionExample
actor_emailstringUser email (if available)user@company.com
actor_idnumberUser who triggered the event892
event_typestringType of access eventlock.unlocked
lock_idnumberDoor/lock identifier4521
lock_namestringDoor friendly nameMain-Entrance
methodstringUnlock method usedapp
occurred_atstringEvent timestamp2024-03-22T09:15:00Z
place_idnumberPlace/building identifier156
resultstringEvent resultsuccess

This is what your AI agent sees

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

gn_canonical_event.json
{
  "event_type": "access_event",
  "connector": "kisi",
  "venue_id": "ven_4m8k2x",
  "timestamp": "2024-03-22T09:15:00.000Z",
  "data": {
    "event": "lock.unlocked",
    "door_id": 4521,
    "door_name": "Main-Entrance",
    "user_id": 892,
    "method": "app",
    "result": "success",
    "place_id": 156
  },
  "metadata": {
    "normalized_at": "2024-03-22T09:15:00.004Z",
    "schema_version": "1.0"
  }
}

What You Get

Door access eventsunlock logsmember activityspace access patterns

Built-in Chart Types

Every integration unlocks these dashboard visualizations. No configuration needed.

Access Volume Over Time

Door access events tracked by hour and day

Door Activity Heatmap

Access patterns across all doors and floors

Entry-to-Exit Flow

Occupancy estimation from directional access events

Access Method Distribution

Breakdown of app, card, and PIN unlock methods

Get your Kisi data in 60 seconds

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

1

Generate Kisi API key

In Kisi Dashboard, go to Organization > Integrations > API. Generate a new API key.

2

Create a GuestNetworks account

Sign up and generate your operator API key.

3

Register Kisi integration

POST your Kisi API key and place ID.

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

Access events stream

Every door unlock and badge tap flows as a real-time occupancy signal.

Connect in under 5 minutes

Kisi Config Schema

FieldTypeRequired
api_keystringrequired
place_idstringrequired

Kisi alone vs. Kisi + GuestNetworks

Without GuestNetworks
  • --Access data treated as security only
  • --No occupancy estimation
  • --Kisi dashboard only
  • --No cross-system correlation
  • --Can't feed data to AI agents
  • --Manual attendance reports
With GuestNetworks
  • Access events as occupancy signals
  • Floor-level occupancy estimation
  • REST API + MCP tool access
  • Correlate with WiFi + sensors
  • AI agent real-time queries
  • Automated attendance analytics

How teams use Kisi + GuestNetworks

Real-World Applications

C
coworking

Coworking space access analytics

Track member visits, peak hours, and space preferences from door access data.

G
general

Building occupancy from badge data

Estimate floor-level occupancy from access control events.

ROI Impact
38%

Average access control deployment sees 38% space access visibility

Start Free Trial

Works great with

Start Using Kisi

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

Get API KeyView Docs