What problem does it solve? It guides the creation of a custom page or dashboard whose buttons trigger a Grok Bot via a webhook routine, while keeping the webhook sender key on a local server instead of exposing it in the browser or chat. ## Core Features & Use Cases - Webhook Routine Setup: Creates a webhook-triggered routine with a prompt that treats the POST body as untrusted data and names the JSON fields the UI sends. - Secret Handling: Requests the sender key through a secret-request card so the key never appears in chat, logs, or browser code. - Local Server & Tailscale Hosting: Hosts the page on a server bound to 0.0.0.0 that proxies POSTs to the webhook with Bearer authorization, then exposes it on the tailnet with hostname and 100.x URLs. - Use Case: Build a dashboard button that, when clicked from any Tailscale device, POSTs JSON to wake a bot routine that performs an action and reports back. ## Quick Start Build me a small page with a button that wakes my Grok Bot through a webhook and serve it over Tailscale.