Create Note
keychain_create_noteCreate a secure note for storing free-form text or secrets, with custom fields and folder/organization scoping; returns a redacted summary for safety.
Instructions
Create a secure note item. Use this for free-form text or secrets that do not belong in a login, card, identity, or SSH key item. Accepts custom fields plus folder/organization/collection scoping, and returns a redacted item summary by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the secure note item. | |
| notes | No | Optional note text stored on the item. | |
| fields | No | Custom fields to store on the item. Hidden fields are redacted in summaries. | |
| favorite | No | Mark the item as a favorite when true. | |
| organizationId | No | Bitwarden organization id; used for org-scoped collection operations. | |
| collectionIds | No | Bitwarden collection ids, not folder ids. | |
| folderId | No | Personal folder id, not an organization collection id. |