Key Takeaways
- IAB Tech Lab launched the Agentic Advertising Management Protocols (AAMP) on March 16, 2026, as an open-source initiative to standardize autonomous AI agents in advertising.
- AAMP is built on three pillars: Agentic Foundations (performance infrastructure), Agentic Protocols (communication standards), and Trust and Transparency (governance).
- The Agentic Real Time Framework (ARTF) within AAMP can reduce latency by up to 80%, making complex AI decisioning viable in time-sensitive ad systems like RTB.
- AAMP leverages the Advertising Common Object Model (AdCOM) to provide a precise, machine-readable vocabulary for advertising concepts, eliminating natural language ambiguity.
- Agentic Audiences, a LiveRamp donation, uses vector embeddings for privacy-safe relevance matching without traditional identifiers, now available as an OpenRTB extension.
- Within two months of its March 2026 launch, IAB Tech Lab reported progress on SDK adoption, agent registrations, and supply-side integrations, with early adopters including Kochava, PubMatic, and Amazon Ads.
Autonomous AI agents promise to automate complex advertising tasks – media discovery, planning, and buying – but without shared standards, the industry risks replicating the walled-garden problem in a new form. Early agentic frameworks from companies like Anthropic and Google demonstrated the potential while also exposing the pitfalls of relying on unstandardized natural language: inconsistent execution, failed transactions, and an erosion of trust. [1]
IAB Tech Lab launched the Agentic Advertising Management Protocols (AAMP) on March 16, 2026, as an open-source initiative to provide that missing foundation. [1] By establishing a shared technical architecture and common vocabulary, AAMP aims to move the industry from ad hoc agent interactions toward a scalable, interoperable, and auditable system for automated media management. [6]
The emergence of autonomous ad agents in digital media
Autonomous agents mark a meaningful shift in ad tech: from manual campaign management to AI-driven decision-making. A buyer agent can interpret a marketing brief, discover relevant inventory, negotiate terms with publishers, and execute the ad buy programmatically. The core problem, until now, has been the absence of a standardized communication protocol. Without one, a buyer agent has no reliable way to interact with a seller agent, creating misinterpretations, failed transactions, and hard ceilings on scale. [10]
Before AAMP, different platforms were building their own closed-loop agentic systems – a trajectory that would have entrenched fragmentation and limited advertiser reach. [1] The AAMP initiative, developed by IAB Tech Lab’s Agentic Task Force, offers a public alternative. It consolidates the initial agentic roadmap from January 2026 into a unified project with defined deliverables, executed openly on GitHub to encourage broad industry participation. [11]
Core architectural principles of the IAB Tech Lab framework
AAMP is built on three interconnected pillars, each addressing a distinct requirement for a functional agentic ecosystem: performance infrastructure, communication standards, and governance. [1]
- Agentic Foundations focuses on performance infrastructure. Its centerpiece is the Agentic Real Time Framework (ARTF), which defines how agent services operate safely within high-speed environments like real-time bidding (RTB) auctions. IAB Tech Lab reports that ARTF can reduce latency by up to 80%, making complex AI decisioning viable in time-sensitive ad systems. [1]
- Agentic Protocols provides the rulebook for agent communication. It includes schemas, tools, and reference implementations that allow buyer and seller agents to interact for discovery, negotiation, and transactions. Open-source Buyer and Seller Agent SDKs standardize the logic for these interactions. [1]
- Trust and Transparency establishes the governance layer. The primary tool is the Agent Registry, a free-to-use portal where agents are registered and their identities, capabilities, and owners verified. This mechanism prevents spoofing and provides a channel for disclosing an agent’s operational parameters. [11]
The table below summarizes the function and key components of each pillar.
| Pillar | Primary function | Key components | Core benefit |
|---|---|---|---|
| Agentic Foundations | Enables high-performance execution of agent tasks in real-time environments. | Agentic Real Time Framework (ARTF), MCP Interface | Reduces latency by 80% for practical AI decisioning in RTB. [1] |
| Agentic Protocols | Provides a standardized language for agent-to-agent communication and transactions. | Buyer/Seller Agent SDKs, Agentic Direct, Agentic Audiences, AdCOM objects | Ensures interoperability and reliable execution of media plans. |
| Trust and Transparency | Establishes identity verification and disclosure for all participating agents. | Agent Registry, Tools Portal | Builds accountability in an automated system. [11] |
Establishing data exchange standards for agent interoperability
For agents to function reliably, they need a precise, machine-readable vocabulary for advertising concepts. AAMP leverages the Advertising Common Object Model (AdCOM) to supply it. Although AdCOM has seen limited market adoption overall, its library of enumerations is well suited to agentic workflows because it eliminates the ambiguity inherent in natural language. [14] An agent can specify a video placement as “in-stream” (value: 3) and “first-in-pod” (value: 1), and the seller agent receives an unambiguous instruction. [14]
AdCOM’s object model might not have achieved widespread market acceptance, but its enumerations serve as precisely the kind of extensible shared vocabulary needed for agentic workflows.
AAMP integrates this shared vocabulary into three key transaction workflows:
- Direct transactions: The Agentic Direct SDK uses the OpenDirect standard to let agents create and manage campaigns directly within a publisher’s ad server, such as Google Ad Manager. [1]
- Programmatic deals (PMPs): The Deals API gives agents a standardized channel to negotiate and set up private marketplace deals. [1]
- Open bidding: In RTB environments, OpenRTB object models are enriched by the ARTF so agents can participate in real-time auctions with enhanced decisioning capabilities. [1]
A notable innovation within AAMP is Agentic Audiences, a technology donated by LiveRamp. [1] Rather than matching persistent user IDs, it uses vector embeddings to represent audience characteristics and user intent. An ad request is matched to an audience based on the geometric distance between the intent vector and the audience embedding. This approach, now available as an OpenRTB extension, enables privacy-safe relevance matching without relying on traditional identifiers. [11] [13]
Mitigating bias and ensuring transparency in agent decisions
Powerful automation carries the risk of repeating past industry mistakes around privacy and transparency. [7] AAMP’s Trust and Transparency pillar addresses this through the Agent Registry. By requiring agents to be registered and verified, the registry creates a baseline of accountability: any party can identify an agent, understand its function, and verify its owner. The registry is also designed to be queried by AI assistants including Claude, Gemini, and ChatGPT, giving human operators a quick way to check an agent’s status. [11]
Significant privacy challenges remain unresolved. The “right to be forgotten” has no clear mechanism in AI contexts: once a user’s data has been incorporated into a vector embedding, there is currently no standard way to delete it. [7] Existing consent frameworks – the Transparency and Consent Framework (TCF) and Global Privacy Platform (GPP) – will also need to evolve to enforce user preferences in agentic environments. [4]
AAMP sits alongside a related IAB Tech Lab initiative, the Content Monetization Protocol (CoMP), which aims to ensure LLMs have commercial agreements with publishers before crawling their content – a response to some publishers reporting search referral traffic drops exceeding 50%. [5] Together, AAMP and CoMP represent a coordinated effort to build governance structures for AI’s role across the digital media supply chain.
Implementation hurdles and industry adoption pathways
Within two months of its March 2026 launch, IAB Tech Lab reported progress on four key deliverables, including SDK adoption, agent registrations, and supply-side integrations. [11] A live demonstration showed an end-to-end workflow: a buyer agent generated a media plan from a brief, negotiated with a seller agent, and automatically created the campaign in Google Ad Manager – confirming the technical feasibility of the protocols. [1]
Early adoption examples include:
- Buy-side: Kochava integrated the open-source Buyer Agent SDK into its StationOne product, and a major advertising agency is actively testing an integration. [11]
- Sell-side: PubMatic, Index Exchange, and FreeWheel are integrating with the Seller Agent SDK. [11]
- Registered agents: The Agent Registry already includes agents from Amazon Ads, PubMatic, GumGum, and Equativ. [11]
Broader adoption still faces real obstacles. Integrating the SDKs and adapting internal systems demands technical resources and investment. The unresolved privacy questions – particularly around data deletion in vector embeddings and consent management – present compliance risks that could slow rollout. [7] And while the framework is designed to prevent agent errors and hallucinations, no public benchmarks yet exist for transaction success rates or error frequency in live environments. How far AAMP travels will depend on continued industry collaboration to refine the standards and close those gaps.
Frequently Asked Questions
What is AAMP and when was it launched?∨
What are the three core architectural pillars of AAMP?∨
How does AAMP address latency in real-time bidding environments?∨
What role does AdCOM play in AAMP for agent interoperability?∨
How does AAMP enable privacy-safe audience matching without traditional identifiers?∨
What mechanism does AAMP use to ensure accountability and prevent spoofing of agents?∨
What are some of the early adoption examples of AAMP within two months of its launch?∨
Sources
- AAMP (Agentic Advertising Management Protocols)
- From Conversions to Value
- News from IAB Tech Lab
- IAB Announces Most Significant Update in Years to Multi-State …
- IAB Tech Lab Announces CoMP Framework to Ensure LLMs Have …
- A blueprint for agentic advertising
- Episode 69: Anthony Katsur, CEO at IAB Tech Lab: Navigating AI, …
- 2026 IAB Diligence Platform Expansion: A Conversation with …
- IAB Tech Lab Opens Public Comment on CoMP for LLM Discovery
- Ad Industry Needs Standards Before AI Agents Start Buying Media: IAB …
- AAMP Two Months In: Progress Report
- Episode 69: Anthony Katsur, CEO at IAB Tech Lab
- Rebuilding Signal, Proving Privacy, and Preparing for AI Advertising
- What Does Agentifying AdCOM Really Mean?
- IAB Tech Lab Announces CoMP Framework

