password_create
Create a new password or login item in a 1Password vault, optionally including username, URL, tags, and notes.
Instructions
Create a new password/login item in a 1Password vault with optional username, URL, tags, and notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | Yes | Vault ID to create the item in. | |
| title | Yes | Item title. | |
| username | No | Username to store in the item. | |
| password | Yes | Password to store in the item. | |
| category | No | Item category. Defaults to Login. | |
| tags | No | Optional tags for organization. | |
| notes | No | Optional notes. | |
| url | No | Optional website URL to associate. | |
| returnSecret | No | If true, include the created password in the response. Defaults to false for security. |