Security Logs
Security logs help workspace admins review operational history without exposing secrets or platform-admin internals.Access
Logs and history requiresecurity.read. Security configuration changes, such
as widget identity and redaction controls, require security.write where the
product exposes write controls.
What The Workspace Can See
Tenant-visible logs combine two workspace-scoped sources:
Platform-admin audit records are not read directly by the tenant UI. When a
platform-admin action should be visible to the workspace, Woes mirrors a
redacted activity entry into the tenant activity log.
Redaction
Log metadata is recursively redacted before it is returned to the browser. Woes masks values that look like:- Full workspace API keys.
- Bearer values.
- Source auth secrets.
- Widget identity secrets.
- Token hashes.
- Stored API key prefixes where needed.
- Other secret-like metadata.
How To Use Logs
- Review API-key usage before rotating or revoking keys.
- Confirm important settings and billing-adjacent changes.
- Check whether a live API test or public API integration is consuming usage.
- Use redacted metadata as an audit clue, not as a source of credentials.
