# 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!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/attio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
