Skip to main content

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 fieldRequiredWhere it comes from
Access token (API_KEY)YesAn Attio workspace access token, sent as a Bearer token.

Tools

ToolAccessWhat it does
Who am I (yekar.attio.whoami)ReadReturn the Attio workspace and token identity this connection authenticates as, with the token's scopes.
List objects (yekar.attio.list-objects)ReadList 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)ReadPage through the records of one Attio object type.
List notes (yekar.attio.list-notes)ReadList 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.