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.
Viewing the Applications module requires the team.application.* permission.
Feature Overview
The Application Management page includes the following tabs:
| Tab | Description |
|---|---|
| My Applications | Applications created and managed by the current team |
| App Marketplace | Pre-built applications provided by the platform (visible only in SaaS version) |
| App Templates | Template 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
| Type | Description |
|---|---|
| Containerized App (CONTAINERIZED) | Applications deployed using Docker images |
| Low-Code App (LOWCODE) | Applications built using the platform's low-code capabilities |
| SSO App | Third-party applications integrated via single sign-on |
Creating an Application
- Click Create Application on the application list page
- 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
- Configure additional information based on the application type (e.g., Docker image address)
- Confirm creation
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.
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:
| Status | Description |
|---|---|
| PENDING | Awaiting deployment |
| DEPLOYING | Deployment in progress |
| RUNNING | Running |
| FAILED | Deployment failed |
| STOPPED | Stopped |
| UNHEALTHY | Running abnormally |
API
View application API documentation and endpoint descriptions.
Application Status
| Status | Description |
|---|---|
| DRAFT | Draft |
| SUBMITTED | Submitted for review |
| PUBLISHED | Published |
| SUSPENDED | Suspended |
| ARCHIVED | Archived |
Access Control
| Visibility | Description |
|---|---|
| PUBLIC | Visible to all users |
| PRIVATE | Visible only to the creator |
| TEAM | Visible within the team |
Related Documentation
- Applications Overview — Platform sub-application descriptions
- Dashboard — Console home page
- Billing & Subscription — Enterprise features and subscriptions