Platform

Audit logs

Append-only ledger of every request, decision, and administrative action.

What is logged

  • Every API request with request_id, tenant, actor, and payload hash.
  • Every Guard decision with the exact signal contributions.
  • Every agent action, including LLM prompts and tool results.
  • Every administrative change (keys, webhooks, RBAC).

Export

Streaming export to your S3-compatible bucket or SIEM. Historical retention up to 7 years for regulated tenants.

Query API

bash
`curl https://api.xobriq.com/v1/audit/events \ -H "Authorization: Bearer $XOBRIQ_KEY" \ --data-urlencode "since=2025-06-01T00:00:00Z" \ --data-urlencode "actor=user_a91"`