

The SiteAgent settings page in WordPress admin (under the Settings menu) showing the Site Token and connection status.
SiteAgent turns every WordPress site into one an AI agent can safely operate — update, maintain, audit, and fix. Once the site is connected to Aura and its approval key is provisioned, mutating actions are gated behind human approval and recorded in a full audit trail; safe batch updates and block edits are snapshotted so they can be rolled back. It’s the on-site half of Aura, the governed control room agencies use to run whole fleets of client sites alongside their servers, CDN, and DNS.
Plugin and core updates are the riskiest thing you do on a live client site. SiteAgent makes them safer: safe batch updates run behind health checks and roll back automatically if the site breaks, and every plugin in that path is zip-snapshotted first. With Aura’s approval key in place, an agent can’t silently push a change — mutating actions wait for a human to approve them. Think of it as the undo button for AI on your clients’ sites.
Install this plugin on any WordPress site to connect it to Aura — no SSH, no wp-admin juggling, no manual logins.
After activation, click Connect to Aura on the Settings SiteAgent page for a one-click magic-link connection, or copy the Site Token shown once and paste it into your Aura dashboard manually. From that point, Aura communicates with your site over a signed, authenticated REST API to pull health data and push updates.
Defence-in-depth protects every request:
manage_options / update_*). Only authorized administrators can trigger actions.X-Aura-Token header. Only a SHA-256 hash is stored (never the raw token), compared timing-safely. Tokens from older versions migrate to a hash automatically.You can rotate the token anytime from Settings SiteAgent Regenerate Token.
Core endpoints under /wp-json/aura/v1/:
GET /status — Full site health reportGET /updates — Check available updates (core, plugins, themes, translations)POST /update/core / /update/plugin / /update/theme / /update/translations — Apply updatesPOST /update/database — Run WordPress database upgradesPOST /connect — Magic-link token exchange (public, HMAC-signed, 10-minute expiry)Version 2 endpoints under /wp-json/aura/v2/:
GET /health — HTTP, PHP fatal, white-screen and DB connectivity checksPOST /update/batch — Chunked batch updates with auto-rollback on health failurePOST /rollback/{plugin} — Restore a plugin from its most recent backupMCP tools under /wp-json/aura/mcp/:
POST /tools/list / POST /tools/execute — Enumerate and run AI-agent toolsGET /context — Full site context for AI decision-makingSiteAgent ships 21 built-in tools for AI agents. Read tools return information and run on demand; write tools change the site and are queued for human approval through Aura — an agent can never silently mutate a production site.
Read tools:
get_site_context — WordPress/PHP/theme/plugin/disk/performance snapshot with detected issuesget_database_info — Database size, largest tables, autoloaded-options weight, expired transientsscan_security — Scored security posture (file-edit lockdown, debug exposure, SSL, default admin/prefix, open registration, PHP version)scan_seo — SEO posture (search-engine visibility, permalinks, XML sitemap, site title) plus a sampled content audit (thin content, missing excerpts/featured images)scan_a11y — Accessibility audit over sampled content (images missing alt text, non-descriptive link text, heading structure, document language)perf_check — Performance posture (persistent object cache, OPcache, page-cache plugin, PHP version, autoload weight, active plugin count, memory limit)scan_broken_links — Link triage over a content sample with no outbound HTTP (empty/anchor-only links, dev/staging hosts, unresolved internal links)list_users — Users with roles and post counts, administrators flagged (never returns secrets)check_health — Live health gate: HTTP status, PHP fatals, white-screen, database connectivityscan_error_log — Tails and severity-groups the error log, surfacing recent fatalscheck_vulnerabilities — Plugins/themes checked against the WordPress.org vulnerability databaseget_seo_meta — Read a post/page’s SEO title, description, and focus keyword from the active SEO plugin (Rank Math, Yoast, or SEOPress)list_page_blocks — Read a page’s Gutenberg block structure (block names, attributes, nesting)Write tools (approval-gated):
update_plugin_safely — Backup, update, health-check, auto-rollback on failureclear_caches — Flush object/opcode caches and detected page-cache pluginscleanup_transients — Remove expired transients to reduce autoload bloatcleanup_orphaned_assets — Find and remove unused media (dry-run by default)backup_plugins — Zip-snapshot one or all active plugins as a rollback safety netset_seo_meta — Write a post/page’s SEO title / description / focus keyword on the active SEO plugin (Rank Math, Yoast, or SEOPress) — on-site, so it works even when a WAF blocks the plugin’s own REST endpointupdate_page_block — Update a Gutenberg block’s content or attributes (snapshot-first, reversible)create_page_from_blocks — Create a new page from a Gutenberg block spec (draft-first)Tools are classified by verb so the Aura Fleet gateway applies the right risk and approval policy automatically.
Everything above is free and ships in this plugin. Agencies that need an agent to fix a site — not just report on it — can add the SiteAgent Power Pack, a separate companion plugin that registers higher-capability tools through this plugin’s own tool registry.
It is not included in this download and is not distributed on WordPress.org — the tools it adds execute code, so they don’t belong in a hosted repository. It comes with the Aura Agency and Studio plans, or as SiteAgent Pro.
What it adds:
read_file — read a text file from inside wp-content (jailed; refuses wp-config.php).db_query — a single read-only SQL statement (SELECT / SHOW / EXPLAIN), row-capped.write_file — write a file inside wp-content, snapshot-first so it can be rolled back.run_wp_cli — run an allowlisted WP-CLI command, with no shell and no metacharacters.execute_php — run a PHP snippet against the full WordPress API.These are governed harder than anything in the free set, deliberately:
wp-config.php for each one. Installing the Power Pack alone enables no writes and no code execution.The safety model is governance, not a sandbox: execute_php is powerful by design. The controls are the constant you set, the human who approves the call, and the audit trail — not a promise that arbitrary code is safe.
Learn more at my-aura.app/siteagent.
Aura is a full-stack operations dashboard by Digitizer that brings servers, applications, DNS zones, and CDN pull zones from Cloudways, Hostinger VPS, Cloudflare, and Bunny.net into a single unified interface.
SiteAgent extends that reach into every WordPress installation — so you can manage your entire infrastructure, including WordPress sites, from one place.
The plugin is completely free and open source (GPLv2+). You need a free or paid Aura account to connect your sites. Sign up at my-aura.app.