# Attio

## Authentication methods

#### API Key

Follow the [docs](https://docs.attio.com/rest-api/guides/authentication#api-key) to generate an API key. Assign "Read" access for:

* User Management
* Object Configuration
* List Configuration
* Records/Notes/Tasks as needed for syncing

## Inbound Syncs

The following streams are supported, with Full Refresh strategy only:

* [companies](https://docs.attio.com/rest-api/endpoint-reference/records/list-records)
* [notes](https://docs.attio.com/rest-api/endpoint-reference/notes/list-notes)
* [people](https://docs.attio.com/rest-api/endpoint-reference/records/list-records)
* [tasks](https://docs.attio.com/rest-api/endpoint-reference/tasks/list-tasks)

{% hint style="info" %}
Incremental syncs are not supported as Attio does not have a last modified date to use for filtering
{% endhint %}

## Outbound Syncs

There is currently no outbound sync functionality for Attio. If you have a use case, please let us know!
