What problem does it solve? AI agents signing up for web services need a persistent, encrypted place to keep the usernames and passwords they create, instead of losing credentials between sessions or storing them in plaintext. ## Core Features & Use Cases - Credential Storage: Create password entries keyed by domain with username, password, and notes fields, all encrypted server-side. - Password Generation: Auto-generate strong passwords when creating entries or generate standalone passwords without storing them. - Retrieval & Management: List all entries, fetch credentials by UUID, update passwords, and delete entries. - Use Case: During a signup flow, run ravi passwords create example.com --username "me@example.com" to generate and store credentials, then later retrieve them with ravi passwords get <uuid> when logging back in. ## Quick Start Ask the agent to create a password entry for a domain, for example: store credentials for example.com using the Ravi password manager.