TrueFoundry provides comprehensive audit logging that tracks all activities performed on the platform. Audit logs help you monitor user actions, track changes to resources, maintain compliance, and troubleshoot issues by providing a complete history of platform activities. You can find the audit logs in theDocumentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Platform > Access > Audit Logs section of the TrueFoundry dashboard.

- User actions - Who performed what action and when
- Resource changes - Creation, updates, and deletions of deployments, workspaces, integrations, and more
- API activity - All API calls made to the platform
- System actions - Automated actions performed by Autopilot and other system components
Audit logs are only visible to Tenant Admins.
- ACTION - The type of action performed (e.g., “Apply Provider Integration”, “Create Deployment”)
- RESOURCE - The resource that was affected, including its name and type
- API ROUTE - The API endpoint that was called
- USER - The user or system component that performed the action
- TIMESTAMP - When the action occurred (displayed as relative time, e.g., “8m ago”, “16m ago”)

Exporting Audit Logs
The audit logs are printed in application logs in the following format:context=AuditLogInterceptor.
API Access
For programmatic access to audit logs, you can use the TrueFoundry API. Refer to the API Reference for detailed endpoint documentation.Access to audit logs via API requires appropriate permissions. Ensure your API keys or authentication tokens have the necessary access rights.