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.| Property | Value |
|---|---|
| Provider ID | attio |
| Category | CRM |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an Attio OAuth App
Go to Attio Developer Settings
Navigate to Attio Developer Settings 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.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Attio Client ID
- Client Secret: Paste your Attio Client Secret
Available Scopes
Records
| Scope | Description |
|---|---|
record_permission:read | Read access to records (people, companies, etc.) |
record_permission:read-write | Read and write access to records |
List Entries
| Scope | Description |
|---|---|
list_entry:read | Read access to list entries |
list_entry:read-write | Read and write access to list entries |
Notes
| Scope | Description |
|---|---|
note:read | Read access to notes |
note:read-write | Read and write access to notes |
Tasks
| Scope | Description |
|---|---|
task:read | Read access to tasks |
task:read-write | Read and write access to tasks |
User Management
| Scope | Description |
|---|---|
user_management:read | Read access to workspace user management |
Webhooks
| Scope | Description |
|---|---|
webhook:read-write | Create and manage webhooks |
Object Configuration
| Scope | Description |
|---|---|
object_configuration:read | Read access to object and attribute configuration |
object_configuration:read-write | Read 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:readandlist_entry:readprovide sufficient read-only access. - See the Attio API documentation for more details on available endpoints.