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

# Upwind

> Instructions on how to onboard an Upwind Integration

## Supported Data models

* [Vulnerability Findings](/integrations/vulnerability-findings-v2)
  * type: `dependency`

* Resources
  * type: `container`
  * type: `host`

## Onboarding Upwind

Follow the steps below to onboard your environment to our Upwind integration.

<Steps>
  <Step title="Navigate to the Upwind Console's API Keys page">
    Click on the `Settings` icon in the bottom left corner and select the `Credentials` tab.

    Or go to the following link: [API Keys page](https://console.upwind.io/settings?mainPageTab=Credentials) directly.

    You will see the following screen:

    <img src="https://mintcdn.com/leen/v5iddL0dhlngJwjt/images/upwind/upwind-api-keys.png?fit=max&auto=format&n=v5iddL0dhlngJwjt&q=85&s=6f6619601de35123b0ea970be3e9d45a" alt="Upwind API Keys page" width="3490" height="2070" data-path="images/upwind/upwind-api-keys.png" />

    Note down the `Organization ID` that you see on the top left corner of the screen.
  </Step>

  <Step title="Create new API credentials">
    Click on the `Generate Credential` button.

    Pick the `API` tab, enter the name for the credentials and click on the `Generate` button.

    <Warning>
      Record your Client ID and Client Secret somewhere safe. After the credential window is closed, the secret is no longer visible.
    </Warning>

    You will see the following screen:

    <img src="https://mintcdn.com/leen/v5iddL0dhlngJwjt/images/upwind/upwind-api-key-credential.png?fit=max&auto=format&n=v5iddL0dhlngJwjt&q=85&s=9f7d4ba7d3dd136831a3e5c2bfc07dc0" alt="Upwind API Key Credential" width="2430" height="1952" data-path="images/upwind/upwind-api-key-credential.png" />

    Click on the `Save` button to save the credential.
  </Step>

  <Step title="Enter credentials">
    Enter the `Organization ID` and `Client ID` and `Client Secret` in the Upwind integration in their respective fields.
  </Step>
</Steps>
