tailscale_create_webhook
Create a webhook to receive Tailscale event notifications. Subscribe to event types; the signing secret must be saved immediately.
Instructions
Create a new webhook. The response includes the webhook's signing secret -- this is the only opportunity to capture it; save it immediately.
SECURITY: the response body contains the secret verbatim. MCP clients commonly persist tool responses to logs and conversation transcripts; treat this response as sensitive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpointUrl | Yes | The HTTPS URL to send webhook events to | |
| subscriptions | Yes | Event types to subscribe to (at least one) |