> ## 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.

# Connect Salesloft with API Key – StackOne Hub

> Link a Salesloft account in the StackOne Hub using API Key. End-user guide to authorize the integration and start using Salesloft actions.

<Warning>API Key authentication is available for customers only and is not approved for partner integrations.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Generate an API key</h2>

  <p>Create an API key in Salesloft to authenticate API requests.</p>

  <Steps>
    <Step title="Go to the Salesloft Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Visit <a href="https://developers.salesloft.com" target="_blank" rel="noopener noreferrer">developers.salesloft.com</a> and click <strong>Manage Apps</strong> in the top navigation bar.</p>
      </div>
    </Step>

    <Step title="Open Your Applications">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>You will be redirected to <a href="https://accounts.salesloft.com/oauth/applications" target="_blank" rel="noopener noreferrer">accounts.salesloft.com/oauth/applications</a>.</p>

        <ul>
          <li>Scroll down to the <strong>API Keys</strong> section.</li>
          <li>Click <strong>Create New</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Name your API key and select scopes">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>On the <a href="https://accounts.salesloft.com/api_keys/new" target="_blank" rel="noopener noreferrer">New API Key</a> page, fill in the details.</p>

        <ul>
          <li>Enter a descriptive name, e.g. `StackOne Integration`</li>
          <li>Under <strong>Scopes</strong>, select the permissions required for your integration. Click <strong>Select all</strong> to grant all permissions, or select individual scope groups.</li>
          <li>Available scope groups: <strong>Buyers and companies</strong>, <strong>CRM</strong>, <strong>Sales activity</strong>, <strong>Team administration</strong>, <strong>Workflows</strong></li>
          <li><strong>Privileged scopes</strong> are hidden by default — click <strong>Show</strong> only if needed (e.g. `crm_id_person:write`)</li>
          <li>Click <strong>Save</strong> to generate the key.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the API key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy your API key immediately — it is shown only once.</p>

        <ul>
          <li>Store it in a secure location</li>
          <li>The key format is: `v2_ak_[team_id]_[64-char-hex]`</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>API Key</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
