🔐

Enterprise access required

This admin console is restricted to Enterprise license holders. Enter your license key to authenticate — verification happens entirely in your browser.

Enterprise
Enterprise Admin Console

Governance Control Panel

Configure policy, inspect audit logs, manage custom rules, and govern your enterprise PCP installation — all from one authenticated place.

How this works: Each section generates a ready-to-use governance command. Copy and paste it into Claude to apply the change — or download the generated JSON files to ~/.prompt-control-plane/. Your config lock passphrase is automatically derived from your enterprise license key, so governance settings can only be changed through this console.

Optimizer Settings

Core Behavior

Controls when the optimizer runs and what format it produces.

Mode
Default Output Format
Strictness
Quality Threshold
70
Prompts scoring below this value are flagged

Session Storage

Control how many sessions are stored and how long they're kept.

Max Sessions Stored
Auto-Purge After (days — leave blank to disable)
Ephemeral mode — sessions stay in memory only, never written to disk
Generated Claude command — paste this into Claude to apply

Policy Enforcement

Enterprise

Enforcement Mode

In Advisory mode, policy issues are flagged as warnings and prompts proceed. In Enforce mode, any BLOCKING violation or risk score above the threshold stops the prompt entirely.

Policy Mode
Strictness
Enable hash-chained audit trail — writes to ~/.prompt-control-plane/audit.log

Config Lock

Lock your configuration behind a passphrase so governance settings can't be changed in a Claude session without it. Protects policy from being overridden mid-session.

License-tied passphrase: Your lock passphrase is automatically derived from your enterprise license key. To change governance settings later, log back into this console and generate a new unlock command — no separate passphrase to remember or store.
Passphrase
Generated Claude command

Session Management

Purge Sessions

Remove old sessions from your history. Run a dry-run first to preview what will be removed — no sessions are deleted until you run without dry-run.

Delete sessions older than (days)
Always keep the last N sessions
Dry run — show what would be removed, don't delete anything yet
Generated Claude command

Audit Log Explorer

Enterprise

Load Your Audit Log

Paste the contents of ~/.prompt-control-plane/audit.log below. The explorer parses every entry and verifies the SHA-256 hash chain — any modified or deleted line breaks the chain and will be flagged.

Custom Rules

Enterprise

Add a Rule

Define rules that run on every prompt. BLOCKING rules reject the prompt in enforce mode. NON-BLOCKING rules add to the risk score. Maximum 25 rules. Export the JSON and save to ~/.prompt-control-plane/custom-rules.json — the engine loads it automatically. Validate with prompt-lint --validate-custom-rules.

Rule ID (must start with a-z, then a-z 0-9 _ · max 64)
Description (max 200 chars)
Pattern — flag if matched (regex, required, max 500)
Negative Pattern — flag if NOT matched (optional)
Applies To
Severity
Risk Dimension
Risk Weight
10 / 25

Quick Commands

Copy-ready phrases to paste into any AI assistant connected to Prompt Control Plane.

Check usage & quota

See how many optimizations you've used this month and what's remaining.

Please show my current usage and remaining quota.

View license status

Check your current tier, license expiry, and upgrade options.

Please show my current license status and tier.

Quick score a prompt

Instant pass/fail score and top issues — free, no quota used.

Please run a quick check on this prompt: [your prompt]

Pre-flight analysis

Classify task, assess risk, and route to the right model before optimizing.

Please run a pre-flight analysis on: [your prompt]

View optimization stats

Aggregate metrics across all your sessions — scores, savings, top task types.

Please show my prompt optimization statistics.

Export a session

Get a full reproducible export with rule-set hash for audit or sharing.

Please export session [session-id] with full details.

Validate custom rules file

Check your custom rules JSON for schema errors before applying.

prompt-lint --validate-custom-rules

Reset to defaults

Restore all optimizer settings to their out-of-the-box state.

Please reset the optimizer configuration to default settings.