> ## 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 TazWorks with API Token – StackOne Hub

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

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

  <p>TazAPI uses a JWT API token generated from an API Application in the TazAPI Developer Portal.</p>

  <Steps>
    <Step title="Register in the Developer Portal">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Create an account in the <a href="https://developer.tazworks.com/pages/signup" target="_blank" rel="noopener noreferrer">TazAPI Developer Portal</a> if you do not have one.</p>

        <ul>
          <li>Sign in at <a href="https://developer.tazworks.com/" target="_blank" rel="noopener noreferrer">developer.tazworks.com</a></li>
          <li>A sample API application is available for the sandbox environment after registration</li>
        </ul>
      </div>
    </Step>

    <Step title="Create an API Application">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>API tokens are generated from an API Application. The application controls which API endpoints can be used and which CRA resources it can access.</p>

        <ul>
          <li>In the Developer Portal, create an application (test and production applications are separate)</li>
          <li>Generate an API token from the application</li>
          <li>Copy the token and store it securely</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="/connect/managing-connectors/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 Token</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="/gateway/concepts/linked-accounts">Accounts</a> page.</p>
</div>
