Where should passwords and logins be stored?
Options for Storing Site Credentials
- Agent memory: Store in
memory.md or memory/YYYY-MM-DD.md- Dedicated credentials file: Create a
.credentials.json in your workspace- Environment variables: Use
CLAWDBOT_* vars for sensitive dataThe browser maintains session state, so you typically only log in once per session!
https://docs.clawd.bot/tools/browser
