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

# Svix

> Integrate with Svix to have wehbooks/SIEM properly configured.

## Requirements

* Have installed hoop.dev in your infrastructure;
* Be in an Enterprise Plan

<Tabs>
  <Tab title="Svix SaaS">
    <Steps>
      <Step title="Create an account at Svix">
        <Frame>
          <img src="https://mintcdn.com/hoopdev/lXR_b8zeId-35Lup/images/integrations/svix-1.png?fit=max&auto=format&n=lXR_b8zeId-35Lup&q=85&s=27b7d623bc2c13fe3363164292a2fdb9" width="2534" height="1160" data-path="images/integrations/svix-1.png" />
        </Frame>
      </Step>

      <Step title="Get your API Key">
        <Frame>
          <img src="https://mintcdn.com/hoopdev/lXR_b8zeId-35Lup/images/integrations/svix-2.png?fit=max&auto=format&n=lXR_b8zeId-35Lup&q=85&s=51a6f754f39e652f0bbd45df4ea76653" width="2206" height="1284" data-path="images/integrations/svix-2.png" />
        </Frame>
      </Step>

      <Step title="Add your API key to hoop.dev at your set up">
        Configure the environment variable `WEBHOOK_APPKEY` with your Svix API Key and restart the hoop.dev Gateway.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Svix Self Hosted">
    <Steps>
      <Step title="Run the Svix Server">
        * [Running the Svix Server](https://github.com/svix/svix-webhooks?tab=readme-ov-file#running-the-server)
      </Step>

      <Step title="Generate an Authentication Key">
        * [Authenticate to Svix](https://github.com/svix/svix-webhooks?tab=readme-ov-file#running-the-server)
      </Step>

      <Step title="Configure the Hoop Gateway">
        Configure the gateway with the following environment variables:

        * `WEBHOOK_APPURL` with the address of the svix server. Example: `http://localhost:8701`
        * `WEBHOOK_APPKEY` with the authentication Key
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Learn more

Learn more about what's possible with Svix at hoop.dev reading our Learn guides about [Webhooks and SIEM](/setup/apis/webhooks-siem).
