Agent Governance Foundation

Open standard · Working drafts

The open standard for authorizing AI agents.

The Agent Authorization Protocol (AAP) defines how an agent's identity, authority, and actions are expressed, checked, and recorded — so any system can decide what an agent may do, and prove afterward why it was allowed.

  • Apache License 2.0
  • Vendor-neutral
  • Developed in the open

The gap

Identity says who an agent is. Something has to say what it may do.

Agent protocols such as MCP and A2A standardise how agents connect to tools and to each other. AAP addresses the layer beside them: what an agent is permitted to do, on whose authority, and how anyone can verify that later.

  1. 01Who is the agent?
  2. 02What authority does it have?
  3. 03What action is it requesting?
  4. 04What resource is it acting on?
  5. 05Why was the action allowed?
  6. 06Still valid? was that authority still valid when execution occurred?

Specifications

Every specification, in the open.

All specifications are working drafts and may change. Each links to its text in the public repository, which is the authoritative source; this site does not copy them.

Frameworks and glossary

How the concepts fit together, and what each term means.

The frameworks explain how identity, trust, and lifecycle relate. The glossary gives short, stable definitions for each term, and the framework pages link to it.

Implement AAP

Build against the specifications.

Anyone can implement AAP. The conformance specification describes what an implementation must support and how it is tested, and the adapter specifications describe how MCP, A2A, and HTTP traffic maps onto the kernel objects.

Implementations

INTREXA AXIS

INTREXA AXIS is a commercial implementation of AAP, built and operated by INTREXA. It is one implementation of the standard, not the standard itself.

Visit INTREXA AXIS

Community and governance

Developed in public, under an open license.

The specifications are published under the Apache License 2.0. Agent Governance Foundation is an open standards initiative maintained by INTREXA Technologies (OPC) Private Limited.

Start with the core specification.

AAP-Core defines the six objects everything else builds on.

Read AAP-Core