Attio

Attio

Modern, collaborative CRM platform built to be fully customizable and real-time.

7 tools
4 triggers

Tools

Name
create_record

Creates a new record such as peron,company or deal.

update_record

Update an existing record with new attribute values.

find_record

Search for records in Attio using filters and return matching results.

create_entry

Add a record to a specified list.

update_entry

Update the attributes of an existing entry in a list.

find_list_entry

Search for entries in a specific list in Attio using filters and return matching results.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
record_created

Triggers when a new record such as person,company or deal is created.

record_updated

Triggers when an existing record is updated (people, companies, deals, etc.).

list_entry_created

Triggers when a new entry is added.

list_entry_updated

Triggers when an existing entry is updated.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('attio', 'create_record', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'attio',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Attio to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Attio support?

Attio supports 7 tools including Create Record, Update Record, Find Record, Create List Entry, Update List Entry, and more.

Can I use Attio with AI agents?

Yes. Add Attio to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Attio be used in stateful agent workflows?

Yes. Agents can combine Attio tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Attio use?

Attio uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Attio integration cost?

The Attio integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Attio support?

Attio supports 4 triggers including Record Created, Record Updated, List Entry Created, List Entry Updated.

Connect Attio in minutes

Get 20,000 free action executions every month. No credit card required.