Audit Trail & Oversight

Every action a digital worker takes is logged, auditable and reviewable. This page covers how session logging works, how to review agent decisions, and how to provide feedback that improves future behaviour.


Session Logging

Every time an agent runs, it creates a session. A session records:

Session Steps

Each step within a session records:


Guardrail Checks

When an agent encounters a decision boundary, a guardrail check is logged. Each check records:

Guardrail checks give you visibility into what the agent considered doing but was prevented from, and what actions were modified before they were taken.


Reviewing Sessions

Sessions are viewable in the portal from two places:

  1. Agent Sessions tab — Shows all sessions across all deployed agents. Filter by role, status, time range, or search by threat ID.
  2. Deployment detail page — Shows sessions for a specific deployed agent, along with metrics and configuration.

Click any session to expand it and see the full step-by-step sequence. From an expanded session, you can:


Providing Feedback

Learnings

Learnings are the primary mechanism for tuning agent behaviour. When you see a session where the agent made a decision that should have gone differently:

  1. Click + Add Learning on the session.
  2. Describe what the agent should have done differently.
  3. The learning is created in PROPOSED status.
  4. An administrator approves the learning to make it active.
  5. The agent applies the learning on future runs.

Learnings accumulate over time. The more feedback you provide, the better the agent aligns with your organisation’s specific conventions and preferences.

Knowledge

If a session shows the agent lacked context that would have improved its decision, add it as a knowledge source:

  1. Click + Add Knowledge on the session.
  2. Provide the context (e.g. “10.200.x.x is our internal monitoring subnet — traffic from these IPs is expected”).
  3. Scope it appropriately (organisation, project, or deployment).
  4. The agent retrieves this context when relevant in future sessions.

Metrics

The deployment detail page shows session metrics over time, including:

Use these metrics to understand how the agent is performing and whether tuning is needed.


Best Practices

Back to top