Create SSH Key
keychain_create_ssh_keyCreate and store an SSH key pair as a secure vault item. Private key is hidden and redacted in summaries. Supports organization, folder, and collection scoping.
Instructions
Create an SSH key object stored as a secure note with standard fields. Use this when you need a public/private key pair plus optional fingerprint or comment, not a login or payment card. The private key is stored in a hidden field and redacted in returned summaries; folder, organization, and collection scoping is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the SSH key item. | |
| publicKey | Yes | SSH public key material to store on the item. | |
| privateKey | Yes | SSH private key material to store on the item. | |
| fingerprint | No | Optional SSH key fingerprint. | |
| comment | No | Optional SSH key comment or label. | |
| notes | No | Optional note text stored on the item. | |
| 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. |