Skip to main content

Agent list

The agents page shows all agents in the current workspace as a table with:
  • Status indicators (connection + termination)
  • Health score and grade
  • Recent trace count
  • Risk alerts
  • Last health check time
Click an agent to open its detail page.

Agent detail

The agent detail page has tabs:

Overview

  • Device info — hostname, OS, OpenClaw version, workspace path.
  • Kill switch — toggle to terminate/restore the agent instantly.
  • Health score — current score with grade and trend chart (7/30 days).
  • Risk alerts — active alerts for this agent.

Traces

Agent-scoped trace view with the same filtering as the global Tracing page but pre-filtered to this agent.

Permissions

The service permission editor for this agent. See Service permissions.

Stats

Charts and breakdowns:
ChartDescription
Invocations trendTool calls over time (7/30 day line chart)
Duration distributionHistogram of tool call durations
Success/error rateStacked area chart
Top toolsBar chart of most-used tools
Service breakdownTool calls grouped by service

Config export (OpenClaw only)

One-click export of the agent’s configuration as JSON:
{
  "agent_name": "product-manager",
  "framework": "openclaw",
  "skills": ["coding-agent", "github", "web-search"],
  "system_files": {
    "SOUL.md": "...",
    "AGENTS.md": "..."
  },
  "policies": { ... },
  "health_check_interval_min": 30,
  "exported_at": "2026-03-27T00:00:00Z"
}
Config export is only available for OpenClaw agents connected via the plugin. MCP Gateway agents don’t have local file system access.