Set Login URIs
keychain_set_login_urisSet or update URI entries on a vault login item using replace or merge mode, supporting match types like domain, host, or exact.
Instructions
Set or update the URI list on a login item. mode=replace overwrites the full list; mode=merge updates existing URIs and adds new ones by URI. Match values can be domain, host, startsWith, exact, regex, or never.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| mode | No | URI merge behavior: replace overwrites the full list; merge updates existing URIs and adds new ones by URI. | |
| uris | Yes | URI entries to store or update on the login item. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. |