> ## 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 Proliant with API Key – StackOne Hub

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

<Warning>API access must be provisioned by your Proliant Account Manager. Contact them to complete an API Request form and receive credentials.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Request API Access</h2>

  <p>Proliant API credentials are issued by your Account Manager — there is no self-serve signup.</p>

  <Steps>
    <Step title="Contact your Account Manager">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Reach out to your Proliant Account Manager and request API access. You will need to complete an API Request form specifying which data you need to access.</p>
      </div>
    </Step>

    <Step title="Receive your credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>After approval, your Account Manager will provide:</p>

        <ul>
          <li><strong>Client Key</strong> — your API client identifier</li>
          <li><strong>Client Secret</strong> — your API secret (expires annually; rotate via the API)</li>
          <li><strong>Sandbox credentials</strong> — for testing before production</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Find your Company ID</h2>

  <p>Your Company ID is required to scope all API calls to your organization.</p>

  <Steps>
    <Step title="Obtain your Company ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Ask your Proliant Account Manager for your Company ID, or retrieve it programmatically by calling `GET /Company/` with your credentials. The response contains your company's unique identifier.</p>
      </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>Client Key</strong></li>
        <li><strong>Client Secret</strong></li>
        <li><strong>Company ID</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>
