Skip to content

OAuth providers

Attio

Set up Attio OAuth for relationship-driven CRM and pipeline management

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

Go to the Attio Developer Dashboard

Navigate to the Attio developer dashboard and sign in.

Create a new integration

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

Configure OAuth

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

Select scopes

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

Get credentials

Copy the Client ID and Client Secret.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Attio provider

Go to OAuth Providers > Add Provider > Attio.

Enter credentials

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

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
record_permission:readRead access to records (people, companies, etc.)
record_permission:read-writeRead and write access to records
ScopeDescription
list_entry:readRead access to list entries
list_entry:read-writeRead and write access to list entries
ScopeDescription
note:readRead access to notes
note:read-writeRead and write access to notes
ScopeDescription
task:readRead access to tasks
task:read-writeRead and write access to tasks
ScopeDescription
user_management:readRead access to workspace user management
ScopeDescription
webhook:read-writeCreate and manage webhooks
ScopeDescription
object_configuration:readRead access to object and attribute configuration
object_configuration:read-writeRead and write access to object and attribute configuration
ScopeDescription
mcpAccess the Attio MCP (Model Context Protocol) server
  • Attio scopes follow a read/read-write pattern. Request only the access level the 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.