Create Identity
keychain_create_identityCreate an identity item to store personal, contact, and address details with structured fields and custom fields. Sensitive data is automatically redacted in output 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. | |
| 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. | |
| folderId | No | Personal folder id, not an organization collection id. | |
| identity | No | Structured identity profile data to store on the item. | |
| collectionIds | No | Bitwarden collection ids, not folder ids. | |
| organizationId | No | Bitwarden organization id; used for org-scoped collection operations. |