attio
v1.0.3Attio connects Codex directly to your CRM workspace, letting you manage customer relationships through na...
By Attio LtdLicense: MIT5.2k GitHub starsUpdated 4 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install attio for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add attio@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/attio/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "attio",
"version": "1.0.3",
"description": "Attio connects Codex directly to your CRM workspace, letting you manage customer relationships through na...",
"author": {
"name": "Attio Ltd",
"url": "https://attio.com"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Attio",
"shortDescription": "Attio connects Codex directly to your CRM workspace, letting you manage customer relationships through na...",
"longDescription": "Attio connects Codex directly to your CRM workspace, letting you manage customer relationships through natural conversation. \n\nSearch and filter contacts, companies, and deals with flexible queries. Create, update, and organize records without switching between screens. Add notes, manage tasks, and track your sales pipeline—all through simple requests. \n\nKey capabilities: \n- Search records using powerful filters (find companies by size, industry, last contact date) \n- Create and update people, companies, and deal records \n- Manage notes attached to any record \n- Track and complete tasks \n- Navigate lists and organize your data \n\nWhether you're preparing for a meeting, updating deal stages, or researching prospects, Attio brings your CRM data into your conversation — no manual data entry required.",
"developerName": "Attio Ltd",
"category": "Business & Operations",
"capabilities": [],
"defaultPrompt": [
"Find the latest notes and next steps in Attio"
],
"screenshots": [],
"websiteURL": "https://attio.com",
"privacyPolicyURL": "https://attio.com/legal/privacy",
"termsOfServiceURL": "https://attio.com/legal/terms-and-conditions",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://attio.com"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[attio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/attio)