create_item
Create new vault items including logins, secure notes, cards, or identities with specific details to store and manage credentials and personal information.
Instructions
Create a new item (login, secure note, card, or identity) in your vault
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | No | Card information (required for type 3 - card items) | |
| name | Yes | Name of the item | |
| type | Yes | Type of item to create (1: Login, 2: Secure Note, 3: Card, 4: Identity) | |
| login | No | Login information (required for type 1 - login items) | |
| notes | No | Notes for the item | |
| folderId | No | Folder ID to assign the item to | |
| identity | No | Identity information (required for type 4 - identity items) | |
| secureNote | No | Secure note information (required for type 2 - secure note items) |