Attio
Overview
SLUG: ATTIO
Description
Attio is a fully customizable workspace for your team’s relationships and workflows.
Authentication Details
OAuth2
Connecting to Attio
Create an auth config
Use the dashboard to create an auth config for the Attio toolkit. This allows you to connect multiple Attio accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Attio Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Attio toolkit’s playground
For code examples, see the Tool calling guide and Provider examples.
Tool List
ATTIO_CREATE_ATTRIBUTE
Tool Name: Create Attribute
Description
Action Parameters
Action Response
ATTIO_CREATE_ENTRY
Tool Name: Create Entry
Description
Action Parameters
Action Response
ATTIO_CREATE_NOTE
Tool Name: Create Note
Description
Action Parameters
Action Response
ATTIO_CREATE_RECORD
Tool Name: Create Record
Description
Action Parameters
Action Response
ATTIO_DELETE_ENTRY
Tool Name: Delete Entry
Description
Action Parameters
Action Response
ATTIO_DELETE_NOTE
Tool Name: Delete Note
Description
Action Parameters
Action Response
ATTIO_DELETE_RECORD
Tool Name: Delete Record
Description
Action Parameters
Action Response
ATTIO_FIND_RECORD
Tool Name: Find Record
Description
Action Parameters
Action Response
ATTIO_GET_OBJECT
Tool Name: Get Object Details
Description
Action Parameters
Action Response
ATTIO_GET_RECORD
Tool Name: Get Record
Description
Action Parameters
Action Response
ATTIO_LIST_ATTRIBUTES
Tool Name: List Attributes
Description
Action Parameters
Action Response
ATTIO_LIST_ENTRIES
Tool Name: List Entries
Description
Action Parameters
Action Response
ATTIO_LIST_LIST_ENTRIES
Tool Name: List List Entries
Description
Action Parameters
Action Response
ATTIO_LIST_LISTS
Tool Name: List Lists
Description
Action Parameters
Action Response
ATTIO_LIST_NOTES
Tool Name: List Notes
Description
Action Parameters
Action Response
ATTIO_LIST_OBJECTS
Tool Name: List Objects
Description
Action Parameters
Action Response
ATTIO_LIST_RECORD_ATTRIBUTE_VALUES
Tool Name: List Record Attribute Values
Description
Action Parameters
Action Response
ATTIO_LIST_RECORD_ENTRIES
Tool Name: List Record Entries
Description
Action Parameters
Action Response
ATTIO_LIST_RECORDS
Tool Name: List Records
Description
Action Parameters
Action Response
ATTIO_LIST_WORKSPACE_MEMBERS
Tool Name: List Workspace Members
Description
Action Parameters
Action Response
ATTIO_QUERY_RECORDS
Tool Name: Query Records
Description
Action Parameters
Action Response
ATTIO_SEARCH_RECORDS
Tool Name: Search Records
Description
Action Parameters
Action Response
ATTIO_UPDATE_ATTRIBUTE
Tool Name: Update Attribute
Description
Action Parameters
Action Response
ATTIO_UPDATE_ENTRY
Tool Name: Update Entry
Description
Action Parameters
Action Response
ATTIO_UPDATE_RECORD
Tool Name: Update Record
Description
Action Parameters
Action Response