I'm using AI agents (like MCP/Playwright) for web automation, but some sites need login/signup.
Since I can't expose my email/password to the AI or remote servers, what's the best way to handle credentials securely?
Any tips on:
- Local injection before AI takes over?
- Session reuse?
- Secrets management tools?
- Preventing AI from seeing sensitive data?
Would love to hear how others handle this...
#WebAutomation #AI #Security #MCP