Attio
Read Attio CRM objects, records and notes.
Connect Attio with a workspace access token to list its object types, page through records of any object, and read notes.
Connect
| Credential field | Required | Where it comes from |
|---|---|---|
Access token (API_KEY) | Yes | An Attio workspace access token, sent as a Bearer token. |
Tools
| Tool | Access | What it does |
|---|---|---|
Who am I (yekar.attio.whoami) | Read | Return the Attio workspace and token identity this connection authenticates as, with the token's scopes. |
List objects (yekar.attio.list-objects) | Read | List the workspace's object types (people, companies, deals, and any custom objects) with their slugs - record queries take a slug. |
Query records (yekar.attio.query-records) | Read | Page through the records of one Attio object type. |
List notes (yekar.attio.list-notes) | Read | List notes across the workspace, or the notes attached to one record. |
Notes
- In Attio, open Workspace settings → Developers and create an access token.
- Scopes are chosen when the token is created - grant record and note read access, or those reads fail with a permission error.