Skip to main content

· 2 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Zoom: Automatically share and revoke access to booked rooms

As an admin, ensuring seamless access to scheduled rooms is a top priority. With Kisi, you can efficiently tackle this task with two straightforward options:

  • Group links: Allow participants to unlock doors with a simple tap on their device. These links remain active for the duration of the meeting, allowing seamless access for all attendees.

  • Check-Ins: Automatically unlock doors as soon as one participant checks into the room. And for added security, the door locks itself upon check-out or when the meeting concludes, ensuring only authorized individuals have access. Read the docs

Read the docs

Easily manage access for guests with our new Visitor Management feature

As an organization admin, now you can easily share access, keep tabs on past and upcoming visitors, and revoke access as needed—all in one convenient location within our web app. Our brand-new Visitor Management feature is currently in beta, and we're eager to hear your feedback!

Read the docs

Introducing our revamped web app navigation

We've revamped our navigation design to enhance convenience and streamline everyday tasks, ensuring you never feel lost again in the Kisi web app. With a sleek new sidebar, you can swiftly navigate between organizations and places. Plus, enjoy updated menus for both organizations and places, along with a convenient new settings menu.

Check it out

Docs changelog

Web

API docs

Mobile

· One min read

Kisi Connect is an exclusive event bringing together the Kisi ecosystem for a day of networking and learning, with some fun mixed in. A community of CIOs, admins, IT, and workplace experts will connect to discuss and analyze the latest trends and best practices in modern security.

We have some great sessions lined up, including industry leaders from companies like Accenture, Kayak and Envoy.

From cozy fireside chats to momentous keynote sessions, we'll dive into the ever-evolving security landscape and the workplace of the future.

Check out our blog to learn more about the event and how to register.

· 3 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Auto-refresh for your Kisi events history

We made some big improvements to the Event history screen to make things easier for you and save you time.

  • Auto-refresh option. When enabled, the event list will automatically refresh every 10 seconds, allowing you to view the latest events without manual intervention. This guarantees you never miss a beat and stay up-to-date with the latest access control events at your facility.
  • All events tab: In addition to the Access and Audit events tabs, you can now access the All events tab, which displays both access and audit events.

Read the docs and start using them right away!

Integrate Kisi with Duo in less than 2 minutes 🔒

Now, you can seamlessly connect Kisi with Duo by Cisco to enable Duo’s multi-factor authentication solutions for your users’ Kisi logins. Duo verifies user identities and establishes device trust before granting access, ensuring that only authorized users with trusted devices can log in to Kisi.

Using third-party NFC cards with Kisi just got easier

If your organization is transitioning from a legacy system to Kisi, you may want to continue using your third-party NFC cards. You can do this by simply entering the card's UID number through the web dashboard. This enhancement further streamlines the migration process from legacy systems to full Kisi access for our customers.

From insight to action: How our Data team has operationalized business intelligence

Occasionally, we will share behind-the-scenes blogs so you can explore how cutting-edge software and hardware are made. In this first blog, delve into how we've brought a DevOps approach to business intelligence, transforming our data warehouse into a streamlined, manageable structure.

Customer spotlight: Peachtree Corners, Georgia

Read how the city of Peachtree Corners is leveraging Kisi’s mobile and cloud-based access control to push their smart city agenda closer to reality.

Docs changelog

Hardware

Web

API docs

· 4 min read

This article was written by Kisi's data analyst Roman Vakhrenev.

In July 2022, upon joining Kisi as a data analyst, our data infrastructure consisted of BigQuery as the data warehouse and LookerStudio (formerly Data Studio) as our reliable BI tool. Initially, our dashboard setup was fairly simple – fewer than a dozen dashboards, lacking clear guidelines for development, and utilizing a single dataset for various dashboards' views and tables. It was manageable at first, but complexities arose as the number of dashboards increased.

Growing out of our first pair of BI shoes

  • Chores: Making changes to data replication settings necessitated manual updates to all queries. For instance, replacing instances of "properties." with "property_" in different views and scheduled queries required tedious manual effort, proving highly impractical for scalability.
  • Dashboard isolation: Reusing views across multiple dashboards became problematic when modifications were needed, leading to discrepancies in other dashboards.
  • Maintenance barriers: Absence of a system to track views and tables used in specific dashboards made cleanup daunting, resulting in unnecessary accumulation that was difficult to delete.
  • Unclear cost attribution: Our use of hardware logs as a data source led to unexpectedly high costs, which went unnoticed until later. Implementing cost tracking per dashboard would have helped identify and rectify the issue earlier.
  • Query performance: Dashboards using BigQuery views experienced frustratingly slow performance due to the need for query execution each time they were accessed.
  • Service credentials: Upon a data analyst's departure from Kisi, several dashboards lost functionality because multiple data sources in LookerStudio were linked to the departing analyst's credentials. Manual reassignment of permissions became necessary after her account was deleted.

Bringing a DevOps approach to BI

