Skip to main content

Audit Log

Anima maintains an append-only audit log of every authenticated API action performed by or on behalf of agents. The audit log is critical for compliance, incident response, and operational visibility.

What Gets Logged

Every authenticated API call produces an audit entry with a semantic action name: Each entry records the actor (API key / user / agent / system), action, resource, result (SUCCESS / FAILURE / DENIED), IP address, user agent, and timestamp.

Querying the Audit Log

Audit access is org-admin surface: use a master key (mk_...).

Query Parameters

Audit Event Structure

Exporting Audit Logs

Export logs for compliance review as CSV or JSON:
The export returns the data inline in the response (data, format, count). Push it to your SIEM or archive from there — Anima does not currently stream directly to SIEM providers.

Access Reviews

For SOC 2-style periodic access reviews, the audit API includes review tracking:

API Reference

Next Steps