Skip to content

Audit Log EN

zhenhun edited this page Sep 4, 2026 · 1 revision

中文 | English

What Is Recorded

Every one of the following is logged:

  • Every tool call (tool name, arguments, result, success or failure)
  • Tool approval requests and outcomes
  • Update checks / downloads
  • MCP interactions (mcp.* events)
  • Key system operations

Viewing

The Audit page lists records newest-first; click any row to see the full JSON details (arguments, result, context), which makes it easy to debug AI behavior and perform security audits.

Programmatic Access

With remote access enabled:

curl -H "Authorization: Bearer $BIT_KEY" http://127.0.0.1:8600/api/audit

Storage

Audit data is persisted to the data directory and survives across sessions. See the data-directory location notes in Remote Access and API.

Clone this wiki locally