Following team brainstorming sessions, we implemented the following strategies:

  • Isolated datasets: We created distinct datasets for each dashboard, preventing the use of tables from one dataset in others. This approach effectively resolved issues 2 and 3.
  • Scheduled queries: Instead of views, we now rely on scheduled queries, running at regular intervals and storing results in physical tables. This shift tackled problems 4 and 5 and enabled better cost monitoring by easily identifying these tables in billing logs.
  • Terraform: Terraform played a crucial role in addressing problem 1. We utilized Terraform to create scheduled queries and datasets, streamlining our processes. Terraform, an open-source infrastructure as code tool, facilitated easy query updates with a single click. Additionally, it served as a robust disaster recovery plan, storing queries and datasets externally on GitHub for swift restoration in case of data warehouse issues.
  • Service accounts: Implementing service account credentials for dashboards and scheduled queries resolved problem 6, ensuring uninterrupted data source access.

The results

These strategic measures transformed our data warehouse into a manageable structure, allowing meticulous cost tracking at the data source level. We can now independently monitor the cost and usage of each dashboard, and access to dashboards remains unaffected by changes in our BI team.

Despite the substantial size of our Terraform file (approximately 15,000 lines, mainly SQL queries), it remains easily manageable. Queries can be located using specific names (such as "Sales Dashboard: Main Query" in the BigQuery UI or the internal name "sales_dashboard_main_query" in Terraform) and corrected as needed.

Stored in our GitHub repository, Terraform files enable tracking changes in queries through commit history and facilitate rollbacks if necessary. This adaptability will persist even with hundreds of dashboards; the Terraform file may grow larger, but its complexity will remain manageable. We also have the option to divide the file into smaller ones in the future if required.

Furthermore, precomputation significantly reduced our monthly expenses for scheduled queries and dashboard data usage, often lowering costs to as little as $10 per month while enhancing dashboard loading speeds.

Interested in what we do at Kisi?

Check out our open positions.

We don't just operationalize BI - we also transform physical security into an IT topic. Learn more about Kisi here.

About the author

Roman excels as a Data Analyst, transforming complex datasets into clear, actionable insights. With a talent for demystifying intricate information, he empowers decision-makers with data-driven clarity.

· 2 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Push Kisi alerts and events into your Slack channels

Connect Kisi and Slack in less than 2 minutes to automatically receive Kisi events and alert policy notifications directly in your Slack channels.

  • Collaborate on all crucial access control events without leaving the Slack app
  • Keep all stakeholders in the loop by adding team members to the Slack channel, even if they don’t have Kisi admin access
  • Set it up in less than 2 minutes

Easily delay or end an active Unlock schedule based on staff presence

With First to Arrive schedules, you ensure that Unlock schedules activate only when at least one authorized user is physically present. Use them to:

  • Postpone a planned Unlock schedule until the first authorized unlock at the Kisi reader
  • Terminate an active Unlock schedule earlier as the last person departs the facility.

Configure your First to arrive schedule now!

Docs changelog

Hardware

Added videos to the following articles:

Web

  • New concept article: QR codes
  • New integration guide: Slack
  • New integration guide: YOGO

API docs

· 3 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Unlock doors directly from Apple CarPlay

How convenient would it be to unlock the garage door straight from your car? With Kisi's new integration with Apple CarPlay you can do just that.

  • Effortlessly unlock doors straight from your car display, enhancing safety on the fly.
  • Once logged into Kisi on mobile, the Kisi icon automatically appears in CarPlay.
  • Easily access a list of doors and tap to unlock, all without the need for remote controls or reaching for the iPhone.

Easily follow every action in your organization with improved Event History

To help Kisi admins quickly and clearly understand what’s going on in their Kisi environment, we enhanced the Event History view. The updated view categorizes events into Access events (e.g., a door unlock) and Audit events (e.g., a door creation). Admins can now:

  • Group related access events to see them in sequences
  • Seamlessly switch place to view events for another site
  • Effortlessly filter events and share filtered views with team members using the URL

Docs changelog

Hardware

Web

  • Added docs for the new Slack marketplace integration
  • Updated docs for Event history to reflect the newest changes (Access and Audit events)
  • Added a section to explain Kisi event retention and limitations
  • Intrusion Detection (Kisi-native and third-party): Added a table with possible scenarios based on alarm mode
  • Fixed role permissions for the Observer role
  • SSO pages / Events page: Clarified that even though a user is removed in the SSO platform, Kisi will still show that username in the event logs
  • Camera integration guides: added a Prerequisites section, including that a camera must be set up in the location before starting the integration process
  • Updated Send access links to explain that Geofence and Kisi Reader restrictions don't limit access links, meaning, users with an access link can remotely unlock doors

Mobile

· 2 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Quickly review user access patterns with enhanced analytics

We enhanced the user analytics view to provide admins with an even more detailed overview of user access behavior. Admins can now:

  • Track the typical arrival times of individual users
  • Monitor the number of days they've been present in the last 90 days
  • See a detailed breakdown of the user's daily attendance

Easily monitor primary device changes

Alert policies help you spot specific issues in your system and make sure the right team members are notified about them. Recently, we added an alert possibility when a user changes their Primary device within the same Kisi account. This helps you to swiftly address potential security concerns by identifying when a user is using an unusual mobile device to unlock Kisi-secured doors.

