← All plugins
statsig
v2.0.3Bring your Statsig workspace into Codex.
Codex
by Statsig, LLCMIT5kupdated 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/statsig/ inside the repository.
Layout
plugins/statsig/
└── .codex-plugin/plugin.json
Manifests1
plugins/statsig/.codex-plugin/plugin.json
{
"name": "statsig",
"version": "2.0.3",
"description": "Bring your Statsig workspace into Codex.",
"author": {
"name": "Statsig, LLC",
"url": "https://statsig.com"
},
"homepage": "https://statsig.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Statsig",
"shortDescription": "Bring your Statsig workspace into Codex.",
"longDescription": "Bring your Statsig workspace into Codex. Product builders can now explore, manage, and create Statsig experiments, feature gates, dynamic configs, and more directly in Codex conversations.\n\nAsk things like:\n“Move this experiment to 50% rollout.”\n“Turn on this feature gate for all users.”\n“Show me which dynamic configs changed this week.”\n\"Explain how the DAU metric is defined.”\n\nYou can both read and write to Statsig: inspect experiment settings, read metric definitions, update allocations, toggle feature flags, edit targeting rules, and modify dynamic config values directly from Codex.\n\nThe app connects through Statsig’s MCP server and honors your existing Statsig permissions, so you only see and change what you’re authorized to access—across projects, environments, and teams.",
"developerName": "Statsig, LLC",
"category": "Developer Tools",
"capabilities": [],
"websiteURL": "https://statsig.com",
"privacyPolicyURL": "https://www.statsig.com/privacy",
"termsOfServiceURL": "https://www.statsig.com/enterprise-terms",
"defaultPrompt": [
"Analyze results of Statsig experiment shorter_blog_titles"
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png"
}
}