Skip to main content

Quick Install

zenable install pi
See the CLI command reference for more options.
That’s it! You’re all set. Start using Zenable’s conformance checking in Pi. Pi has no native MCP server configuration — its only extensibility surface is its extension API. zenable install pi writes a managed Pi extension that runs Zenable’s conformance checks throughout your coding session.
Pi’s documented extensibility surface is its extension API (pi.on(...) event handlers). zenable install pi writes a managed extension file (at ~/.pi/agent/extensions/zenable.ts for global installs, or .pi/extensions/zenable.ts for project installs) that checkpoints your work as you go and runs a Zenable conformance review when the agent finishes a turn.The extension file is fully managed — every zenable install / zenable sync rewrites it. If you want to add your own Pi extensions, drop a separate file alongside it; Pi loads every *.ts under the extensions directory.