Kentico.Xperience.AiraUnified 0.3.2-prerelease-4

Prefix Reserved
This is a prerelease version of Kentico.Xperience.AiraUnified.
dotnet add package Kentico.Xperience.AiraUnified --version 0.3.2-prerelease-4
                    
NuGet\Install-Package Kentico.Xperience.AiraUnified -Version 0.3.2-prerelease-4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kentico.Xperience.AiraUnified" Version="0.3.2-prerelease-4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kentico.Xperience.AiraUnified" Version="0.3.2-prerelease-4" />
                    
Directory.Packages.props
<PackageReference Include="Kentico.Xperience.AiraUnified" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kentico.Xperience.AiraUnified --version 0.3.2-prerelease-4
                    
#r "nuget: Kentico.Xperience.AiraUnified, 0.3.2-prerelease-4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Kentico.Xperience.AiraUnified@0.3.2-prerelease-4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kentico.Xperience.AiraUnified&version=0.3.2-prerelease-4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Kentico.Xperience.AiraUnified&version=0.3.2-prerelease-4&prerelease
                    
Install as a Cake Tool

Xperience by Kentico Aira Unified

Kentico Labs CI: Build and Test NuGet Package

Description

The Aira Unified integration provides an alternative administration UI and a chatbot that can be easily added to an Xperience by Kentico project. It is designed for content editors and marketers who need essential functionality on mobile devices.

Screenshots

UI Chat

UI Smart Uploader

Library Version Matrix

Xperience Version Library Version
>= 30.2.0 >= 0.3.2-prerelease-4
>= 30.0.0 >= 0.1.0-prerelease-1

Dependencies

Full Instructions

To activate the communication of the Aira Unified app with the Aira service, you need to request an activation key. Please contact us at productmanagement@xperience.io for more information.

Follow the steps below to add the Aira Unified app to your Xperience project.

Package Installation

Add the package to your application using the .NET CLI

dotnet add package Kentico.Xperience.AiraUnified

Quick Start

  1. Add the Aira Unified configuration to your appsettings.json. The minimal required configuration is:
"AiraUnifiedOptions": {
  "AiraUnifiedApiSubscriptionKey": "<your Aira Unified API key>"
}

For development and testing purposes, you can override default settings:

"AiraUnifiedOptions": {
  "AiraUnifiedApiSubscriptionKey": "<your Aira Unified API key>",
  "AiraUnifiedAIEndpoint": "https://your-custom-endpoint.com/api",
  "AiraUnifiedUseMockClient": true
}

For detailed configuration options, see Configuration Options.

  1. Configure your project for HTTPS.

  2. Include the Kentico.Xperience.AiraUnified package in your project:

    dotnet add package Kentico.Xperience.AiraUnified
    
  3. Register the required services in Program.cs:

    var builder = WebApplication.CreateBuilder(args);
    
    // ...
    
    builder.Services.AddKenticoAiraUnified(builder.Configuration);
    
    // ...
    
    var app = builder.Build();
    
    // ...
    
    app.UseAiraUnifiedEndpoints();
    
    app.Run();
    
  4. Configure the Aira Unified settings in the administration UI: Open the Aira Unified application in the Xperience administration. Fill in:

    • Relative Path Base: Defines where Aira Unified is available.
    • Logo: Select an asset from the Media Library.
    • Chat Title: Title for the chat page.
    • Smart Upload Title: Title for the smart upload page.
    • Workspace: The workspace used by the smart uploader.

    Admin Configuration

  5. Set up a Content Type for Mass Asset Upload.

  6. Configure role-based permissions in the Role Management application:

    • View: Access the Aira Unified chat.
    • Create: Access and upload content via Smart Upload.

    Role Configuration

  7. Users can now sign in to the Aira Unified app - <your-path-base>/signin.

For usage instructions, see Usage Guide.

For upgrade instructions, see Upgrades.

Contributing

To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.

Instructions and technical details for contributing to this project can be found in Contributing Setup.

License

Distributed under the MIT License. See LICENSE.md for more information.

Support

Kentico Labs

This project has Kentico Labs limited support.

See SUPPORT.md for more information.

This feature is currently in Preview mode. Do not use it for production instances.

For any security issues, see SECURITY.md.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.2-prerelease-4 540 7/23/2025
0.3.2-prerelease-3 160 6/3/2025
0.3.1-prerelease-3 105 5/23/2025
0.3.0-prerelease-3 218 5/13/2025
0.2.0-prerelease-2 210 3/12/2025
0.1.0-prerelease-1 97 2/20/2025