ringfence-batch
Create ringfence policies for multiple applications at once, optionally auto-discovering and ringfencing infrastructure services first. Preview changes with dry-run or confirm to apply.
Instructions
Create ringfence policies for multiple applications at once. Optionally auto-discovers infrastructure services and ringfences them first, then standard apps. Uses the same logic as create-ringfence for each app. WRITE OPERATION: changes PCE state. In clients that gate tool calls (Claude Desktop, Claude Code), this pauses for the user to approve it -- the call has not failed and must not be retried while waiting. Additionally requires an explicit confirm token, so it takes two steps: the first call returns a token to be passed back in the second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | Yes | List of applications to ringfence | |
| dry_run | No | If true, preview what would be created without making changes | |
| auto_order | No | If true, uses identify-infrastructure-services to order apps by infrastructure score (infra first). Default: false | |
| lookback_days | No | Number of days to look back for traffic flows (default: 30) |