Console

Activity & audit

Every meaningful change is recorded so you can answer who did what, and when.

The Activity view is an append-only audit log of administrative events: members added or removed, roles and policies changed, projects created, keys minted or revoked, and settings updated. Each entry records the actor, the action, the target and a timestamp.

Reading the log

Browse it in the Console, or pull it from the API at the organization or project level:

Organization audit log
curl "https://api.upgreat.ai/v1/orgs/{orgId}/audit" \
  -H "Authorization: Bearer <access-token>"
Project audit log
curl "https://api.upgreat.ai/v1/projects/{projectId}/audit" \
  -H "Authorization: Bearer <access-token>"

Use it for reviews

The audit log is the source of truth for security reviews and incident response. Export it periodically if your compliance process requires retention beyond the Console's window.