Docs changelog

Hardware

Web

Mobile

· 3 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Supercharge your insights with automated reports

As a Kisi admin, you often need to know who has access to a specific door in your space, who's been unlocking doors within a time period, or the frequency of specific events, such as doors being held open. Swiftly access these valuable insights with our new, advanced reports.

  • Weekly place analytics provide insights into daily usage, unique user unlocks, credential types, top doors, recent failed unlock attempts, and hardware metrics.
  • User presence reports provide insights into active users, user group activity, and user login timestamps. If the timeframe is set to one day, it offers basic time tracking.
  • Door unlock permission reports allow you to easily keep tabs on who's got access to your doors.
  • Event reports with advanced filters allow you to fine-tune your event exports with advanced object and variable filters, delivering even more precise insights.
  • User reports help you to find and further investigate a specific user in your Kisi environment.

To increase the flexibility when sharing access links with visitors, we now allow admins and access managers to send access links manually. Generate an access link with just a click. Then, copy and share it using whatever communication channel works best for you. WhatsApp, Slack, Teams, or even Discord, the choice is all yours.

New integration: Eagle Eye Networks

Do you use Eagle Eye Network’s cameras at your organization? Now, you can integrate it with Kisi in less than a minute and receive camera footage right in your Kisi space.

Docs changelog

Hardware

Web

Mobile

· 3 min read

As organizations continue to adapt to hybrid work, they require more data to plan for seamless operations. With stringent compliance and audit demands, advanced access control reporting is quickly becoming a key requirement.

To better serve our customers and empower them in their daily auditing and reporting needs, we've taken Kisi's reporting capabilities to a new level. This involves introducing a range of new, advanced reports and enhancing the functionalities of the existing ones.

In this blog post, we have summarized everything you need to know about our recently launched and updated reports. Give them a try!

Door unlock permission reports

For admins, auditors, and access managers, Door unlock permissions reports offer a list of users who have been granted access permissions to a specific door within a Kisi organization. They can be scheduled to be delivered to your inbox automatically, or generated on-the-fly and downloaded as a CSV file. The report includes:

  • User name
  • User email
  • User role
  • The scope of the role
  • Permission valid from / until

Try it out now

User presence reports

User presence reports provide insights into active users, user group activity, and user login timestamps. The lowest timeframe resolution is one day. If the timeframe is set to one day, it offers basic time tracking. The report includes:

  • User name
  • User email
  • Access rights
  • First unlock
  • Last unlock
  • Days with unlocks

Try it out now

Weekly place analytics, now with hardware metrics

We introduced Weekly place analytics reports last month, and this month, we've integrated hardware metrics. Now, you can delve into comprehensive hardware analytics within your Weekly place analytics report for a deeper understanding of your environment. The report is provided in a user-friendly PDF format with infographics, and it contains the following key details:

  • Daily place usage
  • Heatmap of unique user unlocks
  • Weekly unique users
  • Unlocks by credential type
  • The top 5 most frequently used doors
  • Recent failed unlock attempts
  • Hardware metrics

Try it out now

Event reports, now with advanced filtering

Event reports allow you to pinpoint and examine specific events within your Kisi environment. Now, you can fine-tune these with advanced object and variable filters. For instance, you can retrieve all Door held open events for your main entrance over the last two weeks. This provides you with the precision needed for optimal control.

Try it out now

Any specific reports you're still missing?

At Kisi, we're committed to continuous improvement and making your experience better. Is there a specific report type you'd like to see included? We welcome your input. Please use the feedback button on the right to share your thoughts with us.

· 3 min read

Explore the latest Kisi features and stay up-to-date with the most recent updates in the Kisi docs.

New features

Receive weekly place usage analytics directly in your inbox

We are thrilled to introduce a new Kisi report type: Weekly Place Analytics Reports. Now, you can effortlessly create and download your weekly place report with just a few simple steps. Your report will include:

  • Daily place usage
  • Heatmap of unique user unlocks
  • Weekly unique users
  • Unlocks by credential type
  • The top 5 most frequently used doors
  • Recent failed unlock attempts

Once your report is ready, you can easily download it as a PDF, making it accessible and shareable at your convenience. Additionally, you can also schedule it to be sent weekly to relevant team members.

Stay tuned for more advanced reports coming soon: Door permissions report, Presence reports, Filtered event exports, and Hardware status reports.

Access links enable visitors and temporary staff to unlock doors without needing a Kisi account or mobile app. With our latest update, admins can send access links via text messages, on both web and mobile, providing even greater convenience for authorized users to access spaces.

info

This feature is currently only accessible to our US customers. Additional costs may apply.

New integration with Sharry, the leading workplace experience platform

Equip your workplace with Kisi and Sharry’s mobile access automation to create a seamless access experience and safe environment for your members. Stay tuned to see how we will leverage Apple Credentials to optimize the user experience and streamline building operations.

Docs changelog

Hardware

Web

Mobile

Other docs pages