create_credit_card_item
Add a credit card to a Proton Pass vault or share with number, cardholder, expiry, CVV, PIN, and optional note. Use confirm=true to apply the write operation.
Instructions
Create a credit card item in a vault or share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cvv | No | CVV/CVC security code | |
| pin | No | Card PIN | |
| note | No | Optional note content | |
| title | Yes | Title for the new credit card item | |
| number | No | Card number | |
| confirm | No | Must be true to execute the write operation | |
| shareId | No | Share ID for the new item | |
| vaultName | No | Vault name for the new item | |
| agentReason | No | Purpose of this operation, required for agent sessions; never include secrets | |
| cardholderName | No | Cardholder name | |
| expirationDate | No | Expiration date (YYYY-MM) |