Bind intent
Start from an explicit human purpose instead of inferring permission from identity.
Authority should travel with the agent
Agent Authority Chain makes human intent, delegated authority, and narrowing constraints explicit — so an AI agent can prove not only who it is, but what it is allowed to do.
Current boundary Research and validated local demo. Not a production authorization service.
Intent: book travel
Capability: travel.*
Capability: travel.book.hotel
Intent and constraints preserved
The missing layer
AI agents are beginning to act across services, tools, and other agents. Identity alone cannot answer the questions that matter at execution time.
How it works
Each delegation carries the authority it received, the limits it must preserve, and the evidence needed for deterministic verification.
Start from an explicit human purpose instead of inferring permission from identity.
Pass a precise capability to an agent, with bounded scope, depth, time, and constraints.
Every child delegation must remain inside the authority granted by its parent.
Reject broken links, widened constraints, expired authority, or intent mismatch before execution.
Where it matters
Prove that a purchase, booking, or procurement action stayed inside an approved budget and purpose.
Constrain what an agent may do across APIs, MCP tools, and services without granting blanket access.
Keep authority traceable as a primary agent assigns narrower tasks to specialist agents.
Current status · v0.4.0
A local demo validates plain and signed authority chains, narrowing constraints, request scope, expiration, and intent preservation. The next work is turning the verified model into a carefully bounded service.
A new primitive for accountable agents
Agent Authority Chain is being developed as experimental, self-hostable infrastructure for verifiable agent workflows.