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
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
summaryis optional and non-normative- systems should not use
summaryfor ranking, matching, policy, or monetization logic - model inference and system decision are intentionally separated for auditability
- the public schema identifier is
https://agenticintentprotocol.com/schemas/agentic-intent-taxonomy.schema.json - the canonical IAB mapping reference is the IAB Content Taxonomy 3.1 TSV: https://github.com/InteractiveAdvertisingBureau/Taxonomies/blob/develop/Content%20Taxonomies/Content%20Taxonomy%203.1.tsv