Telnyx · Capability
Telnyx API — WireGuard Interfaces
Telnyx API — WireGuard Interfaces. 10 operations. Lead operation: List all WireGuard Interfaces. Self-contained Naftiko capability covering one Telnyx business surface.
What You Can Do
GET
Listwireguardinterfaces
— List all WireGuard Interfaces
/v1/wireguard-interfaces
POST
Createwireguardinterface
— Create a WireGuard Interface
/v1/wireguard-interfaces
DELETE
Deletewireguardinterface
— Delete a WireGuard Interface
/v1/wireguard-interfaces/{id}
GET
Getwireguardinterface
— Retrieve a WireGuard Interfaces
/v1/wireguard-interfaces/{id}
GET
Listwireguardpeers
— List all WireGuard Peers
/v1/wireguard-peers
POST
Createwireguardpeer
— Create a WireGuard Peer
/v1/wireguard-peers
DELETE
Deletewireguardpeer
— Delete the WireGuard Peer
/v1/wireguard-peers/{id}
GET
Getwireguardpeer
— Retrieve the WireGuard Peer
/v1/wireguard-peers/{id}
PATCH
Updatewireguardpeer
— Update the WireGuard Peer
/v1/wireguard-peers/{id}
GET
Getwireguardpeerconfig
— Retrieve Wireguard config template for Peer
/v1/wireguard-peers/{id}/config
MCP Tools
list-all-wireguard-interfaces
List all WireGuard Interfaces
read-only
idempotent
create-wireguard-interface
Create a WireGuard Interface
delete-wireguard-interface
Delete a WireGuard Interface
idempotent
retrieve-wireguard-interfaces
Retrieve a WireGuard Interfaces
read-only
idempotent
list-all-wireguard-peers
List all WireGuard Peers
read-only
idempotent
create-wireguard-peer
Create a WireGuard Peer
delete-wireguard-peer
Delete the WireGuard Peer
idempotent
retrieve-wireguard-peer
Retrieve the WireGuard Peer
read-only
idempotent
update-wireguard-peer
Update the WireGuard Peer
idempotent
retrieve-wireguard-config-template-peer
Retrieve Wireguard config template for Peer
read-only
idempotent