Attio
/install attio
Attio CRM
Manage Attio CRM via REST API. Supports companies, people, deals, lists (pipelines), notes, and tasks.
Setup
Set ATTIO_API_KEY in environment or ~/.env:
echo "ATTIO_API_KEY=your_api_key" >> ~/.env
Get your API key: Attio → Workspace Settings → Developers → New Access Token
Quick Reference
Objects (Records)
# List/search records
attio objects list # List available objects
attio records list \x3Cobject> # List records (companies, people, deals, etc.)
attio records search \x3Cobject> \x3Cquery> # Search by text
attio records get \x3Cobject> \x3Cid> # Get single record
attio records create \x3Cobject> \x3Cjson> # Create record
attio records update \x3Cobject> \x3Cid> \x3Cjson> # Update record
Lists (Pipelines)
attio lists list # Show all pipelines/lists
attio entries list \x3Clist_slug> # List entries in a pipeline
attio entries add \x3Clist_slug> \x3Cobject> \x3Crecord_id> # Add record to pipeline
Notes
attio notes list \x3Cobject> \x3Crecord_id> # Notes on a record
attio notes create \x3Cobject> \x3Crecord_id> \x3Ctitle> \x3Ccontent>
Tasks
attio tasks list # All tasks
attio tasks create \x3Ccontent> [deadline] # Create task (deadline: YYYY-MM-DD)
attio tasks complete \x3Ctask_id> # Mark complete
Examples
Find a company and add a note
# Search for company
attio records search companies "Acme"
# Add note to the company (using record_id from search)
attio notes create companies abc123-uuid "Call Notes" "Discussed Q1 roadmap..."
Work with pipeline
# List pipeline stages
attio entries list sales_pipeline
# Add a company to pipeline
attio entries add sales_pipeline companies abc123-uuid
Create a follow-up task
attio tasks create "Follow up with John at Acme" "2024-02-15"
API Limits
- Rate limit: ~100 requests/minute
- Pagination: Use
limitandoffsetparams for large datasets
Full API Docs
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install attio - After installation, invoke the skill by name or use
/attio - Provide required inputs per the skill's parameter spec and get structured output
What is Attio?
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information. It is an AI Agent Skill for Claude Code / OpenClaw, with 2369 downloads so far.
How do I install Attio?
Run "/install attio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Attio free?
Yes, Attio is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Attio support?
Attio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Attio?
It is built and maintained by captmarbles (@capt-marbles); the current version is v1.0.0.