WordPress integration

Add an AI chat assistant to your WordPress site

The LLMGraph plugin drops the chat widget onto your site and routes every chat request through your own WordPress server. Your secret API key stays in your server configuration and never reaches the browser.

How it works

WordPress gives you what a hosted storefront doesn't: a server. The plugin uses it as a proxy. The widget in the visitor's browser posts to a route on your own site, and the plugin forwards the request to your LLMGraph deployment with the secret key attached server-side. Same-origin policy plus your server's own controls protect the route, and nothing sensitive ships in page source.

Availability

The plugin is under review for the WordPress plugin directory. Until it lands there, you can install it manually from the repository, or embed the widget the same way Shopify merchants do: paste the browser-direct script tag with an origin-gated publishable key into your theme. The Shopify guide covers that snippet; the same tag works on any site.