Skip to main content

Application Management

The Application Management module is used to create, manage, and deploy platform applications. It supports containerized applications, low-code applications, and SSO single sign-on applications.

Access Path

Log in to the console and click Applications in the left navigation bar to enter the Application Management page.

info

Viewing the Applications module requires the team.application.* permission.

Feature Overview

The Application Management page includes the following tabs:

TabDescription
My ApplicationsApplications created and managed by the current team
App MarketplacePre-built applications provided by the platform (visible only in SaaS version)
App TemplatesTemplate library for quickly creating applications

Views and Filtering

  • View Mode: Toggle between grid view and list view
  • Search: Quickly search by application name
  • Category Filter: Filter by type (Web App, API Service, Tool, AI App)

Application Types

TypeDescription
Containerized App (CONTAINERIZED)Applications deployed using Docker images
Low-Code App (LOWCODE)Applications built using the platform's low-code capabilities
SSO AppThird-party applications integrated via single sign-on

Creating an Application

  1. Click Create Application on the application list page
  2. Fill in the basic application information:
    • Name: Application display name
    • Identifier: Unique application identifier, used in URLs and API calls
    • Description: Application functionality description
    • Type: Select Containerized, Low-Code, or SSO
  3. Configure additional information based on the application type (e.g., Docker image address)
  4. Confirm creation
tip

Creating applications is an Enterprise edition feature. Free plan users can browse the App Marketplace and templates.

Application Details

Click an application card to enter the details page, which includes the following tabs:

Overview

Displays basic application information, deployment status, and authentication configuration summary.

User Management

Manage the list of authorized users for the application.

note

The User Management tab is only visible when authentication has been enabled for the application.

Permission Management

Configure fine-grained application-level permission controls.

Settings

Edit application configuration, including:

  • Basic information (name, description, identifier)
  • Docker configuration (image, tag)
  • Resource configuration
  • Authentication toggle

SSO Configuration

Configure single sign-on parameters for SSO-type applications.

Licenses

Manage application licenses, including:

  • Create licenses (associate with company, contact, maximum users, expiration date)
  • View and filter the license list
  • Delete licenses

Deployment

View application deployment status and history. Deployment statuses include:

StatusDescription
PENDINGAwaiting deployment
DEPLOYINGDeployment in progress
RUNNINGRunning
FAILEDDeployment failed
STOPPEDStopped
UNHEALTHYRunning abnormally

API

View application API documentation and endpoint descriptions.

Application Status

StatusDescription
DRAFTDraft
SUBMITTEDSubmitted for review
PUBLISHEDPublished
SUSPENDEDSuspended
ARCHIVEDArchived

Access Control

VisibilityDescription
PUBLICVisible to all users
PRIVATEVisible only to the creator
TEAMVisible within the team