Tools
5 primitives. The AI builds the rest.
Novamira gives the AI five tools: run code, read and write files, edit, delete, and explore the filesystem. With these, it can do anything on your WordPress site.
Execute PHP
Run arbitrary PHP with the full WordPress environment loaded:
$wpdb, every function, every active plugin. Returns the result, echoed output, and captured warnings.
Read & Write Files
Read any file on the server, text or binary. Write files anywhere under the WordPress root. PHP files are restricted to the sandbox directory. Supports partial reads and base64 encoding.
Edit Files
Find-and-replace on existing files. Specify the old string, the new string, and optionally replace all occurrences. Same sandbox restrictions and crash recovery apply to PHP edits.
Delete & Toggle
Delete files or directories (with recursive support). Disable sandbox files by appending
.disabled. Preserved on disk but no longer loaded. Re-enable to restore.
List Directory
Explore the filesystem with glob filtering, recursive traversal, and configurable depth. Results sorted directories-first, capped at a configurable limit.
Universal compatibility
Compatible with everything.
No exceptions.
Novamira works at the PHP level. It runs code inside your WordPress, not on top of it. There’s nothing to integrate. If it runs in WordPress, the AI can already access it, read it, and build on it.
Your WordPress. Your AI.
Nothing in between.
Free and open source. Built for WordPress 6.9+.