📹 The future of AI infrastructure: optimize and shard your database with agents.Watch the talk
Navigation

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.

Read more