Generate Web Push keys
push_generate_keysGenerate VAPID keys for Web Push, returning the public key needed for push subscriptions while keeping the private key on this machine.
Instructions
Generate (or return existing) VAPID keys for Web Push. Returns the public key to use with pushManager.subscribe() in the app's frontend; the private key never leaves this machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes |