Agent ChatActivity Monitor

Activity Monitor

See everything your AI agent does in real-time. Every file write, command execution, API call, and deployment is logged and categorized. Know exactly what is happening, when, and how risky it is.


The Activity Feed

Open the Activity tab in your workspace dashboard. You see a live feed of agent actions:

ColumnWhat It Shows
TimeWhen the action happened
CategoryWhat type of action (file write, command, API call, etc.)
RiskLow, medium, high, or critical
DetailsWhat specifically happened — file path, command text, API endpoint
SessionWhich conversation the action belongs to

The feed updates in real-time. As your agent works, you see each action appear instantly.


Action Categories

The Activity Monitor classifies every agent action into one of these categories:

CategoryExamples
File WriteCreating, editing, or overwriting files
File DeleteRemoving files or directories
Command ExecutionRunning shell commands, scripts
API CallCalling external APIs, webhooks
Package InstallInstalling npm packages, dependencies
Config ChangeModifying configuration files
DeployDeploying code, pushing to production
Message SendSending messages via Slack, email, etc.
Data AccessReading databases, accessing stored data
Credential UseUsing API keys, tokens, secrets
OtherActions that do not fit the above categories

Risk Levels

Each action is assigned a risk level:

LevelColorMeaning
LowGreenRead operations, safe queries, no side effects
MediumYellowFile writes, config changes, standard operations
HighOrangeExternal API calls, package installs, deployments
CriticalRedDeletions, production changes, credential usage

Risk levels are determined automatically based on the action category and context. You can also set up Approval rules to require manual approval for high and critical actions.


Session Timeline

Click on any session to see the full timeline of actions in that conversation. This gives you a step-by-step view of what your agent did from start to finish:

09:41:02  [low]      File Read     → src/index.ts
09:41:03  [low]      File Read     → src/utils.ts
09:41:05  [medium]   File Write    → src/utils.ts (added helper function)
09:41:08  [medium]   Command Exec  → npm run test
09:41:15  [low]      File Read     → test results
09:41:17  [medium]   File Write    → src/index.ts (imported helper)
09:41:20  [medium]   Command Exec  → npm run build
09:41:25  [high]     Deploy        → pushed to staging

This is especially useful for reviewing what happened in a completed session or auditing a team member’s agent usage.


Filtering

Filter the activity feed by:

  • Category — show only file operations, or only commands, etc.
  • Risk Level — show only high and critical actions
  • Time Range — last 10 minutes, last hour, last 24 hours
  • Session — show actions from a specific conversation
  • Team Member — show actions from a specific person (on team plans)

Stats Dashboard

At the top of the Activity page, you see aggregate statistics:

  • Total actions in the selected time range
  • Breakdown by category — which types of actions are most common
  • Breakdown by risk level — how many low, medium, high, critical actions
  • Pending approvals — how many approval requests are waiting for your decision

Team Activity

On team plans, the Activity Monitor shows actions from all team members. You can:

  • See who did what and when
  • Filter by team member
  • Compare usage patterns across the team
  • Identify which team members trigger the most high-risk actions

Retention

Activity data is retained based on your plan:

PlanRetention
Free24 hours
Starter7 days
Pro7 days
Business30 days
EnterpriseCustom

After the retention period, activity data is automatically deleted.


Next Steps

  • Approvals — require manual approval for high-risk actions
  • Team Access — monitor your whole team’s agent activity
  • Connect OpenClaw — activity monitoring starts automatically once connected