Scenario
A release gate orchestrator validates rollout readiness. It calls an LLM tool to summarize risk, then triggers a CI/CD pipeline via MCP. Both actions need production metadata for guardrails.Step 1 — Pipeline session
Step 2 — Orchestrator run with step metadata
Step 3 — LLM tool call (medium risk)
Step 4 — MCP CI/CD trigger (high risk)
What you’ll see
A pipeline session replay with orchestrator run, LLM tool call (medium risk), and MCP pipeline trigger (high risk). In Monitor mode, guard evaluations show what would be blocked in Enforce mode.Escalate to enforcement
- Declare capabilities for
trigger_pipelineandsummarize_release_risk - Enable guardrail templates for prod-deploys
- Switch to Enforce mode
Next steps
Multi-agent handoff
Orchestrator delegates to worker.
MCP instrumented client
In-process MCP setup.
