Credentials
Store website login credentials securely for automated browser login.Why Credentials?
When Wovly uses browser automation to log into websites, it needs your credentials. Instead of asking in chat (insecure), Wovly uses pre-saved credentials that:- Are stored encrypted locally
- Never appear in chat or logs
- Are auto-filled during browser automation
- Never sent to AI providers
Setup
- Go to Credentials in Wovly
- Click Add Credential
- Enter:
- Domain: Website domain (e.g.,
amazon.com) - Username: Your login username/email
- Password: Your password
- Domain: Website domain (e.g.,
- Click Save
Usage
Once credentials are saved:Security
Encryption
Credentials are encrypted using Electron’s safeStorage API, which uses:- macOS: Keychain
- Windows: DPAPI
- Linux: Secret Service API
Never Exposed
- Credentials never appear in chat
- Never sent to LLM providers
- Never logged to console or files
- Only used during browser automation
Local Storage
All credentials stay on your machine:Managing Credentials
View Credentials
- Go to Credentials page
- See list of saved domains
- Click eye icon to reveal (requires system password)
Edit Credentials
- Click on a credential
- Click Edit
- Update and save
Delete Credentials
- Click on a credential
- Click Delete
- Confirm deletion
Best Practices
Troubleshooting
Login failing
Login failing
Check that the domain matches exactly what appears in the URL during login.
Wrong credentials used
Wrong credentials used
If a site has multiple login pages, you may need credentials for each subdomain.
2FA blocking login
2FA blocking login
For sites with mandatory 2FA, keep your phone nearby to approve the login.