Published on April 24, 2026.
You can now see a history of actions that happen inside your instance, who did it, how, and from where.
Create, update, and delete operations across the platform are recorded:
Every audit log entry includes:
| Field | Description |
|---|---|
| Actor | The user or API key that performed the action |
| Actor type | user (dashboard) or api_key (programmatic) |
| Passkey | Whether the action was verified with a passkey |
| Feature | The area of the platform (e.g. bank_account, payout) |
| Operation | create, update, or delete |
| Entity | The type and ID of the affected resource |
| IP address | Origin IP of the request |
| Country | Country derived from the request |
| User agent | Browser or SDK making the request |
| Metadata | Additional context specific to the action |
Navigate to Settings → Audit logs to browse your instance's activity. Click any entry to open the detail pane with the full breakdown: actor info, request metadata, and action-specific context.
Use the filters to narrow down by feature, operation, actor type, user ID, API key ID, or entity ID.
Two new endpoints are available:
The list endpoint returns a paginated list of audit logs for your instance. It supports cursor-based pagination and the same filters available in the dashboard, plus date range filtering with start_date and end_date. The detail endpoint returns a single audit log entry by ID.
Only owner and admin roles can view audit logs.