Venuex AI Connector
Venuex AI Connector is the official WordPress plugin for 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, 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
- Terms of Service: https://app.venuexai.com/termsofservice
- 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.txtfile (Markdown,text/plain) so AI-visibility audits stop flagging a missing file. On hosts that do not send.txtURLs through WordPress, the plugin also writes a physicalllms.txtin 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_restand anauth_callbackthat requiresedit_poston that post - Updating the sitewide
/llms.txtoption (REST POST or Settings screen) requiresmanage_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
