Get WireGuard client configuration
get_client_configRetrieve the WireGuard configuration file for a specific client by providing its numeric ID. Output contains the client's private key, so handle it securely.
Instructions
Get the WireGuard configuration file (wg .conf format) for a client. SENSITIVE: the output contains the client private key — treat it as a secret and do not repeat it unnecessarily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clientId | Yes | Numeric ID of the client (see list_clients) |