Skip to content

Application Detail

Overview

The application detail page is the central management interface for a single application. It provides access to API Key management, usage statistics, consumption records, and request logs, all scoped to the selected application. From here you can fully manage every aspect of your application's lifecycle.

Application detail page

Prerequisites

Access the Application Detail Page

  1. In the console sidebar, navigate to Development > App List.

    Navigate to app list

  2. Click on the application name in the list to open its detail page.

    Click app name

Application Information

The top section of the detail page displays the application's basic information:

FieldDescription
App NameThe name of the application
DescriptionThe application's description
StatusCurrent status (Enabled / Disabled)
Created AtWhen the application was created

App info section

Edit Application Information

  1. Click the Edit button next to the application info section.

    Click edit button

  2. Modify the name, description, or status as needed.

    Edit app info form

  3. Click Confirm to save your changes.

    Save changes

API Keys

The API Keys tab lists all keys associated with this application. You can create, enable, disable, and delete keys directly from this view.

API Keys tab

Create a New API Key

  1. Click the Create Key button.

    Click create key

  2. Configure the key settings (name, capabilities, model access, rate limits).

    Configure key settings

  3. Copy the full API Key immediately after creation. The complete key is shown only once.

    Copy API Key

For detailed instructions on API Key configuration, see Manage API Keys.

Manage Existing Keys

  • Enable/Disable - Toggle a key's active status using the switch.
  • Edit - Click the edit icon to modify a key's settings.
  • Delete - Click the delete icon to permanently remove a key.

Key management actions

Usage and Consumption

The usage section provides detailed records of API consumption for this application.

Usage Trend Chart

A line chart visualizes the application's API usage over time. You can switch between different time ranges:

  • 7 Days
  • 14 Days
  • 30 Days

Usage trend chart

Model Distribution Chart

A pie chart shows the breakdown of which AI models account for the most usage within this application.

Model distribution chart

Consumption Records

A table lists individual consumption records with the following columns:

ColumnDescription
TimeWhen the consumption occurred
Capability TypeThe type of API call (Text Generation, Image Generation, etc.)
ModelThe AI model used
TokensInput and output token counts
CostThe monetary cost of the request

Consumption records table

Request Logs

The request logs tab shows all API requests made using keys from this application.

Request List

The table displays key information for each request:

ColumnDescription
Request IDUnique identifier
TimeWhen the request was made
Capability TypeThe API capability used
ModelThe model called
StatusSuccess or failure
TokensInput and output token counts
LatencyResponse time

Request logs table

Request Detail Drawer

Click any request row to open a detail drawer with complete request information:

  • Full request parameters
  • Response data
  • Error details (if applicable)
  • Token usage breakdown
  • Timestamps and latency

Request detail drawer

Request Trace Timeline

For each request, a trace timeline shows the internal processing stages with duration, status, and error information for each span. This is useful for debugging slow requests or understanding where failures occur.

Request trace timeline

For more detailed information on request logs, see Request Logs.

Notes

  • All data shown on the application detail page is scoped to this application only.
  • Usage charts may have a slight delay (up to 5 minutes) for real-time accuracy.
  • You can quickly navigate to other applications using the breadcrumb or back button.