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. |
| 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 --activateThree 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.
All endpoints live under /wp-json/aura/v1/.
| 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 |
- 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
