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

# Cloud 66 Connection

> Learn how to configure a Cloud 66 Connection for Infisical using a Personal Access Token.

Infisical supports connecting to Cloud 66 using a **Personal Access Token**.

## Create Cloud 66 Personal Access Token

<Steps>
  <Step title="Open your Cloud 66 account settings">
    Log in to your [Cloud 66 account](https://app.cloud66.com) and click your account avatar in the top-right corner.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-1.png" alt="Open Account Menu" />

    Select **Account Settings** from the dropdown.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-2.png" alt="Select Account Settings" />
  </Step>

  <Step title="Open Access Tokens settings">
    In the account settings sidebar, select **Settings**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-3.png" alt="Open Settings" />

    Then select **Access Tokens**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-4.png" alt="Open Access Tokens" />
  </Step>

  <Step title="Create a Personal Access Token">
    Under **Personal Access Tokens (Classic)**, click **Add Token**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-5.png" alt="Add Token" />

    Give the token a name and select a scope that allows managing your stacks' environment variables, then click **Create Token**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-6.png" alt="Configure Token" />
  </Step>

  <Step title="Copy your Personal Access Token">
    Copy the token and store it somewhere safe. Cloud 66 will not show it again after you leave this page.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-7.png" alt="Copy Token" />
  </Step>
</Steps>

## Setup Cloud 66 Connection in Infisical

<Steps>
  <Step title="Navigate to App Connections">
    Navigate to the **Integrations** tab in the desired project, then select **App Connections**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/general/add-connection.png" alt="App Connections Tab" />
  </Step>

  <Step title="Add Connection">
    Select the **Cloud 66 Connection** option from the connection options modal.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-8.png" alt="Select Cloud 66 Connection" />
  </Step>

  <Step title="Configure Connection">
    Enter a name for the connection, paste your Personal Access Token into the **Personal Access Token** field, then click **Connect to Cloud 66**.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-9.png" alt="Configure Cloud 66 Connection" />
  </Step>

  <Step title="Connection Created">
    Your connection is now available for use.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/infisical/images/app-connections/cloud66/step-10.png" alt="Cloud 66 Connection Created" />
  </Step>
</Steps>

<Info>
  Personal Access Token connections require manual token rotation when your Cloud 66 token expires or is
  regenerated. Monitor your connection status and update the token as needed.
</Info>
