Policy Bundle Studio

Compose multi-target policy bundles — apply the same rules across multiple agents or MCP servers.

Overview

The Policy Bundle Studio at /dashboard/policy-bundle-studio lets you compose a policy bundle — a single policy definition that targets multiple agents or MCP servers at once.

Policy Bundle Studio

How It Works

  1. Add Targets — Select multiple agents or MCP servers to include in the bundle.
  2. Define Rules — Configure member rules and client rules for each target. You can share rules across targets or customize per-target.
  3. Preview YAML — The compiled bundle YAML shows all targets and their rules in a single document.
  4. Export — Copy the YAML to clipboard or download as a file.

Target Management

ActionDescription
Add TargetSelect an agent or MCP server to add to the bundle
Remove TargetRemove a target from the bundle
Per-Target RulesCustomize member and client rules independently for each target

YAML Output

The bundle compiles into a multi-document YAML file. Each target gets its own policy document within the bundle, allowing you to deploy all policies at once via the SDK or API.

Policy Bundle Studio is available to Organization Admin roles. For single-target policies, use the Single Policy editor.

On this page