| name | attio |
| description | Manage Attio CRM records (companies, people, deals, tasks, notes). Search, create, update records and manage deal pipelines. |
| metadata | {"moltbot":{"emoji":"📇","requires":{"bins":["attio"],"env":["ATTIO_ACCESS_TOKEN"]}}} |
Attio CRM
Quick Commands
attio search companies "Acme"
attio search deals "Enterprise"
attio search people "John"
attio get companies "record-uuid"
attio get deals "record-uuid"
attio note companies "record-uuid" "Title" "Note content here"
attio notes companies "record-uuid"
attio fields companies
attio fields deals
attio options deals stage
Golden Rules
- Discover fields first - Run
attio fields <type> before updating records
- Check select options - Run
attio options <type> <field> for dropdown values
- Use internal values - Select fields use internal names, not display labels