Skip to main content

Purpose

The Agentic Intent Taxonomy defines a normalized decision envelope for representing conversational intent in an operator-neutral way. It is designed to:
  • align content classification with IAB Content Taxonomy
  • separate model prediction from system decision
  • support monetization gating, policy enforcement, and auditing
  • remain usable across operators, platforms, exchanges, and advertisers
Canonical IAB reference:

Top-Level Structure

The schema is divided into two top-level objects:

model_output

model_output contains predictive output. It should reflect what the model inferred, not the final monetization decision.

model_output.classification

iab_content should map against the canonical IAB Content Taxonomy 3.1 TSV: https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/develop/Content%20Taxonomies/Content%20Taxonomy%203.1.tsv

model_output.classification.intent

model_output.fallback

Optional fallback guidance for low-confidence or ambiguous cases.

system_decision

system_decision contains the auditable operator decision produced after applying thresholds, policy logic, and runtime controls.

system_decision.policy

system_decision.opportunity

system_decision.intent_trajectory

Optional ordered list of decision phases across turns, such as:

Example

Notes

Schema file

Full JSON Schema (Draft 2020-12): agentic-intent-taxonomy.schema.json