Set Login URIs
keychain_set_login_urisUpdate or overwrite the URI list for a Bitwarden login item, with options to merge new URIs or replace the entire list. Supports domain, host, exact, regex, and other match patterns.
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. |