> ## Documentation Index
> Fetch the complete documentation index at: https://nuggets.life/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Authority Control Plane One-Pagers

AI agents are moving from generating output to taking action inside enterprise systems. Access control answers who can get in. It doesn't answer who authorised a specific action, whether it should have executed, or how you'd prove either to a regulator later.

We've put together five one-pagers, each covering a question risk and technology teams keep raising with us. Every one ends with a pilot you could scope against your own environment.

***

<div style={{ display: "flex", flexDirection: "column", gap: "24px", marginTop: "24px" }}>
  <div style={{ display: "flex", gap: "24px", background: "var(--background-secondary)", border: "1px solid var(--border)", borderRadius: "12px", padding: "24px", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/nuggets-b89005a2/TPIL5LKOLaEuioXC/assets/05-accountable-ownership.png?fit=max&auto=format&n=TPIL5LKOLaEuioXC&q=85&s=b6fa41ffbb8af6bb60775a1156f05fb4" style={{ flexShrink: 0, width: "120px", borderRadius: "8px", objectFit: "cover" }} width="1588" height="2246" data-path="assets/05-accountable-ownership.png" />

    <div style={{ flex: 1 }}>
      <p style={{ fontWeight: "600", fontSize: "18px", marginBottom: "8px" }}>Ownership: naming who authorised it</p>
      <p style={{ marginBottom: "16px" }}>Agent authority is bound to verified people and organisations, so every action traces back to an accountable owner. Authority is explicit and revocable, rather than implied by a service account.</p>

      <div className="mt-4 max-w-xs">
        <a href="https://www.nuggets.life/nuggets-authority-control-plane-ownership.pdf" className="button" target="_blank">
          Download <Icon icon="arrow-right" iconType="light" color="#fff" />
        </a>
      </div>
    </div>
  </div>

  <div style={{ display: "flex", gap: "24px", background: "var(--background-secondary)", border: "1px solid var(--border)", borderRadius: "12px", padding: "24px", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/nuggets-b89005a2/TPIL5LKOLaEuioXC/assets/03-blast-radius.png?fit=max&auto=format&n=TPIL5LKOLaEuioXC&q=85&s=e0d3954c41bf3f3d1f190805b63dd7d8" style={{ flexShrink: 0, width: "120px", borderRadius: "8px", objectFit: "cover" }} width="1588" height="2246" data-path="assets/03-blast-radius.png" />

    <div style={{ flex: 1 }}>
      <p style={{ fontWeight: "600", fontSize: "18px", marginBottom: "8px" }}>Blast radius: containing one agent's mistake</p>
      <p style={{ marginBottom: "16px" }}>Authority is checked before execution, at the handoffs and action boundaries you've brought into scope. An agent can't widen its own permissions or inherit authority it wasn't granted by passing work to another agent.</p>

      <div className="mt-4 max-w-xs">
        <a href="https://www.nuggets.life/nuggets-authority-control-plane-blast-radius.pdf" className="button" target="_blank">
          Download <Icon icon="arrow-right" iconType="light" color="#fff" />
        </a>
      </div>
    </div>
  </div>

  <div style={{ display: "flex", gap: "24px", background: "var(--background-secondary)", border: "1px solid var(--border)", borderRadius: "12px", padding: "24px", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/nuggets-b89005a2/TPIL5LKOLaEuioXC/assets/02-action-receipts.png?fit=max&auto=format&n=TPIL5LKOLaEuioXC&q=85&s=96e2a62467249b55b81b174ebab8cbfc" style={{ flexShrink: 0, width: "120px", borderRadius: "8px", objectFit: "cover" }} width="1588" height="2246" data-path="assets/02-action-receipts.png" />

    <div style={{ flex: 1 }}>
      <p style={{ fontWeight: "600", fontSize: "18px", marginBottom: "8px" }}>Evidence: proof at the moment the decision is made</p>
      <p style={{ marginBottom: "16px" }}>Every enforcement decision produces an Action Receipt covering the agent, its authority, the action requested and the policy applied. Your auditors can verify them without Nuggets in the loop, and without seeing the underlying data.</p>

      <div className="mt-4 max-w-xs">
        <a href="https://www.nuggets.life/nuggets-authority-control-plane-evidence.pdf" className="button" target="_blank">
          Download <Icon icon="arrow-right" iconType="light" color="#fff" />
        </a>
      </div>
    </div>
  </div>

  <div style={{ display: "flex", gap: "24px", background: "var(--background-secondary)", border: "1px solid var(--border)", borderRadius: "12px", padding: "24px", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/nuggets-b89005a2/TPIL5LKOLaEuioXC/assets/04-sensitive-data.png?fit=max&auto=format&n=TPIL5LKOLaEuioXC&q=85&s=bf62bfa2aa9b618895b301f59e622c5b" style={{ flexShrink: 0, width: "120px", borderRadius: "8px", objectFit: "cover" }} width="1588" height="2246" data-path="assets/04-sensitive-data.png" />

    <div style={{ flex: 1 }}>
      <p style={{ fontWeight: "600", fontSize: "18px", marginBottom: "8px" }}>Internal use cases: sensitive data under your control</p>
      <p style={{ marginBottom: "16px" }}>Authority is checked before an agent accesses or exports data, bound to that specific agent, delegation and action. Where your policy requires a person, the action escalates for approval instead of going ahead.</p>

      <div className="mt-4 max-w-xs">
        <a href="https://www.nuggets.life/nuggets-authority-control-plane-internal-use-cases.pdf" className="button" target="_blank">
          Download <Icon icon="arrow-right" iconType="light" color="#fff" />
        </a>
      </div>
    </div>
  </div>

  <div style={{ display: "flex", gap: "24px", background: "var(--background-secondary)", border: "1px solid var(--border)", borderRadius: "12px", padding: "24px", alignItems: "flex-start" }}>
    <img src="https://mintcdn.com/nuggets-b89005a2/TPIL5LKOLaEuioXC/assets/01-runtime-agnostic.png?fit=max&auto=format&n=TPIL5LKOLaEuioXC&q=85&s=6576be034fad5eb6b17e1ab9427ae181" style={{ flexShrink: 0, width: "120px", borderRadius: "8px", objectFit: "cover" }} width="1588" height="2246" data-path="assets/01-runtime-agnostic.png" />

    <div style={{ flex: 1 }}>
      <p style={{ fontWeight: "600", fontSize: "18px", marginBottom: "8px" }}>Runtime coverage: your agents won't all live in one place</p>
      <p style={{ marginBottom: "16px" }}>One authority policy applies across connected runtimes, alongside the IAM and clouds you already run. How much it covers depends on which integrations you bring into scope.</p>

      <div className="mt-4 max-w-xs">
        <a href="https://www.nuggets.life/nuggets-authority-control-plane-runtime-coverage.pdf" className="button" target="_blank">
          Download <Icon icon="arrow-right" iconType="light" color="#fff" />
        </a>
      </div>
    </div>
  </div>
</div>

***

If one of these matches something you're trying to get into production, [tell us which and we'll scope the pilot with you](https://www.nuggets.life/docs/platform/contact-us).
