Official WordPress agent for Aura
Digitizer Site Worker is the official remote management agent for the Aura Infrastructure Hub. It connects your WordPress sites to your Aura dashboard for seamless remote management, monitoring, and updates from a single centralized interface.
| Capability | Description |
|---|---|
| Site Health | Real-time monitoring of WordPress & PHP versions, plugins, themes, and server health. |
| One-Click Updates | Update WordPress core, plugins, and themes remotely from the Aura dashboard. |
| Safe Update Engine (v2) | Chunked batch updates with health checks and automatic rollback on failure. |
| Per-Plugin Rollback (v2) | Zip backups in wp-content/aura-backups/ with one-shot restore. |
| MCP Tools Layer (v2) | /aura/mcp/ REST namespace exposing AI-agent-friendly tools with JSON schemas. |
| Magic Link Onboarding (v2) | One-click connection from wp-admin to the Aura dashboard — no token copy/paste. |
| Maintenance | Run database upgrades and translation updates across all sites. |
| Enterprise Security | Protected by three layers of authentication (WordPress Passwords, Site Tokens, IP Whitelist). |
| Developer API | Fully exposed via secure REST API endpoints. |
Digitizer Site Worker is built for performance. It only registers REST API routes and has zero impact on your site's frontend performance — no extra scripts, styles, or queries on page load.
- Go to Plugins > Add New in your WordPress admin.
- Search for Digitizer Site Worker.
- Click Install Now and then Activate.
wp plugin install digitizer-site-worker --activateThe v2 update engine and MCP tools are currently in beta. To install:
wp plugin install https://github.com/Digitizers/AuraWorker/releases/download/v2.0.0-beta.2/digitizer-site-worker-2.0.0-beta.2.zip --activateOr download the zip from the latest pre-release and upload via Plugins → Add New → Upload Plugin.
Three layers of authentication protect every request:
- WordPress Auth: Application Password with capability checks (
manage_options). - Site Token: Unique 32-character token required in the
X-Aura-Tokenheader. - IP Whitelist: Optional restriction to allow requests only from your Aura instance.
| Method | Endpoint | Description |
|---|---|---|
GET |
/status |
Full site health report |
GET |
/updates |
Check available core, plugin, and theme updates |
POST |
/update/core |
Upgrade WordPress core |
POST |
/update/plugin |
Update a specific plugin |
POST |
/update/theme |
Update a specific theme |
POST |
/update/translations |
Bulk update translation packs |
POST |
/update/database |
Run WordPress database upgrades |
POST |
/connect |
Magic-link token exchange (public, 10-min expiring) |
| Method | Endpoint | Description |
|---|---|---|
GET |
/health |
HTTP, PHP fatals, white-screen, and DB connectivity checks |
POST |
/update/batch |
Chunked batch updates with auto-rollback on health failure |
POST |
/rollback/{plugin} |
Restore a plugin from its most recent zip backup |
| Method | Endpoint | Description |
|---|---|---|
POST |
/tools/list |
Enumerate available tools with JSON schemas |
POST |
/tools/execute |
Execute a tool with validated parameters |
GET |
/context |
Full site context for AI decision-making |
Built-in MCP tools: get_site_context, update_plugin_safely, cleanup_orphaned_assets, check_vulnerabilities.
- WordPress.org Plugin Check compliance:
WP_Filesystemfor directory deletion,gmdate(),wp_delete_file(), justified ignores for tail-only log reads. readme.txtsynced to plugin header (title, Stable tag 2.0.0, Tested up to 6.9).
- v2 Update Engine: health checks, per-plugin rollback, chunked batch updates, auto-rollback on failure.
- MCP Tools Layer:
/aura/mcp/namespace withtools/list,tools/execute,context, plus four built-in tools. - Magic Link Onboarding: one-click connection from wp-admin to the Aura dashboard.
- Security: timing-safe token comparison, optional IP whitelisting, Cloudflare/reverse-proxy header support.
- Branding Update: New official icons and banners for WordPress.org.
- Improved UX: Updated documentation and installation guides.
- Official WordPress.org Launch: Now available in the official plugin repository.
- GitHub Release: v1.3.3
- Rebranded from "AuraWorker" to "Digitizer Site Worker for Aura"
- New slug:
digitizer-site-worker
