# RemoteWP — The AI-WordPress Bridge # https://remotewp.dev # Contact: info@remotewp.dev # GitHub: https://github.com/githxhouse/remotewp-plugin # Version: 3.3.0 | Updated: 2026-06-25 > RemoteWP is a WordPress plugin that acts as a secure REST API bridge between AI coding agents > (Claude, Cursor, Google Gemini, OpenAI ChatGPT / Codex, Antigravity AI, and any HTTP-capable agent) > and self-hosted WordPress sites. > It enables remote file management, plugin control, and site optimization — no SSH or FTP required. > Built by X-HOUSE SRL, Arad, Romania. ## Pages - [RemoteWP Homepage](https://remotewp.dev/): Main product landing page — features, pricing, FAQ, security model - [Getting Started Guide](https://remotewp.dev/docs/getting-started.html): Step-by-step installation and first AI connection - [Terms of Service](https://remotewp.dev/terms-of-service.html) - [Privacy Policy](https://remotewp.dev/privacy-policy.html) - [Refund Policy](https://remotewp.dev/refund-and-return-policy.html) - [Contact](https://remotewp.dev/contact-information.html) - [Cookie Policy](https://remotewp.dev/cookie-policy.html) ## Product Summary RemoteWP installs as a standard WordPress plugin and exposes a secure REST API. AI agents authenticate via the `X-RemoteWP-Token` header using SHA-256 tokens that auto-expire. The plugin sandboxes all file operations within WordPress ABSPATH. No WordPress admin credentials or database passwords are ever exposed. ### Core Capabilities - Read files and directory listings from WordPress filesystem - Write, create, and delete files within whitelisted paths - Search file contents by keyword - Activate/deactivate WordPress plugins remotely - Retrieve site info, plugin list, theme details - WooCommerce product and store optimization endpoints (Pro) - SEO optimization helpers (Pro) ### Security Model - SHA-256 token-based authentication on every request - Auto-expiring tokens: configurable from 6 hours to 7 days - Permission levels: read-only, read-write, full - IP whitelisting for further lockdown - Rate limiting with automatic lockout after failed attempts - Complete activity log and audit trail - All operations sandboxed within WordPress ABSPATH ### API Example ``` GET /wp-json/remotewp/v1/read?path=wp-content/themes/mytheme/style.css X-RemoteWP-Token: RW-your-token-here POST /wp-json/remotewp/v1/write X-RemoteWP-Token: RW-your-token-here Content-Type: application/json {"path": "wp-content/themes/mytheme/style.css", "content": "..."} ``` ## Pricing | Plan | Price | Sites | Notes | |------|-------|-------|-------| | Free | $0 | 1 site | Read-only access, no write operations | | Developer Pro | $79/year | Up to 10 | Full read/write, Skill Pack, priority support | | Agency Elite | $149/year | Unlimited | All Pro features, advanced Skill Pack workflows | | Lifetime Unlimited | $349 one-time | Unlimited | No renewals, lifetime updates | All paid plans include: plugin license + RemoteWP Agent Skill Pack access. ## Compatible AI Agents RemoteWP has been tested and optimized for: - Claude (Anthropic) — via MCP or HTTP tool use - Cursor — via REST API calls - Google Gemini / Antigravity AI — via function calling - OpenAI ChatGPT and Codex — via API actions - Any agent capable of making authenticated HTTP requests ## Agent Skill Pack The RemoteWP Agent Skill Pack is a structured set of execution frameworks included with paid plans: - **Safe Edit Skill**: change control with backup, diff visibility, and rollback discipline - **WooCommerce Ops Skill**: repeatable product, checkout, and store optimization workflows - **Plugin Ops Skill**: controlled updates, validation steps, safer release cycles - **Performance + SEO Skill**: practical optimization tasks for WordPress sites - **Compliance Skill**: legal page and cookie-policy consistency checks ## Optional: Full Content For detailed page content, see: https://remotewp.dev/llms-full.txt