#Question: How do you handle logins securely in AI web automation?

1 messages · Page 1 of 1 (latest)

azure fable
#

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

sudden geyser
azure fable
# sudden geyser it'd mostly be a security risk anyway

yeah, but i have seen the talks about doing automations like booking relavant flight tickets etc on popular stages, there must be something or a way to do it safely..

Maybe like creating local tools to handle the environment variables with credentials and only exposing relevant parameters to the AI agents or something ?