01 / The operating case
What changes in a real workflow?
A team deploys an agent through an unsanctioned workflow that can call a customer API.
- 01Owner
- 02Agent + workload
- 03Task context
- 04Action decision
02 / Decision boundary
Put the check where it can stop the effect.
Correlate deployment records, service identities, API usage and tool registrations; confirm owner and task before permitting high-impact calls.
03 / Failure and evidence
What goes wrong, and what can be proven?
Inventory based only on a self-reported registry misses shadow runtime activity.
Record discovered endpoint, calling identity, tool path, owner verification and remediation.
04 / Canonical scope
Why this reference stands alone
Agent inventory is the governed catalog; discovery covers detection signals and reconciliation.
Technical artifact
Reconcile declared and observed agents
declared registry: A, B observed API callers: A, B, C C uses developer personal token via tool server classification: unknown agent path action: restrict write calls, identify owner
Run the denial test
Launch C without registering it and make one production write attempt. Detection must use API or identity telemetry, not self-reported inventory alone.
Primary references