> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.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-improve-idp-sso-pages/quDT6RZSG6Ua5zfL/images/integrations/svix-1.png?fit=max&auto=format&n=quDT6RZSG6Ua5zfL&q=85&s=35fa58b20aa14839303086db50e4c4c8" 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-improve-idp-sso-pages/quDT6RZSG6Ua5zfL/images/integrations/svix-2.png?fit=max&auto=format&n=quDT6RZSG6Ua5zfL&q=85&s=6c7c2dd526087a1f47f52fe7fb324dbd" 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).
