create_wifi_item
Add a WiFi network item to a Proton Pass vault or share. Supply the SSID, optional password, and security type to save the access details for future use.
Instructions
Create a WiFi item in a vault or share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional note content | |
| ssid | Yes | Network SSID (required, non-empty) | |
| title | Yes | Title for the new WiFi item | |
| confirm | No | Must be true to execute the write operation | |
| shareId | No | Share ID for the new item | |
| password | No | Network password (optional; empty string for open networks) | |
| security | No | WiFi security type: wpa, wpa2, wpa3, wep, open, none, unspecified | |
| vaultName | No | Vault name for the new item | |
| agentReason | No | Purpose of this operation, required for agent sessions; never include secrets |