agentobjectmodel.org

AOM™ Policy Badges – Usage Guide

The AOM™ policy badges are official visual indicators for the automation_policy field in AOM/ASM surfaces.

Badges are optional for UIs (web + mobile).
Agents MUST rely on the JSON automation_policy value as the source of truth.


Badge mapping

Use these badges according to your AOM automation policy:


Canonical asset URLs

Each badge has two canonical assets:

No Automation

https://agentobjectmodel.org/static/aom-badges/no-automation/aom-no-automation.png
https://agentobjectmodel.org/static/aom-badges/no-automation/aom-no-automation.svg

AOM™ Ready (allowed)

https://agentobjectmodel.org/static/aom-badges/ready/aom-ready.png
https://agentobjectmodel.org/static/aom-badges/ready/aom-ready.svg

AOM™ Open

https://agentobjectmodel.org/static/aom-badges/open/aom-open.png
https://agentobjectmodel.org/static/aom-badges/open/aom-open.svg

You may reference these URLs directly or host copies on your own domain.


How to use (HTML)

No Automation (forbidden)

<img src="https://agentobjectmodel.org/static/aom-badges/no-automation/aom-no-automation.svg"
     alt="No Automation (AOM)" width="48" height="48">

AOM™ Ready (allowed)

<img src="https://agentobjectmodel.org/static/aom-badges/ready/aom-ready.svg"
     alt="Agent automation allowed (AOM Ready)" width="48" height="48">

AOM™ Open

<img src="https://agentobjectmodel.org/static/aom-badges/open/aom-open.svg"
     alt="Open automation surface (AOM Open)" width="48" height="48">

Mobile / compact usage

For mobile headers or compact UIs, use the same SVG with a smaller size:

<div class="header">
  <h1>Checkout</h1>
  <img src="https://agentobjectmodel.org/static/aom-badges/open/aom-open.svg"
       alt="AOM Open" width="32" height="32">
</div>

You can also place badges near primary actions:

<button class="primary">
  Submit Order
  <img src="https://agentobjectmodel.org/static/aom-badges/ready/aom-ready.svg"
       alt="AOM Ready" width="16" height="16">
</button>

Automation policy vs. badge

Agents MUST honor automation_policy even if no badge is shown.
Badges are for human reassurance and quick visual scanning.