Org API — provision VPN client
org_vpn_client_createCreate an organizational VPN client by providing a name, node ID, and WireGuard public key. Uses the org API key to provision the client for the node within the key's organization.
Instructions
Provision via org API key route POST /api/v2/org/vpn/clients (X-Api-Key). Requires EREBRUS_API_KEY. Node must belong to the key's org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node_id | Yes | ||
| wg_public_key | Yes | ||
| wg_preshared_key | No |