Skip to main content

View Agent Instance Details

The Agent Instance Details panel provides a centralized, detailed view of a specific running agent instance. Use this page to monitor runtime health, verify deployment data, troubleshoot issues, and inspect instance metadata.

Access the Details Screen

  1. Navigate to AI Agent > Agent Instance from the main menu.
  2. From Grid View or List View, click the target instance.

The instance details panel opens on the right side of the screen.

Understand the Detailed Overview

The detail panel is divided into sections. Each section helps you inspect a different part of the instance lifecycle and runtime state.

Header Status

At the top of the panel, you can quickly see fields below:

FieldDescription
Instance NameThe selected agent instance name.
Status BadgeCurrent operational state, such as RunningStopped, or Failed.
Condition BadgeQuick health indicator, such as AllReplicasReadyDeploymentFailed, or ServiceFailed.
ReplicasReadiness ratio in the format ready/desired.
Action IconsShortcuts for edit and more-options actions.

Basic Information

This section contains core identity and placement data for the instance.

FieldDescription
NameThe unique, user-defined instance name.
DescriptionA short summary of the instance purpose.
TriggerRuntime trigger mode used by the instance, such as WebhookScheduler, or Chatbot.
ClusterThe Kubernetes cluster where the instance is deployed.
NamespaceThe namespace containing the instance resources.

Endpoints

This section shows connection endpoints used to access the running instance. Refer to View MCP Instance Details for detailed description.

Webhook

  • Method: HTTP method used by the endpoint, always POST.
  • Path: Webhook API path to invoke this agent instance.

Use this path to integrate the instance with external systems or automation flows.

Managed Resources

This section lists Kubernetes resources created and managed for this instance. Each resource includes a readiness status. Refer to View MCP Instance Details for detailed description.

System Identifiers

This section contains immutable system IDs used for internal tracking and cross-reference. Refer to View MCP Instance Details for detailed description.

Conditions

This section shows operational conditions and recent lifecycle events for the instance. Refer to View MCP Instance Details for detailed description.

Meta Information

This section provides audit and ownership metadata.

  • Date of Creation: Timestamp when the instance was first created.
  • Constructor: User account that created the instance.
  • Date of Modification: Timestamp of the most recent update.
  • Modifier: User account that performed the latest update.