OpenAI Rolls Out Plugins for Codex โ Slack, Figma, Notion, Gmail Now Built In
OpenAI announced this week that plugins are now rolling out for Codex, its cloud-based coding agent. The launch adds first-party integrations with Slack, Figma, Notion, Gmail, and other tools developers already use daily.
What Are Codex Plugins?
Plugins are installable bundles that package reusable Codex workflows. Each plugin can contain three things: Skills (prompt-defined workflows the agent can discover and execute), Apps (connector mappings to external services), and MCP servers (remote tools or shared context). A plugin lives in a .codex-plugin/ directory and is distributed through a marketplace โ either OpenAI's curated directory or a local repo-scoped one.
The system is designed to make agentic workflows portable. Instead of re-wiring the same tool configs across projects, teams can ship a plugin once and install it anywhere Codex runs โ in the app, the CLI, or the editor.
Usage Limits Reset
Alongside the plugin launch, OpenAI reset Codex usage limits across all paid plans. Tibo, an OpenAI product lead, posted that limits were cleared so users can "experiment with the magnificent plugins" and "build unlimited things." The reset appears to be temporary but gives every plan full room to run plugin-driven tasks from day one.
Rohan Varma, an OpenAI engineer who dogfooded plugins internally, described a workflow where nearly every task now starts with Codex pulling context from across tools โ work he says previously took 30-40 minutes, now handled automatically.
The plugins launch marks a shift in how OpenAI positions Codex: less as a standalone coding tool, more as an agent that operates natively inside the stack where teams already work.