Back to board
300Authorization And GovernanceSign in neededSignals connecting

AI Governance And Control / Authorization And Governance

ReBAC for Agentic AI

Why relationship-based authorization matters when agents work with people, data, and tools.

10 min read 300 Advanced 1/1 in module
developerarchitectengineering-lead
Why readCore Idea

Why relationship-based authorization matters when agents work with people, data, and tools.

How to use itApply one decision rule

Use the brief to sharpen a real ai upskill conversation: what is the decision, what evidence matters, and what should remain human-led?

What to retainRemember This

Capture one design rule you would reuse when reviewing an AI workload, assistant, or operating model.

01

Executive note

Core Idea

Relationship-based authorization checks whether a subject can perform an action on an object because of a relationship.

Examples include owner, member, viewer, editor, approver, delegate, service, parent, child, or participant.

This matters for AI because agents often act on behalf of people. The question is not simply "is the user an admin?" The question may be "can this user ask this agent to use this tool on this dataset for this purpose?"

02

Section 2 of 5

Why Roles Are Not Enough

Coarse roles are useful. They keep broad platform access simple. They are not enough for fine-grained agent behavior.

A user may be:

ReBAC lets the system represent those relationships directly.

  • A curriculum editor for one academy, but not another.
  • A credential verifier, but not a credential issuer.
  • Allowed to view analytics for one business unit, but not enterprise-wide.
  • Allowed to ask an agent to draft content, but not publish it.
03

Section 3 of 5

How It Applies To Agents

Agents need authorization before sensitive tool use. They should not infer permission from the prompt, the user's confidence, or the fact that a tool is available.

Useful checks look like:

  • Can this user view this brief?
  • Can this editor publish this curriculum?
  • Can this agent call this tool for this user?
  • Can this workflow issue this credential?
  • Can this service read this user's progress evidence?
05

Section 5 of 5

Remember This

ReBAC turns access control into a graph of real relationships.

For agentic AI, that graph is what prevents a fluent request from becoming an unauthorized action.

Versionv1.3Updated 09 Jun 2026
MCMarius CONSTANTINESCU