=== Sprite Connector === Contributors: spriteai Tags: ai, content, blogging, woocommerce, automation Requires at least: 5.6 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Connect your WordPress site to Sprite for automated content management and AI discoverability. == Description == Sprite allows you to connect your WordPress site to [Sprite](https://heysprite.com), enabling automated content management powered by artificial intelligence. **Features:** * **Automated Blog Posts** - Sprite can generate and publish blog posts directly to your WordPress site * **AI Discoverability** - Sprite hosts a UCP and MCP server on your behalf so AI agents can talk to your site directly * **WooCommerce Support** - Access product information for AI-powered content generation (requires WooCommerce) * **Secure Authentication** - Shared secret authentication keeps your site secure * **Standard WordPress API** - Uses the built-in WordPress REST API for maximum compatibility **How It Works:** 1. Install and activate the plugin 2. Click "Connect to Sprite" in the plugin settings 3. Authorize the connection in your Sprite account 4. Sprite can now interact with your WordPress content via the standard REST API **Security:** * All communication uses HTTPS * Shared secret authentication with constant-time comparison * Dedicated service user for all operations * Revocable access at any time **External Services:** This plugin connects to the following external services: * **heysprite.com** - For user authorization during connection setup This connection only occurs when you explicitly click "Connect to Sprite". For more information, see the [Sprite Privacy Policy](https://heysprite.com/privacy) and [Terms of Service](https://heysprite.com/terms). == Installation == 1. Upload the `sprite-connector` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to the 'Sprite' menu in your WordPress admin 4. Click 'Connect to Sprite' and follow the authorization flow == Frequently Asked Questions == = Do I need a Sprite account? = Yes, you need a Sprite account to use this plugin. You can sign up at [heysprite.com](https://heysprite.com). = Is WooCommerce required? = No, WooCommerce is optional. The plugin works with standard WordPress posts and media. WooCommerce product access is automatically available if WooCommerce is installed. = How do I disconnect? = Go to the Sprite settings page in your WordPress admin and click "Disconnect". This will revoke all access. = Is my data secure? = Yes. We use shared secret authentication with constant-time comparison to prevent timing attacks. All communication is encrypted via HTTPS. Your WordPress credentials are never shared with Sprite. = What can Sprite access? = Sprite accesses your site through the standard WordPress REST API with a dedicated service user. This includes: * Read/write posts * Read pages * Upload media * Add .well-known file for AI discoverability * Read products (if WooCommerce is installed) == Screenshots == 1. Plugin settings - connected state 2. Plugin settings - disconnected state 3. Connect to Sprite authorization flow == Changelog == = 1.2.0 = * Host IndexNow key file at root for Sprite-managed submissions to Bing, Yandex, and other IndexNow consumers * Inject Bing Webmaster Tools verification meta tag for Sprite-managed Bing URL submissions * REST API endpoints for Sprite backend to push the IndexNow key and Bing verification code = 1.1.0 = * Add .well-known/ucp and .well-known/mcp-server-card support for AI agent discovery * REST API endpoint for Sprite backend to push discovery manifests * Rewrite rules to serve manifests at standard .well-known paths * Icon and copy updates = 1.0.0 = * Initial release * OAuth-style authentication flow * Shared secret authentication for WordPress REST API * Service user management * WooCommerce compatibility == Upgrade Notice == = 1.2.0 = Enables Sprite to push article URLs to Bing and other search engines for faster indexing. = 1.1.0 = Adds UCP and MCP discovery manifest support for AI agent commerce integration. = 1.0.0 = Initial release of Sprite.