create_login_item
Create a new login entry with credentials, URL, and optional auto-generated password, stored in the specified vault or shared location.
Instructions
Create a login item in a vault or share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL for the login | |
| No | Email for the login | ||
| title | Yes | Title for the new login item | |
| confirm | No | Must be true to execute the write operation | |
| shareId | No | Share ID for the new item | |
| password | No | Password for the login | |
| username | No | Username for the login | |
| vaultName | No | Vault name for the new item | |
| agentReason | No | Purpose of this operation, required for agent sessions; never include secrets | |
| generatePassword | No | Set to "true" to auto-generate, or pass generator options |