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