Tools
| Name | Description |
|---|---|
list_recordsList records for a standard or custom object, with optional Attio filter and sort bodies. | List records for a standard or custom object, with optional Attio filter and sort bodies. |
get_recordGet one Attio record by object slug and record ID. | Get one Attio record by object slug and record ID. |
create_recordCreate a record using Attio values keyed by attribute slug or ID. | Create a record using Attio values keyed by attribute slug or ID. |
update_recordUpdate a record using Attio values keyed by attribute slug or ID. | Update a record using Attio values keyed by attribute slug or ID. |
create_personCreate an Attio person record from a values object. Use attribute slugs such as name and email_addresses. | Create an Attio person record from a values object. Use attribute slugs such as name and email_addresses. |
create_companyCreate an Attio company record from a values object. Use attribute slugs such as name and domains. | Create an Attio company record from a values object. Use attribute slugs such as name and domains. |
list_listsList Attio lists available to the workspace. | List Attio lists available to the workspace. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('attio', 'list_records', {
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 List Records, Get Record, Create Record, Update Record, Create Person, 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.
How do I connect Attio to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Attio as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Attio tools exposed by that workspace.
Does Attio work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Attio work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Attio?
Attio exposes 7 tools, including List Records, Get Record, Create Record, Update Record, Create Person, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.
Connect Attio in minutes
Get 20,000 free action executions every month. No credit card required.