- Activity records calls made through Passport.
- Admin activity records privileged workspace changes.
Your Activity
Everyone can open Activity to see their own calls. A row shows the app, action, AI client, outcome, and timing.- Allowed means the call completed.
- Blocked means access, Safety, an approval, or a guardrail stopped it.
- Error means the call was allowed but did not complete successfully.
Workspace Audit
On Enterprise, admins open Audit to review calls across the workspace. Filters cover person, app, team, and outcome. Filtered views have shareable URLs, and Guardrail findings can open the relevant view. Passport CLI may add an optional via CLI label so the record can distinguish tools such as Codex and Claude Code. That label is self-reported; the signed-in person or agent and the client policy remain authoritative.Admin activity
Open Settings → Admin activity on Enterprise to review changes such as:- approving or removing an app;
- changing a role or team;
- creating or editing a guardrail;
- changing client policy; or
- generating or revoking a SCIM token.
Export
Enterprise activity export
GET /export/activity.csv and GET /export/activity.jsonl require Enterprise. They accept the same member, app, outcome, and department filters as Audit. In this API, department means team.Enterprise audit export
GET /export/audit.csv exports the privileged-action trail and also requires Enterprise.Passport scrubs sensitive content before Activity is stored. A blocked credential cannot reappear through an export. See Guardrails.