For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Fork this repoGet a demo
  • Docs
    • Welcome
    • Quickstart
    • Concepts
    • Search
    • MCP Server
    • CLI
    • Agent Skills
    • Connect
    • Add New Connector
    • Rate Limits
      • Overview
      • Airtable
      • Apollo
      • Asana
      • Attio
      • Bitbucket
      • Box
      • Calcom
      • Clickup
      • Coda
      • Confluence
      • Ctti
      • Document360
      • Dropbox
      • Fireflies
      • Freshdesk
      • Github
      • Gitlab
      • Gmail
      • Google Calendar
      • Google Docs
      • Google Drive
      • Google Slides
      • Hubspot
      • Intercom
      • Jira
      • Linear
      • Monday
      • Notion
      • Onedrive
      • Onenote
      • Outlook Calendar
      • Outlook Mail
      • Pipedrive
      • Powerpoint
      • Salesforce
      • Servicenow
      • Sharepoint
      • Shopify
      • Slab
      • Slack
      • Slite
      • Stripe
      • Teams
      • Todoist
      • Trello
      • Word
      • Zendesk
      • Zoho Crm
      • Zoom
  • API Reference
LogoLogo
Fork this repoGet a demo
On this page
  • Configuration
  • Authentication
  • Configuration Options
  • Data Models
DocsConnectors

Attio

Was this page helpful?
Edit this page
Previous

Bitbucket

Next
Built with
Attio logo

Attio

This connector enables AI agents and RAG systems to retrieve context from Attio through Airweave’s unified search layer.

Configuration

Attio source connector — syncs objects, lists, records, and notes.

View Source Code

Explore the Attio connector implementation

Authentication

Supported authentication methods:

  • Direct Credentials
  • Auth Provider

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

AttioObjectEntity

Schema for Attio Object (e.g., Companies, People, Deals).

FieldTypeDescription
object_idstrAttio object ID
namestrDisplay name of the object
created_atOptional[datetime]When the object was created
singular_nounstrSingular name of the object (e.g., ‘Company’)
plural_nounstrPlural name of the object (e.g., ‘Companies’)
api_slugstrAPI slug for the object
iconOptional[str]Icon representing this object
AttioListEntity

Schema for Attio List.

FieldTypeDescription
list_idstrAttio list ID
namestrList name
created_atOptional[datetime]When the list was created
workspace_idstrID of the workspace this list belongs to
parent_objectOptional[str]Parent object type if applicable
AttioRecordEntity

Schema for Attio Record.

FieldTypeDescription
record_idstrAttio record ID
namestrRecord display name
created_atOptional[datetime]When the record was created
updated_atOptional[datetime]When the record was last updated
object_idOptional[str]ID/slug of the object this record belongs to
list_idOptional[str]ID of the list this record belongs to
parent_object_nameOptional[str]Name of the parent object/list
descriptionOptional[str]Description of the record
email_addressesList[Dict[str, Any]]Email addresses associated with this record
phone_numbersList[Dict[str, Any]]Phone numbers associated with this record
domainsList[str]Domain names (for company records)
categoriesList[str]Categories/tags for this record
attributesDict[str, Any]Custom attributes and their values
permalink_urlOptional[str]URL to view this record in Attio (if provided by API)
AttioNoteEntity

Schema for Attio Note.

FieldTypeDescription
note_idstrAttio note ID
namestrNote title or preview
created_atOptional[datetime]When the note was created
updated_atOptional[datetime]When the note was last updated
parent_record_idstrID of the record this note is attached to
parent_objectOptional[str]Type of parent object
titleOptional[str]Title of the note
contentstrContent of the note
formatOptional[str]Format of the note (plaintext, markdown, etc.)
authorOptional[Dict[str, Any]]User who created this note
permalink_urlOptional[str]URL to view this note in Attio (if provided by API)