AI Apps
An AI app represents a workspace to execute technical evaluations for a given AI use case.
To interact with the AI application using the CLI, use the lf app command.
AI App Overview
Properties
key string required
Unique identifier assigned to the entity in AI GO!.
Pattern:^[a-zA-Z0-9_\-]+$Max Length:
250display_name string required
The AI app's name displayed to the user.
description string
Short text description of the AI app.
Default:Nonelong_description string
Long description of the AI app. Supports Markdown formatting.
Default:Nonekey_info AIAppKeyInformation
Key information for the AI application.
Default:Nonetags array[string]
Tags associated with the AI app.
Default:[]display_name: "My App"
key: "my-app"display_name: "Airline Chatbot"
key: "airline-chatbot-app"
tags: ["Guides", "Chatbot", "Airlines", "EU AI Act"]
description: "LatticeFlow AI Airlines Virtual Assistant"
long_description: !include "./README.md"
key_info:
lifecycle_stage: "production"
user_types: "external"
data_classification: "confidential"
has_pii_access: true
has_client_data_access: true
built_by: "in_house"Definitions
AIAppKeyInformation
AIAppKeyInformationThe key information needed to determine what risks to show and recommend for pre-screening.
Properties
lifecycle_stage enum LifecycleStage
The AI App's lifecycle stage.
Default:NonePossible LifecycleStage values
The AI App's lifecycle stage.
Allowed Values:
developmentideationr_and_dtestingproductionretired
user_types enum UserTypes
The target type of the primary user of the AI app.
Default:NonePossible UserTypes values
The target type of the primary user of the AI app.
Allowed Values:
internal_specialistinternal_allexternal
data_classification enum DataClassification
The classification of the data that the AI app has access to or has been trained on.
Default:NonePossible DataClassification values
The classification of the data that the AI app has access to or has been trained on.
Allowed Values:
publicinternalconfidentialrestricted
has_pii_access boolean
Boolean flag whether the AI app has PII access.
Default:Nonehas_client_data_access boolean
Boolean flag whether the AI app has client data access.
Default:Nonebuilt_by enum BuiltBy
Indicates whether the AI app is built by a third party or in-house.
Default:NonePossible BuiltBy values
Indicates whether the AI app is built by a third party or in-house.
Allowed Values:
third_partyin_house
...
key_info:
lifecycle_stage: "production"
user_types: "external"
data_classification: "confidential"
has_pii_access: true
has_client_data_access: true
built_by: "in_house"