About AOM Tools
AOM Tools is the official developer tooling hub for the Agent Object Model (AOM) - an open standard for how AI agents interact with websites and web applications.
The spec and validators live at agentobjectmodel.org under the MIT license. AOM Tools is where you come for everything that makes the spec usable day-to-day: plugins for your stack, agent kits in Python and Node, a browser extension to inspect surfaces, and a live validator.
Why AOM exists
The web was built for humans. As AI agents become first-class users of software - filling forms, reading content, taking actions - there has been no standard way for a site to declare what an agent is or is not allowed to do, or for an agent to identify itself and its purpose.
AOM fills that gap with a simple, machine-readable contract: a site policy at /.well-known/aom-policy.json and per-page surface JSON that tells agents exactly what is here, what is allowed, and how to act responsibly.
What we build
- Plugins - Drop-in integrations for Next.js, Nuxt, Gatsby, WordPress, Shopify, and static sites so any web property can publish AOM surfaces in minutes.
- AOM Agent Kits - Python and Node skeletons for building agents that consume AOM surfaces and respect automation policies.
- AOM Surface Explorer - A Chrome/Chromium extension to inspect any page's AOM surface JSON, validate it, and export it for use in agents.
- Validator - A free, no-login tool to check that your site policy and page surfaces are correctly formed.
Open by design
The spec is MIT licensed. This site is itself automation_policy: open - agents are welcome to read and use what is published here. AOM Tools is built to practice what it preaches.
For questions, partnerships, or contributions to the open spec, see the Contact page.
Home · Documentation · Contact