Learn how to use the Oso for Agents UI to monitor agent behavior, detect misbehavior, enforce controls, and respond to incidents using action-level evidence.
The Oso for Agents UI is a control plane for understanding what your agents actually do in production and tightening permissions and controls based on observed behavior.Use it to:
See agent activity end-to-end (actions, decisions, context)
Detect misbehavior early (before it becomes an incident)
Enforce guardrails at the action boundary (approvals, rate limits, information-flow controls)
The UI is optimized to surface issues that matter for agent workloads:
Velocity spikes: Agents suddenly executing far more actions than normal (often a sign of a loop, prompt injection, or mis-scoped automation).
Data leaks: Risky sequences like accessing sensitive data and then attempting an outbound or state-changing action.
Intent drift: The agent is “still working” but is now using different tools, hitting different resources, or acting outside the expected workflow shape.
Recommended use:
Start from a flagged agent or alert.
Drill into the recent action timeline to see the exact tool calls and parameters.
Compare it to historical behavior to identify the root cause of the misbehaviour.