← All plugins
brex
v1.0.3Connect Brex to Codex and review your company finances through natural conversation — at Codex speed.
Codex
by Brex Inc.MIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/brex/ inside the repository.
Layout
plugins/brex/
└── .codex-plugin/plugin.json
Manifests1
plugins/brex/.codex-plugin/plugin.json
{
"name": "brex",
"version": "1.0.3",
"description": "Connect Brex to Codex and review your company finances through natural conversation — at Codex speed.",
"author": {
"name": "Brex Inc.",
"url": "https://brex.com"
},
"homepage": "https://brex.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Brex",
"shortDescription": "Connect Brex to Codex and review your company finances through natural conversation — at Codex speed.",
"longDescription": "Connect Brex to Codex and review your company finances through natural conversation — at Codex speed.\n\nFor finance teams: Analyze spend, detect anomalies, and run custom queries and reports instantly to accelerate decisions and do more with less.\n\nFor employees: See how much you can spend, ask policy questions, check reimbursement status, manage travel, and more right in Codex.\n\nAccess is role-aware by default: employees see only what applies to them, while admins retain full visibility and control.",
"developerName": "Brex Inc.",
"category": "Finance",
"capabilities": [],
"websiteURL": "https://brex.com",
"privacyPolicyURL": "https://www.brex.com/legal/privacy",
"termsOfServiceURL": "https://www.brex.com/legal/platform-agreement",
"defaultPrompt": [
"How much did I spend on Delta last year"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}