Updating your profile
Keep your profile information current so teammates can identify you and so timestamps and exports reflect your correct timezone. Navigate to Settings → Profile to update any of the following fields:- Full name — displayed throughout the Doohick interface and in email notifications.
- Email address — used for login, notifications, and billing receipts.
- Avatar — upload a square image (PNG or JPEG, minimum 200 × 200 px) to personalize your account.
- Timezone — controls how all timestamps in the dashboard and exports are displayed for your session.
Password and security
Protecting your Doohick account requires more than a strong password. Use the tools below to build a layered security posture. Change your password Go to Settings → Security → Password. Enter your current password, then enter and confirm the new one. Doohick enforces a minimum of 12 characters and requires a mix of letters, numbers, and symbols. Enable two-factor authentication (2FA) Navigate to Settings → Security → Two-Factor Authentication and click Enable 2FA. Doohick supports TOTP (Time-based One-Time Password) via any authenticator app such as Google Authenticator, Authy, or 1Password. Scan the QR code displayed on screen, enter the six-digit code from your app to confirm setup, and save your one-time backup codes in a secure location. Manage active sessions Under Settings → Security → Active Sessions, you can see every device and browser currently logged in to your account, including the location, device type, and last active timestamp. Click Revoke next to any session you don’t recognize to immediately sign out that device.API key management
API keys authenticate your applications and scripts when they call the Doohick REST API. Create and manage all keys from Settings → API Keys.1
Create a new API key
Click New API Key, enter a descriptive label, and select an expiry period (or choose No expiry for long-lived service keys). Click Generate. Copy the key immediately — Doohick only displays the full key once.
2
Use the key in your application
Include the key in the
Authorization header of every API request:3
Revoke a key when it's no longer needed
Click Revoke next to any key in the list. Revocation is immediate — any application using that key will receive
401 Unauthorized responses.production / staging) and the context (team / backend) directly in the key label, so you always know where a key is being used without opening your codebase.
Never commit API keys to version control. Use environment variables or a secrets manager to inject keys into your applications at runtime.
Transferring workspace ownership
Each Doohick workspace has exactly one Owner. If you need to hand off ownership — for example, when leaving an organization — transfer the Owner role to another team member before leaving.1
Open Team settings
Navigate to Settings → Team and locate the member you want to designate as the new Owner.
2
Reassign the Owner role
Click ⋯ next to that member’s name and select Assign as Owner. A confirmation dialog explains that your role will be downgraded to Admin.
3
Confirm the transfer
Click Transfer Ownership in the confirmation dialog. The change takes effect immediately. The new Owner receives an email notification.
Deleting your account
1
Navigate to Account deletion
Go to Settings → Account and scroll to the Danger Zone section at the bottom of the page. Click Delete Account.
2
Review the deletion warning
Read the list of data that will be permanently deleted, including your profile, workspaces you own, and all associated resources and history.
3
Confirm by typing your workspace name
Type the name of your primary workspace exactly as shown to unlock the deletion button. This step prevents accidental deletions.
4
Submit the deletion request
Click Permanently Delete Account. Doohick will send a final confirmation email and begin the deletion process within 24 hours.
Doohick retains workspace data for 30 days after an account deletion request is submitted, during which time you can cancel the deletion by contacting support. After 30 days, all data is purged from Doohick’s systems with no possibility of recovery. If you want a copy of your data before deletion, go to Settings → Account → Export Data to download a full archive of your workspace content in JSON format.