Authorization header for webhooks
You can now set an Authorization header on webhooks. Pass the full value, scheme included, like Bearer <token>. PlanetScale sends it unchanged with every delivery.
Use it when the receiving service needs a token. That includes webhook-triggered Cursor and Devin automations. Set it in the dashboard or with --authorization-header on the CLI.