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

# Keap OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for Keap in StackOne. One-time admin setup required before your users can link Keap accounts via Hub.

<section data-guide-section data-guide-scopes="">
  <h2>Create a Keap Developer Application</h2>

  <p>Create an OAuth application in the Keap Developer Portal to obtain credentials for API access.</p>

  <Steps>
    <Step title="Sign in to the Keap Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to the <a href="https://keys.developer.keap.com/accounts/create" target="_blank" rel="noopener noreferrer">Keap Developer Portal</a> and sign in or create an account.</p>
      </div>
    </Step>

    <Step title="Register a new application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to <a href="https://keys.developer.keap.com/my-apps" target="_blank" rel="noopener noreferrer">My Apps</a> and click <strong>+ New App</strong>.</p>

        <ul>
          <li>Enter an application name (e.g., `StackOne Integration`)</li>
          <li>Enter a description for your application</li>
          <li>Set the <strong>Redirect URI</strong> to: `https://api.stackone.com/connect/oauth2/keap/callback`</li>
          <li>Click <strong>Create</strong> to register the application</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After creating the app, copy your credentials from the application details page.</p>

        <ul>
          <li>Copy the <strong>Client ID</strong> value</li>
          <li>Copy the <strong>Client Secret</strong> value — store it securely as it may not be shown again</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Keap</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>Keap</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client ID</strong></li>
          <li><strong>Client Secret</strong></li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>Keap</strong>.
