> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Float connector

> C1 provides identity governance for Float. Integrate your Float instance with C1 for unified visibility and governance over user access.

C1 provides identity governance for Float. Integrate your Float
team with C1 for unified visibility and governance over who can sign in
and which department each member belongs to.

## Capabilities

| Resource              | Sync                                                          | Provision |
| --------------------- | ------------------------------------------------------------- | --------- |
| Accounts              | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| People                | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Departments           | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Department membership | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector reads the accounts that can sign in to your Float team, the
people scheduled on your projects, and the departments those people are
organized into. When an account is linked to a person, the person's
department is recorded as that account's department membership, so you can
see which sign-in users belong to which departments. Guest accounts that are
not linked to a person have no department membership.

## Gather Float credentials

<Warning>
  You need an account owner or admin in Float to generate an API personal
  access token.
</Warning>

<Steps>
  <Step>
    In Float, open **Team Settings** and go to the **Integrations** tab.
  </Step>

  <Step>
    Under the API section, generate a personal access token. The connector
    only reads accounts, people, and departments and never writes to your
    Float team.
  </Step>

  <Step>
    Copy the token value. You enter it as the **Float personal access
    token** when configuring the connector.
  </Step>
</Steps>

## Configure the Float connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Float** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Float connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Float credentials:

        * **Float API base URL**: `https://api.float.com`
        * **Float personal access token**: the token you generated above.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Float connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Float connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Float personal access token.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_BASE\_URL**: `https://api.float.com`
        * **BATON\_FLOAT\_TOKEN**: the personal access token.
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Float connector is now pulling access data into C1.
  </Tab>
</Tabs>
