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

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

<Warning>You need an active Mintlify account with admin access. This authentication is required for Deployments, Agent, and Analytics actions.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Getting Your Project ID</h2>

  <p>Your project ID is required for most API operations.</p>

  <Steps>
    <Step title="Sign in to Mintlify Dashboard">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to <a href="https://dashboard.mintlify.com" target="_blank" rel="noopener noreferrer">Mintlify Dashboard</a> and sign in with your account credentials.</p>
      </div>
    </Step>

    <Step title="Navigate to API Keys">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the left sidebar, click <strong>Settings</strong> then select <strong>API Keys</strong>.</p>
      </div>
    </Step>

    <Step title="Copy Project ID">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Your project ID is displayed on the API keys page.</p>

        <ul>
          <li>Copy the <strong>Project ID</strong> value and store it securely for use later</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Generating Admin API Key</h2>

  <p>Create an admin API key to authenticate with the Mintlify API for deployment and management operations.</p>

  <Steps>
    <Step title="Navigate to API Keys">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Go to the <a href="https://dashboard.mintlify.com/settings/api-keys" target="_blank" rel="noopener noreferrer">API Keys page</a> in your dashboard.</p>
      </div>
    </Step>

    <Step title="Generate Admin API Key">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click the <strong>Generate API Key</strong> button and select <strong>Admin API Key</strong>.</p>

        <ul>
          <li>Admin API keys begin with the <strong>mint\_</strong> prefix</li>
          <li>Copy the key immediately and store it securely for use later</li>
          <li>Important: The key will not be shown again after you leave this page</li>
          <li>You can create up to 10 API keys per hour per organization</li>
          <li>Warning: Admin API keys are server-side secrets. Do not expose them in client-side code.</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>Admin API Key</strong></li>
        <li><strong>Project 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>
