WP Manifestindependent plugin directory
manifest / ai / gpt-4-wp-plugin

GPT-4 WP Plugin

WordPress plugin providing a secure REST API for GPT-based agents and clients to interact with WordPress. All logic is contained in a single file for easy setup and deployment.

by MissMultiverse · github.com/missmultiverse/gpt-4-wp-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/missmultiverse/gpt-4-wp-plugin/archive/refs/heads/main.zip

Declares an update source (https://github.com/missmultiverse/gpt-4-wp-plugin), so updates arrive through the plugin's own updater.

From the readme

GPT-4-WP-Plugin v2.0 A clean, modern WordPress plugin providing a secure REST API for GPT-based agents and clients to interact with WordPress. All logic is contained in a single file for easy setup and deployment. Features - Pre-configured GPTs: WebMaster.GPT, Linda.GPT, AgentX.GPT, Automatron.GPT, SEO-Inspector.GPT, CrownLeads.GPT, Leadsy.GPT, VIRALIA.GPT — all auto-linked to all sites, no manual setup needed - Preconfigured Site Domains: 15 supported domains are hardcoded and selectable in the admin UI. The plugin dynamically configures all endpoints and links based on the selected site. (See "How Preconfiguration Works" below.) - API key management: Create, assign roles, label, and revoke API keys via the admin UI - Role-based access control: Three roles (Webmaster, Publisher, Editor) with distinct capabilities (plus internal gptadmin for file management) - REST API endpoints: - Create and edit posts - Upload media (file or remote URL) - Full plugin file management for gptadmin (WebMaster.GPT): - List, read, write, create, and delete files/directories within the plugin folder (for diagnostics, troubleshooting, and advanced support) - Dedicated /ping endpoint for AP

Read the full README on GitHub →