Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Attio for relationship-driven CRM, pipeline management, and workspace collaboration.
PropertyValue
Provider IDattio
CategoryCRM
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Attio OAuth App

1

Go to Attio Developer Settings

Navigate to Attio Developer Settings and sign in.
2

Create a new integration

Click Create a new integration and enter the integration name and description.
3

Configure OAuth

Under OAuth, add the Alter callback URL (from the Developer Portal) to Redirect URIs.
4

Select scopes

Select the scopes your integration needs. See Available Scopes below.
5

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Attio provider

Go to OAuth Providers > Add Provider > Attio.
3

Enter credentials

  • Client ID: Paste your Attio Client ID
  • Client Secret: Paste your Attio Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

Records

ScopeDescription
record_permission:readRead access to records (people, companies, etc.)
record_permission:read-writeRead and write access to records

List Entries

ScopeDescription
list_entry:readRead access to list entries
list_entry:read-writeRead and write access to list entries

Notes

ScopeDescription
note:readRead access to notes
note:read-writeRead and write access to notes

Tasks

ScopeDescription
task:readRead access to tasks
task:read-writeRead and write access to tasks

User Management

ScopeDescription
user_management:readRead access to workspace user management

Webhooks

ScopeDescription
webhook:read-writeCreate and manage webhooks

Object Configuration

ScopeDescription
object_configuration:readRead access to object and attribute configuration
object_configuration:read-writeRead and write access to object and attribute configuration

Notes

  • Attio scopes follow a read/read-write pattern. Request only the access level your application needs.
  • For most CRM use cases, record_permission:read and list_entry:read provide sufficient read-only access.
  • See the Attio API documentation for more details on available endpoints.