Create Identity
keychain_create_identityCreate a personal identity item with structured fields like name, address, and contact details, plus optional custom fields. Sensitive information is automatically redacted in summaries.
Instructions
Create an identity item. Use this for personal, contact, and address data instead of a login or card. Accepts structured identity fields plus custom fields and scoping, and returned summaries redact sensitive identity fields and hidden custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the identity item. | |
| identity | No | Structured identity profile data to store on the 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. |