Activity Logs Complete audit trail of all actions in your organization. What's Logged Authentication - Logins, logouts, failed attempts, 2FA events Servers - Creation, deletion, start/stop, configuration changes Applications - Deployments, restarts, environment variable changes Databases - Creation, backup, restore, credential access Team - Member invites, role changes, removals Billing - Plan changes, payment events Security - API key creation/revocation, 2FA changes Log Entry Details Timestamp - When the action occurred (UTC) Actor - Who performed the action (user or system) Action - What was done (create, update, delete, etc.) Resource - What was affected (server, app, database) IP Address - Source IP of the request User Agent - Browser/CLI information Changes - Before/after values for updates Viewing Logs Access activity logs from Settings → Activity in the dashboard. API GET /api/v1/activity Query params: ?page=1 ?per_page=50 ?action=create,delete ?resource_type=server,app ?actor_id=uuid ?from=2024-01-01 &to=2024-01-31 Retention Free Plan: 7 days Pro Plan: 90 days Enterprise: 1 year (configurable) Export Export activity logs as CSV or JSON for compliance and auditing: GET /api/v1/activity/export?format=csv&from=2024-01-01&to=2024-01-31