Where should passwords and logins be stored?

For example, I want clawdbot to log in to Grocery site
Solution
Example workflow:
1. Tell Clawdbot your grocery site credentials (or store in memory)
2. Clawdbot navigates to the site
3. Fills login form via browser automation
4. Stays logged in via session cookies


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 data

The browser maintains session state, so you typically only log in once per session!

https://docs.clawd.bot/tools/browser
Was this page helpful?