create_password
Create a new password entry with a required label and secret value, plus optional username, URL, notes, and custom fields. Stored with server-side encryption.
Instructions
Create a new password entry. Requires a label and the secret value; username, url, notes, folder id and favorite are optional. Stored with server-side encryption (cseType none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| label | Yes | Display label (required). | |
| notes | No | ||
| folder | No | Folder id; omit for the base folder. | |
| hidden | No | Hide the entry from list/search actions (default false). | |
| favorite | No | ||
| password | Yes | The secret value (required). | |
| username | No | ||
| customFields | No | User-defined fields. Replaces ALL existing custom fields, so send the complete set. Max 20 fields; label <= 48 chars, value <= 320 chars. |