Set Login URIs
keychain_set_login_urisUpdate URI list on a login item by replacing or merging URIs with match semantics like domain, host, or regex.
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. |