> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Signature Verification

> Verify that incoming webhook messages were actually sent by Tensorlake (via Svix) to prevent forged webhook deliveries.

Webhook signatures let you verify that webhook messages are actually sent by Svix. Without verification, forged webhooks can be sent to your endpoint.

## Svix verification links

* [Verify Webhooks with the Svix Libraries](https://docs.svix.com/receiving/verifying-payloads/how)
* [Receiving Webhooks with Bridge](https://docs.svix.com/receiving/verifying-payloads/receiving-with-bridge)
* [Verifying Webhooks Manually](https://docs.svix.com/receiving/verifying-payloads/how-manual)
* [Additional Authentication](https://docs.svix.com/receiving/additional-authentication)
* [Static Source IP Addresses](https://docs.svix.com/receiving/source-ips)
