attio-connect

Automate CRUD and search operations on Attio CRM data via REST API v2.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/beam-ai-team/beam-next-skills --skill attio-connect
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: attio-connect
Source: https://github.com/beam-ai-team/beam-next-skills/tree/main/skills/integrations/attio/attio-connect
Command: npx skills add https://github.com/beam-ai-team/beam-next-skills --skill attio-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Attio CRM data by providing a unified interface to create, read, update, and query people, notes, and lists via the Attio REST API v2.

Core Features & Use Cases

  • Create, read, update, and search for person records, notes, and lists using the Attio API.
  • Discover and manage custom attributes for the People object (slugs like relationship_type, crm_status, proximity_tier, etc.) and attach notes or lists accordingly.
  • Use Case: Onboard a new contact by upserting the person, adding a note with meeting details, and including them in a targeted list.

Quick Start

Connect to Attio and perform CRUD operations on people, notes, and lists via the REST API v2 to keep your CRM up to date.

Frequently Asked Questions about attio-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Attio CRM contacts and lists via REST API?▼

You can manage Attio CRM contacts and lists by using the REST API v2 to perform create, read, update, and search operations on person records, notes, and lists.

Can I discover and update custom attributes for people records in Attio?▼

Yes, you can discover and configure custom attributes for the People object in Attio, using slugs like relationship_type or crm_status to update person records.

What is the best way to automate Attio CRM onboarding for new contacts?▼

Automate Attio CRM onboarding by upserting a person record, attaching a note with meeting details, and adding the contact to a targeted list via API calls.

Does Attio REST API v2 support managing list memberships for contacts?▼

Yes, the Attio REST API v2 supports handling list memberships, allowing you to include person records in specific lists.

How do I create and attach notes to person records in Attio CRM?▼

You can create notes and attach them to person records in Attio CRM by making authenticated REST calls to the notes endpoint.

Can I search for specific people and notes in Attio using the API?▼

Yes, you can execute search operations on people and notes within Attio CRM by sending authenticated requests to the REST API v2 endpoints.