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

# HubSpot

> Configure HubSpot OAuth for Multi-Tenant Authentication.

## Create a new HubSpot OAuth client

<Steps>
  <Step title="Navigate to your HubSpot developer account">
    Create or navigate to your [HubSpot developer account](https://developers.hubspot.com/).
  </Step>

  <Step title="Create a new app">
    Go to the **Apps** tab and click **Create app**.
  </Step>

  <Step title="Configure the Redirect URL">
    In the **Auth** tab of the App creation screen, scroll down to **Redirect URLs**. Copy the Stytch redirect URI from the [Dashboard](https://stytch.com/dashboard/oauth) and paste it to populate a Redirect URL in the App configuration.
  </Step>

  <Step title="Create the app">
    Complete the creation of your App by clicking **Create App** at the bottom of the page.
  </Step>
</Steps>

## Configure your HubSpot OAuth client in Stytch

<Steps>
  <Step title="Navigate to your HubSpot app">
    Go to your HubSpot account, navigate to the **Apps** tab, and click on your app.
  </Step>

  <Step title="Navigate to the Auth tab">
    Click on the **Auth** tab and scroll down to **Redirect URLs**.
  </Step>

  <Step title="Add the Stytch redirect URI">
    Copy the Stytch redirect URI from the [Dashboard](https://stytch.com/dashboard/oauth) and paste it to populate a Redirect URL in the App configuration.
  </Step>
</Steps>
