lipi_login
Log in to Lipi using email and password to obtain access and refresh tokens, which are cached for subsequent tools. Returns user and vault data. Call this first when no token exists.
Instructions
Log in to Lipi with email + password. Caches accessToken + refreshToken for subsequent tools. Call this first if you have no token. Returns user + vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Lipi account email | ||
| apiUrl | No | Optional Lipi API URL override, e.g. https://lipi-api.bharosilo.com or http://localhost:8080 | |
| password | Yes | Account password |