plugins marketplace
← All plugins

attio

v1.0.3

Attio connects Codex directly to your CRM workspace, letting you manage customer relationships through na...

Codex

by Attio LtdMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/attio/ inside the repository.

Layout

plugins/attio/
└── .codex-plugin/plugin.json

Manifests1

plugins/attio/.codex-plugin/plugin.json
{
  "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"
}