Skip to content

Agentic Trust Framework (ATF)

The Agentic Trust Framework (ATF) is Gamut’s native model for the trust, autonomy and control of agentic AI. It defines what it means to trust an agent to take action, and the controls that make that trust defensible. The agentic stack is the runtime implementation of ATF.

Assessing a model at design time tells you whether it is fit for purpose. It does not tell you whether an agent, a system that takes action through tools and APIs, is acting within policy right now. Agentic AI needs governance that operates at runtime, on every action, not only at the point of assessment.

ATF organises agent controls into five elements. Each element carries a set of controls that map directly to GTSAF control families, so agent trust ties back to the wider assurance baseline.

ElementWhat it governsExample GTSAF anchors
IdentityAgent identity, credential binding, ownership, purpose and capability declaration.IAM-06, IAM-07, IAM-08, GRC-03
Behavioral MonitoringStructured logging, attribution, baselines, anomaly detection and explainability.LOG-02, LOG-05, LOG-10, AIS-06
Data GovernanceSchema validation, injection prevention, sensitive-data protection, output validation and lineage.AIS-04, AIS-05, DSP-12, MDS-10
SegmentationResource allowlists, action boundaries, rate limits, transaction limits and blast-radius containment.IAM-04, IVS-05, IVS-02, AIS-07
Incident ResponseCircuit breaker, kill switch, session revocation, rollback and graceful degradation.SEF-07, SEF-05, SEF-06, BCR-10

These five elements correspond to the runtime capabilities in the agentic stack: identity and segmentation are enforced by Gateway on every action, behavioral monitoring produces the runtime evidence fed back to Agentic CISO, and incident response is the kill-switch and containment layer.

ATF expresses how much an agent is trusted to act on its own as one of four levels. Higher levels demand stronger controls and a higher trust score before promotion.

LevelNameAutonomy
L1InternObserve and report only. Read-only operation under continuous human oversight.
L2JuniorRecommend actions, with explicit human approval required before execution.
L3SeniorAct within defined guardrails and notify humans after actions.
L4PrincipalAutonomous within an approved domain, with strategic oversight only.

An agent earns its autonomy level rather than being granted it. Moving up requires both a sufficient trust score and passing the promotion gates below.

Before an agent is promoted to a higher autonomy level, it must clear five gates. Each gate is a deliberate checkpoint, not an automatic threshold.

  1. Performance, the agent does its job reliably and accurately.
  2. Security Validation, its controls hold up under security review.
  3. Business Value, it delivers value that justifies its autonomy.
  4. Incident Record, its incident history supports more trust, not less.
  5. Governance Sign-off, an accountable owner approves the promotion.

This gated promotion model is how Gamut keeps agent autonomy proportionate and defensible: trust is built incrementally and reviewed at every step.

ATF can be adopted in phases. Gamut describes three implementation stacks of increasing depth, so teams can start light and harden over time.

StackPhaseTypical effortComplexity
MVP StackPhase 12 to 3 weeksLow
Production StackPhase 24 to 6 weeksMedium
Enterprise StackPhase 38 to 12 weeksHigh

ATF defines how an agent is trusted and controlled; ACRS scores how risky an agent’s capabilities are. Together they set governance that is proportionate to what an agent can do: a high ACRS score points to a lower starting autonomy level and stricter ATF controls.