SDK Overview

The AirkitWebSDK (SDK for short) is a versatile tool that streamlines the process of embedding your Airkit apps into your existing websites. It provides a variety of customization options regarding your iframe's appearance and how it interacts with your embedded environment.

For instance, you can embed your app directly into your website:

Or, you can insert your app as a popup:

Once your application is configured to be embedded into to your website, you can customize its appearance directly in your website's HTML. You can also pass information between Airkit and the embedded environment using Incoming and Outgoing Events, which allows context to be maintained between your website and your Airkit app.

Getting Started