Attio AI — Automate Attio with Runner
Walk into every relationship prepped, and let Runner keep the CRM clean.
Runner connects to Attio through its first-party MCP server with schema-first queries, slug-based attribute access, and CRM workflow operations.
What Runner does in Attio
- Discover workspace schema before querying to get exact attribute slugs.
- Use assert (upsert) with matching_attribute to prevent duplicate records.
- Build filter queries with proper slug-based operators.
Example asks
Search records by attribute
Find the company record for Luminance in Attio and show the latest deal stage.
CRM context becomes part of the workflow before drafting or prepping.
Upsert a contact without duplicates
Add this new contact from the conference, if they already exist, update the notes instead.
Runner prevents duplicate CRM records with assert-based writes.
Query the pipeline for the update
Pull all deals in 'Due Diligence' stage with their assigned partners.
Pipeline state becomes operating context for investor updates and board prep.