Skip to main content

Authorization Overview

The Authorization tier adds Cedar-based policy enforcement to your AI infrastructure — answering the question: "Who can do what? And why?"

Services

Everything from Discovery & Registry, plus:

ServicePurpose
wl-apdpCedar policy authorization engine
wl-apdp-frontendPolicy management dashboard

What You Get

  • Intent-based authorization — agents declare why they're taking each action, not just what
  • Goal management — time-boxed, action-limited business objectives that scope all agent activity
  • Delegation chains — cryptographically-verifiable trust paths from humans to agents
  • Intelligent policy selection — 20-30x faster Cedar evaluation through automatic policy filtering
  • Observation mode (default) — log all decisions without denying actions, then switch to enforcement when ready
  • Shared database — agents discovered by wl-discover are immediately available for policy evaluation

Architecture

Authorization Overview

Shared Database

wl-registry and wl-apdp share a single PostgreSQL database with a normalized agents table. When wl-discover registers an agent, wl-apdp sees it immediately — no sync needed.

wl-discover → detects agent → registers in wl-registry
wl-apdp → reads same agents table → agent available for policy evaluation

Next Steps