Everything about integrations, roadmap, and how AOS Governance for WP works under the hood.
AOS Governance intercepts AI actions at three distinct levels. Each integration has its own hook mechanism and coverage.
Any plugin that registers abilities through the WordPress Abilities API is automatically governed — zero configuration needed.
Hook: wp_register_ability_args
Method: Wraps permission_callback (primary) and
execute_callback (safety net)
Coverage: 100% of registered abilities
Plugins: AI Experiments, MCP Adapter, any Abilities API user
We've written native integration for AI Engine's MCP server, intercepting every tool call and mapping 39+ tools to governance abilities.
Hook: mwai_mcp_callback
Method: Pre-execution filter with tool name mapping
Coverage: 39+ MCP tools mapped to governance abilities
Denial: Throws Exception (AI Engine expects this)
For any other MCP plugin that routes traffic through the WordPress REST API, we intercept at the
REST layer — covering all /mcp/* routes.
Hook: rest_pre_dispatch
Method: Intercepts REST requests, extracts tool/ability info
Coverage: All MCP traffic via REST API
Plugins: MCP Adapter (Automattic), any REST-based MCP server
We're actively monitoring the WordPress AI ecosystem and adding integrations as plugins mature.
Analytics Dashboard with Chart.js visualizations. AOS Attest immutable audit ledger via GitHub API with SHA-256 hash chains. AI Engine integration with 39+ MCP tools. Email alerts, menu icons, and more.
No-code MCP server builder for WordPress. Investigating whether it uses the Abilities API (auto-governed) or custom hooks.
Automation platform with MCP capabilities. Investigating hook architecture for built-in integration.
Extends AI Engine — our existing AI Engine hook may already cover this. Verification needed.
The Abilities API may merge into WordPress core in 6.9. When it does, all plugins using it will be automatically governed.
Using an AI plugin we don't list? Let us know — we prioritize by community demand.
Everything in the free Community tier is yours forever. Pro unlocks enterprise-grade monitoring, compliance, and control.
| Feature | Free | Pro |
|---|---|---|
| ✅ Community — Included Free | ||
| Constitutional Policy Gate Deterministic AI governance — zero LLM in the loop |
✅ | ✅ |
| 6 Built-in Security Policies Admin creation, file editing, plugin installs, etc. |
✅ | ✅ |
| Custom Policy Builder Visual condition builder with ability picker |
✅ | ✅ |
| Immutable Audit Log Tamper-evident logging with checksums |
✅ | ✅ |
| Simulation Testing Run batch test scenarios through the pipeline |
✅ | ✅ |
| Full REST API Policy and audit log API access |
✅ | ✅ |
| 📊 Governance Score 0-100 site governance health rating with recommendations |
✅ | ✅ |
| 🚨 Emergency Kill Switch One-click disable ALL AI access with auto-expire timers |
✅ | ✅ |
| ⭐ Pro — Available Now | ||
| 📧 Real-Time Email Alerts Instant notification when high-risk actions are denied |
🔒 | ✅ |
| ⏰ Scheduled Policies Time-based rules — restrict AI to business hours |
🔒 | ✅ |
| 🔐 IP Allowlisting Restrict AI agent access by IP address or range |
🔒 | ✅ |
| 📈 Audit Log Export CSV/JSON export for compliance and archival |
🔒 | ✅ |
| 📦 Policy Import / Export Share configurations across sites with JSON |
🔒 | ✅ |
| 📊 Advanced Analytics Dashboard 6 interactive Chart.js visualizations |
🔒 | ✅ |
| 🔗 AOS Attest — Immutable Audit
Ledger Push governance data to GitHub as tamper-proof SHA-256 evidence |
🔒 | ✅ |
| 🗺️ Pro Roadmap — Coming Soon | ||
| ✋ Human-ON-the-Loop Approval Queue FLAGSHIP Route risky actions to admin for approval — agents wait |
🔒 | 🗺️ |
| ⚡ Rate Limiting / Throttling Limit actions per agent per time window |
🔒 | 🗺️ |
| 📜 Policy Versioning & Rollback Git-style history with one-click rollback |
🔒 | 🗺️ |
| 🎥 MCP Session Recording Flight recorder for AI agent sessions |
🔒 | 🗺️ |
| 📄 Compliance Report Generator One-click SOC2/HIPAA/GDPR PDF reports |
🔒 | 🗺️ |
| 🔔 Webhook Integrations Slack, Discord, Teams, custom webhook |
🔒 | 🗺️ |
| 🤖 Agent Profiles & Trust Levels Per-agent behavioral tracking and scoring |
🔒 | 🗺️ |
| 🌐 Multi-Site Network Governance Centralized governance across WordPress network |
🔒 | 🗺️ |
| 🏪 Policy Marketplace FLAGSHIP Install HIPAA, SOC2, or community policy packs |
🔒 | 🗺️ |
| ⚠️ Cross-Agent Conflict Detection Auto-detect policy contradictions |
🔒 | 🗺️ |
| 💎 All Pro Plans Include | ||
| 🎯 Priority Support Direct email with 24-hour response guarantee |
🔒 | ✅ |
🔒 30-day money-back guarantee • Instant activation
The policy gate sits between AI agents and WordPress. Every action passes through deterministic evaluation.
All integrations funnel into a single policy evaluation engine. Whether the action arrives via the Abilities API, AI Engine, or raw REST, the same policies are applied:
wp_register_ability_args — Abilities API (auto)rest_pre_dispatch — REST / MCP routesrest_pre_dispatch — SSE endpoint protectionmwai_mcp_callback — AI Engine toolsmwai_allow_mcp — AI Engine access controlThe gate uses zero AI in its decision-making. Policies are simple, auditable rules:
mwai_mcp_callback
wp_register_ability_args hook — was wrapping wrong key
Install the free plugin and have constitutional governance running in under a minute.