Load Control Plane platform knowledge, guardrails, and live MCP access into Claude Code, Codex, and Gemini CLI — skills and agents that deploy workloads, troubleshoot failures, set up secret access, configure domains, and migrate from Kubernetes without hallucinating cpln commands.
Adding the marketplace does not install the plugin. Start Codex, open /plugins, use the arrow keys to navigate to Control Plane, then select and install the cpln plugin.
Update. Codex does not auto-update plugin marketplaces. Run the upgrade command when a new release is published, then restart Codex:
codex plugin marketplace upgrade controlplane
Codex’s plugin format only supports skills + MCP. Agents, commands, and guardrail rules are not loaded.
Install the extension from GitHub with auto-update enabled so future releases pull automatically:
The MCP server needs a service account token to act on your behalf. Skills, agents, commands, and guardrails work without it — the token is only required for live operations (creating workloads, managing secrets, applying manifests).
export CPLN_TOKEN="<your-service-account-token>"
Create a service account with the Create a Service Account guide. Add it to the superusers group for full access, or viewers for read-only exploration. Gemini CLI prompts for the token at install time and stores it in your system keychain.