Create WireGuard client
create_clientCreate a new WireGuard client with automatically generated keys and IP address. Returns the new client ID for configuration.
Instructions
Create a new WireGuard client. Keys and IP addresses are generated by wg-easy. Returns the new client ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name of the new client | |
| expiresAt | No | Optional expiry date as ISO string (e.g. 2026-12-31). Omit for no expiry. |