Title: Venuex AI Connector
Author: venuexai
Published: <strong>August 14, 2026</strong>
Last modified: August 14, 2026

---

Search plugins

![](https://ps.w.org/venuex-ai-connector/assets/banner-772x250.png?rev=3647431)

![](https://ps.w.org/venuex-ai-connector/assets/icon-256x256.png?rev=3647431)

# Venuex AI Connector

 By [venuexai](https://profiles.wordpress.org/venuexai/)

[Download](https://downloads.wordpress.org/plugin/venuex-ai-connector.1.2.4.zip)

 * [Details](https://wordpress.org/plugins/venuex-ai-connector/#description)
 * [Reviews](https://wordpress.org/plugins/venuex-ai-connector/#reviews)
 *  [Installation](https://wordpress.org/plugins/venuex-ai-connector/#installation)
 * [Development](https://wordpress.org/plugins/venuex-ai-connector/#developers)

 [Support](https://wordpress.org/support/plugin/venuex-ai-connector/)

## Description

**Venuex AI Connector** is the official WordPress plugin for [Venuex AI](https://venuex.ai).
It exposes the post meta fields the Venuex AI Growth Agent needs so it can make 
approved content and SEO changes on your site through the WordPress REST API.

This plugin is not affiliated with WordPress’s built-in AI Connectors screen. It
does not register AI providers or send prompts to third-party model APIs. It only
unlocks the WordPress REST fields Venuex AI needs on your site.

This plugin is not affiliated with Elementor or Yoast. Those product names are used
only to describe optional compatibility.

Without this plugin (or an equivalent snippet), WordPress accepts writes to Elementor
and Yoast meta with a success response and **silently discards them**. The agent
then cannot update Elementor-built pages or set SEO titles and descriptions.

#### Venuex AI service

This plugin can be used on its own. It registers REST meta locally and serves `/
llms.txt` from your WordPress site. It does **not** phone home or send data to Venuex.

If you also use [Venuex AI](https://venuex.ai), you connect the site from the Venuex
dashboard with a WordPress Application Password. Venuex AI then calls this site’s
REST API to apply changes you approve. That optional service is provided by VenueX:

 * Service: [https://venuex.ai](https://venuex.ai)
 * Terms of Service: [https://app.venuexai.com/termsofservice](https://app.venuexai.com/termsofservice)
 * Privacy Policy: [https://venuexai.com/privacy-policy/](https://venuexai.com/privacy-policy/)

#### What it enables

 * Editing **Elementor** page layouts (`_elementor_data`) so additive content (FAQs,
   sections) actually appears on the live page
 * Writing **Yoast SEO** title and meta description fields via REST
 * Serving a root **`/llms.txt`** file (Markdown, `text/plain`) so AI-visibility
   audits stop flagging a missing file. On hosts that do not send `.txt` URLs through
   WordPress, the plugin also writes a physical `llms.txt` in the site web root.
 * A small **status endpoint** (`/wp-json/venuex-ai/v1/status`) so Venuex AI can
   verify the connector is active

#### Who should install this

Businesses that connect their WordPress site to Venuex AI and use Elementor and/
or Yoast SEO. Install once, keep it active while Venuex AI is connected.

#### Security

 * Post meta is registered with `show_in_rest` and an `auth_callback` that requires`
   edit_post` on that post
 * Updating the sitewide `/llms.txt` option (REST POST or Settings screen) requires`
   manage_options`
 * The status and llms.txt read endpoints require `edit_posts`
 * No remote code execution, no phone-home, no settings that weaken WordPress security
 * Application Password credentials you already gave Venuex AI are used; this plugin
   only unlocks the meta those credentials need

#### Requirements

 * WordPress 6.0+
 * PHP 7.4+
 * Optional: a Venuex AI account with WordPress connected (Application Password 
   recommended)
 * Optional: Elementor, Yoast SEO

## Installation

 1. Upload the `venuex-ai-connector` folder to `/wp-content/plugins/`, or install the
    zip via **Plugins  Add New  Upload Plugin**.
 2. Activate **Venuex AI Connector** through the **Plugins** menu.
 3. Open **Settings  Venuex AI Connector** and confirm each meta key shows “Registered
    for REST”.
 4. In Venuex AI, reconnect or run a connection test — Elementor pages should report
    as writable.

## FAQ

### Do I need Elementor installed?

Only if your pages are built with Elementor. The plugin still registers the meta
keys either way; non-Elementor sites simply do not use `_elementor_data`.

### Do I need Yoast SEO?

Only if you want Venuex AI to write SEO titles and descriptions. The keys are registered
regardless so they work as soon as Yoast is installed.

### Do I need a Venuex AI account?

No. The plugin still registers REST meta and serves `/llms.txt` without one. Connecting
to Venuex AI is optional and is done in the Venuex dashboard, not inside this plugin.

### Is this the same as pasting a WPCode snippet?

Functionally yes for meta registration. The plugin is the supported, updateable 
way to do it — versioned, uninstallable, and with a status screen.

### Can I remove it later?

Yes. Deactivating or deleting the plugin immediately removes REST access to those
meta keys. Existing page content is unchanged. Deleting the plugin also removes 
the stored `/llms.txt` option and the physical root `llms.txt` file this plugin 
created.

### Does it send data to Venuex AI?

No. This plugin does not contact Venuex servers. It only registers WordPress meta
and exposes local REST routes on your site. If you connect the site from Venuex 
AI, that service will call your site using the Application Password you provide.
See the Venuex [Terms of Service](https://app.venuexai.com/termsofservice) and [Privacy Policy](https://venuexai.com/privacy-policy/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Venuex AI Connector” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ venuexai ](https://profiles.wordpress.org/venuexai/)

[Translate “Venuex AI Connector” into your language.](https://translate.wordpress.org/projects/wp-plugins/venuex-ai-connector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/venuex-ai-connector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/venuex-ai-connector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/venuex-ai-connector/)
by [RSS](https://plugins.trac.wordpress.org/log/venuex-ai-connector/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.4

 * Writes a physical `llms.txt` in the WordPress web root so hosts that 404 `/llms.
   txt` before PHP still return HTTP 200.
 * Syncs the root file whenever the Markdown body is saved via REST or Settings.
 * Removes the root file on deactivate/uninstall.

#### 1.2.3

 * Keeps Author URI only so it is not duplicated as Plugin URI.

#### 1.2.2

 * Sanitizes admin form input and nonces before processing.
 * Loads settings-screen CSS through wp_enqueue_style.
 * Documents the optional Venuex AI service, terms, and privacy policy.

#### 1.2.1

 * Uses a single venuex_ai prefix for functions, options, filters, and REST routes.

#### 1.2.0

 * Renamed display name and slug to Venuex AI Connector / venuex-ai-connector.
 * POST /llms-txt now requires manage_options (sitewide option).
 * Post meta auth_callback checks edit_post for the specific post.
 * Uninstall deletes stored llms.txt options.

#### 1.1.0

 * Serves `/llms.txt` as `text/plain` Markdown at the site root.
 * Auto-generates a default file from the site title, tagline, and published pages.
 * Adds `GET/POST /wp-json/venuex-ai/v1/llms-txt` so Venuex AI can read or update
   the body.
 * Settings screen: preview, open URL, regenerate from pages.

#### 1.0.0

 * Initial release.
 * Registers `_elementor_data`, `_yoast_wpseo_title`, and `_yoast_wpseo_metadesc`
   for `page` and `post`.
 * Adds `GET /wp-json/venuex-ai/v1/status` health endpoint.
 * Adds Settings  Venuex AI Connector status page.

## Meta

 *  Version **1.2.4**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [elementor](https://wordpress.org/plugins/tags/elementor/)[llms](https://wordpress.org/plugins/tags/llms/)
   [rest-api](https://wordpress.org/plugins/tags/rest-api/)[seo](https://wordpress.org/plugins/tags/seo/)
   [Yoast](https://wordpress.org/plugins/tags/yoast/)
 *  [Advanced View](https://wordpress.org/plugins/venuex-ai-connector/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/venuex-ai-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/venuex-ai-connector/reviews/)

## Contributors

 *   [ venuexai ](https://profiles.wordpress.org/venuexai/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/venuex-ai-connector/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://venuex.ai)