# Float

## Overview

The float connector makes resource planning simple.

## Authentication

When using the float connector, the first thing you will have to do is click on 'New Authentication' in the step editor:
![float-Auth](https://tray.ai/documentation/images/connectors/service/float/0f9fa1e5-9cacd7b1_float-auth.png)
You will need to enter the API Key.

* Log into your Float account and click and the **settings icon** in the top right
* Select **Integrations**
* Copy the **API Key**
  You can then **paste** the **API Key** into the tray authentication page.

## Example

In this example we build a simple workflow to retrieve the list of projects from float.
Create a new workflow with a **Manual Trigger**, and add a step from the **float** connector, with the operation set to **List Projects**. You can specify some properties, such as *Page* or *Per Page*.
![float-example](https://tray.ai/documentation/images/connectors/service/float/0f9fa1e5-4a7d85da_float-example.png)
The output will be an object with a the domain overview from each database.
![float-example-output](https://tray.ai/documentation/images/connectors/service/float/0f9fa1e5-cf5d4407_float-example-output.png)
