> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-changelog-1-43-2.mintlify.site/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-docs-changelog-1-43-2/jaDNsui60K5kGT0a/images/integrations/svix-1.png?fit=max&auto=format&n=jaDNsui60K5kGT0a&q=85&s=8612d3827db3f1f9c54b2a27c4543bbd" 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-docs-changelog-1-43-2/jaDNsui60K5kGT0a/images/integrations/svix-2.png?fit=max&auto=format&n=jaDNsui60K5kGT0a&q=85&s=e6405f7174a994b296d2421c770769ba" 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](/learn/webhooks-siem).
