Create Logins
keychain_create_loginsBatch create multiple login credentials in one call, returning per-item success or error results. Supports continuing on failure to process all items.
Instructions
Create multiple login items in one call. Use this when you need several independent credentials at once, with the same login-item behavior as create_login. Set continueOnError to keep going after a failure and receive per-item ok/error results; returned items are redacted by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Login item payloads to create; each item follows create_login fields and returns its own ok/error result. | |
| continueOnError | No | Continue after failures and return per-item ok/error results when true. |