> ## Documentation Index
> Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logging

> Review every tool call that flows through the MCP Gateway.

## Overview

<Frame>
  <img src="https://mintcdn.com/aptible/pd5H1CzRdWHUPFs6/images/MCP-Audit-Logs-1.png?fit=max&auto=format&n=pd5H1CzRdWHUPFs6&q=85&s=75aa1d75f46b03f9b20ca75edf7438b6" alt="MCP Audit Logs 1" width="1280" height="720" data-path="images/MCP-Audit-Logs-1.png" />
</Frame>

Every tool call routed through the MCP Gateway is logged automatically. No configuration required.

In the Aptible dashboard, navigate to **MCP > Audit Logs**.

<Info>
  Account owners can see all tool calls across the organization. End users see only their own activity.
</Info>

## What Gets Logged

Each log entry captures:

* **Time:** when the call was made
* **Server:** the server the tool belongs to
* **Tool:** the full namespaced tool name (e.g. `github_get_file_contents`)
* **Args:** the number of arguments passed (arguments are stored encrypted)
* **User Agent:** the MCP client making the request

Arguments are stored encrypted at rest. The log entry shows the argument count; the full argument values are available when you expand a row.

## Filter Logs

Use the filter controls at the top of the page to narrow the log view:

* **From / To:** date and time range pickers
* **Server:** dropdown to filter to a specific server
* **Tool:** dropdown to filter to a specific tool

## Retention and Export

Audit logs are retained within the dashboard. To export logs or send them to an external destination for long-term retention, [contact Aptible Support](https://app.aptible.com/support).

## Related

<CardGroup cols={2}>
  <Card title="Grants" href="/mcp-gateway/grants">
    Control which tools each user or agent can call.
  </Card>

  <Card title="Membership" href="/mcp-gateway/membership">
    Manage the users, robots, and API keys that appear in logs.
  </Card>
</CardGroup>
