AirData is Airkit’s internal database. It allows you to conveniently structure and access data gathered from your Airkit apps and pulled from external systems. While it is technically capable of long-term storage, it is intended primarily to be used as a convenient interim database to keep track of data your applications need frequent access to, but not, ultimately, a source of truth.

Information in AirData is organized in the form of Objects, which can be created with any number of properties. The properties of each saved Object instance are displayed in tables:

1120

Information saved to AirData is stored in Org-level collections called Datastores. Datastores cluster objects by Profile rather than application, allowing the sharing of information between applications and the separation of information collected by different deployments of the same app. All applications within an Org have access to the same Datastores.

While AirData is technically stored as part of an Organization, it is accessed primarily in the Studio. AirData Builder is where Objects associated with an app are created and managed, as well as where the associated data is displayed. To access AirData within the flow of an application, use AirData Queries to perform basic CRUD operations. Typically, this is done via the AirData Request Data Operation in the Connections Builder.