Create Logins
keychain_create_loginsCreate multiple login items in a single call, each with username, password, URIs, TOTP, notes, fields, and attachments. Supports continueOnError for batch processing and returns per-item results.
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. |