Agency control plane · MVP
Run SEO and GEO automation across every client site — without losing control of what changes.
One dashboard for every WordPress install running the SEO GEO Autopilot plugin: audits, findings, per-site policy, a cross-site review queue and an auditable repair history.
New workspaces come with a clearly labeled demo site so you can explore the workflow before connecting a real install.
Portfolio health
Every connected site with its score, open findings, agent status and last audit in one desktop-first grid.
Approval by default
Safe technical fixes run automatically. Anything a visitor can see waits for a human decision.
Before / after diffs
Review the exact current and proposed values for each repair before it reaches a live page.
Verified history
Repairs are only marked successful once the agent re-checks the page. Nothing is ever overwritten.
No WordPress passwords
Sites authenticate with a per-site signing key, HMAC signatures, timestamps and single-use nonces.
Push and poll
The plugin pushes audits and heartbeats, then polls a command queue for audits, purges and rollbacks.
The site-agent contract
/api/public/agent/auditsPlugin pushes a completed crawl with pages and findings/api/public/agent/commandsPlugin claims queued commands/api/public/agent/repairsPlugin reports applied, verified, failed or rolled back/api/public/agent/heartbeatPlugin reports health, versions and queue depthRequests are signed with HMAC-SHA256 over the timestamp, nonce, method, path and body hash, and rejected outside a 300-second window or on nonce reuse.