Reave Connect self-updates
WordPress™ plugin — REST companion for REΛVE Automation (Connect)
by Elite Web Labs · github.com/eliteweblabs/reave-connect · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/eliteweblabs/reave-connect/releases/download/latest/reave-connect.zipShips its own WordPress updater (Update URI header), so new versions show up under Dashboard → Updates.
Readme
REΛVE Connect
WordPress™ plugin that lets REΛVE manage a site remotely — posts, pages, media, menus, redirects, plugins, cache, and options. Auto-updates from https://reave.app/api/wp-update/reave-connect/.
This is the only WordPress companion. The older Reave Bridge plugin is retired; every Bridge capability now lives here as an /exec action.
Install
- Download
reave-connect.zipfrom Releases - WP Admin → Plugins → Add New → Upload Plugin
- Activate, then Settings → Reave Connect
- Paste the same API key as
REAVE_WP_API_KEYon the REΛVE install
Enable on a REΛVE install
Deployment owners request or toggle WordPress™ Connect in Admin → Add-ons (wordpress_content). Set REAVE_WP_API_KEY (and optional REAVE_WP_SITE_URL) on the Railway app service.
REST
GET /wp-json/reave/v1/status— headerX-Reave-KeyPOST /wp-json/reave/v1/exec—{ "action": "…", "params": {} }
Exec actions
Site: status, site_info, health, get_indexing_status, enable_indexing, disable_indexing, list_plugins, activate_plugin, deactivate_plugin, install_plugin, get_active_theme, get_option, update_option, flush_cache, flush_rewrite, search_replace (dry_run defaults true)
Content: list_content, get_content, create_content, update_content, delete_content, get_post_meta, update_post_meta, list_media, get_media, upload_media, set_featured_image
Menus: list_menus, get_menu_items, update_menu_item
Redirects: list_redirects, create_redirect, delete_redirect (uses the Redirection plugin when present)
Auth salts, reave_api_key, and similar option keys are blocked.
License
GPL-2.0+
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| latest | Sep 8, 2026 | reave-connect.zip | 1 |