JRT AI Agent

Descripción

JRT AI Agent adds a smart AI chat assistant to your WordPress website to help visitors get quick answers — without replacing real human support.

The assistant is designed to be helpful, transparent, and safe. It only answers questions using the content you allow and clearly guides visitors to contact a real person when needed.

The plugin works on any WordPress site. WooCommerce integration is optional.

⚠️ Important: This plugin requires you to use your own AI provider API key (OpenAI, Google Gemini or Anthropic Claude). The plugin does not include or provide free AI usage.

Your AI provider account must have active billing or available credits for the chat assistant to function.

Please see the Third-Party Services section below for full details.

Features

  • AI-powered chat assistant for WordPress
  • Choose your provider: OpenAI (ChatGPT), Google Gemini or Anthropic Claude
  • Pick your model from a dropdown, and use “Test connection” to check your key and model
  • Uses selected policy pages (privacy, terms, refunds, etc.)
  • Optional site-wide content search
    • Pages
    • Posts
    • Custom post types
  • Password-protected content is never sent to the AI
  • Optional WooCommerce product context
  • Show the chat on every page, or only where you place the shortcode
  • Customizable chat UI:
    • Chat title
    • Input placeholder
    • Floating icon (Dashicon or SVG upload)
    • Footnote text
    • Contact page link
  • Privacy controls:
    • Disable browser storage
    • Limit or disable conversation memory
  • Cost and abuse protection:
    • Per-visitor rate limit
    • Site-wide daily request cap
    • Maximum message length
    • Cloudflare / reverse proxy aware
  • API keys are never shown in the settings page and can be defined in wp-config.php
  • Clean floating chat interface
  • Requires your own AI provider API key

How It Works

  1. You create your own account with a supported AI provider (OpenAI, Google Gemini or Anthropic Claude).
  2. You generate your own API key from that provider.
  3. You enter your API key in Settings JRT AI Agent.
  4. Visitors open the chat and ask questions.
  5. Messages are securely sent to your configured AI provider.
  6. The AI responds using the content you have allowed.

⚠️ If your AI provider account does not have available credits or active billing, the chat assistant will not work and may return an error.

The plugin author does not provide API access and is not responsible for third-party service charges.

Quick Start

  1. Install and activate JRT AI Agent
  2. Create an account with OpenAI, Google Gemini or Anthropic
  3. Generate your own API key
  4. Ensure your AI account has available credits or active billing
  5. Go to Settings JRT AI Agent
  6. Choose your provider, enter your API key, save, then click “Test connection”
  7. Select your policy pages (Privacy Policy, Terms, etc.)
  8. (Optional) Enable site content search
  9. Choose where the chat appears: every page, or only pages with the [jrt_ai_agent_chat] shortcode

Usage

By default the chat appears as a floating button on every page.

To show it only on specific pages, set “Where to show” to “Only on pages containing the shortcode” and add this shortcode to those pages:

[jrt_ai_agent_chat]

Keeping API keys out of the database

You can define your key in wp-config.php instead of saving it in the settings page:

define( 'JRT_AI_AGENT_OPENAI_KEY', 'your-key' );
define( 'JRT_AI_AGENT_GEMINI_KEY', 'your-key' );
define( 'JRT_AI_AGENT_ANTHROPIC_KEY', 'your-key' );

Developer filters

  • jrt_ai_agent_disable_autoload — return true to stop the widget and its assets from loading.
  • jrt_ai_agent_can_use_post( bool $allowed, WP_Post $post ) — return false to keep a post (for example members-only content) out of the AI context.
  • jrt_ai_agent_render_shortcodes( bool $render ) — return true to render shortcodes in context content (they are stripped by default).
  • jrt_ai_agent_search_keywords( array $keywords, string $message ) — adjust the keywords used for site search.
  • jrt_ai_agent_system_prompt( string $prompt, string $message ) — modify the full system prompt.
  • jrt_ai_agent_models( array $models, string $provider ) — add or remove models in the settings dropdown.
  • jrt_ai_agent_openai_payload, jrt_ai_agent_gemini_payload, jrt_ai_agent_anthropic_payload — modify the request body sent to each provider.

Third-Party Services

JRT AI Agent relies on external AI services to generate responses. The plugin does not function without configuring at least one supported provider.

The site owner must supply their own API key and maintain their own account with the chosen provider. Only the provider selected in the settings receives data.

OpenAI (ChatGPT)

  • Service: OpenAI API (https://api.openai.com)
  • Purpose: Generates AI-powered chat responses
  • Account Required: Yes — site owner must create their own OpenAI account
  • Billing Required: Yes — account must have available credits or active billing
  • Data Sent:
    • User-submitted chat messages
    • Optional recent conversation history (if enabled)
    • Selected site content used for grounding responses
  • When Data Is Sent:
    • Only when a visitor submits a message via the chat widget, or when an administrator clicks “Test connection”
  • Terms of Service:
    https://openai.com/terms
  • Privacy Policy:
    https://openai.com/privacy

Google Gemini

  • Service: Google Generative Language API (Gemini) (https://generativelanguage.googleapis.com)
  • Purpose: Generates AI-powered chat responses
  • Account Required: Yes — site owner must create their own Google account and API key
  • Billing Required: May require billing depending on usage
  • Data Sent:
    • User-submitted chat messages
    • Optional recent conversation history (if enabled)
    • Selected site content used for grounding responses
  • When Data Is Sent:
    • Only when a visitor submits a message via the chat widget, or when an administrator clicks “Test connection”
  • Terms of Service:
    https://policies.google.com/terms
  • Privacy Policy:
    https://policies.google.com/privacy

Anthropic Claude

  • Service: Anthropic Claude API (https://api.anthropic.com)
  • Purpose: Generates AI-powered chat responses
  • Account Required: Yes — site owner must create their own Anthropic (Claude Console) account
  • Billing Required: Yes — account must have available credits or active billing
  • Data Sent:
    • User-submitted chat messages
    • Optional recent conversation history (if enabled)
    • Selected site content used for grounding responses
  • When Data Is Sent:
    • Only when a visitor submits a message via the chat widget, or when an administrator clicks “Test connection”
  • Terms of Service:
    https://www.anthropic.com/legal/commercial-terms
  • Privacy Policy:
    https://www.anthropic.com/legal/privacy

⚠️ The plugin author does not collect, store, or process AI usage data. All AI processing is performed by the configured third-party provider.

Site owners are responsible for reviewing and complying with the terms, privacy policies, and billing requirements of the selected provider.

Privacy Policy

JRT AI Agent does not collect or store personal data by default.

When enabled, chat messages are sent to the configured third-party AI provider solely for the purpose of generating responses.

Conversation history can be disabled entirely. Browser storage is optional and can be turned off in settings.

For rate limiting, a hash of the visitor’s IP address is stored in a temporary transient that expires after 10 minutes.

The site owner is responsible for informing users about AI-generated responses and third-party data processing in their own privacy policy.

Support

For support or custom development:
https://www.jrtwebsolutions.com

Instalación

  1. Upload the jrt-ai-agent folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu
  3. Go to Settings JRT AI Agent
  4. Configure your AI provider and chat settings

Preguntas frecuentes

Do I need to provide my own API key?

Yes. You must create your own account and API key with OpenAI, Google Gemini or Anthropic.

Does the plugin include free AI usage?

No. The plugin does not provide API credits. Your AI provider account must have active billing or available credits.

Which model should I use?

Pick one from the model dropdown for your provider; each option says whether it favors quality or low cost. The defaults are GPT-6 Luna (OpenAI), Gemini 3.5 Flash-Lite (Gemini) and Claude Opus 5 (Claude). If your provider releases a model that isn’t listed yet, choose “Custom model ID…” and enter its exact ID.

How do I limit what the chat costs me?

Under “Limits & Abuse Protection”, set a per-visitor rate limit, a daily request cap for the whole site, and a maximum message length.

What happens if I run out of credits?

The chat assistant stops responding and shows visitors a generic “unavailable” message. Administrators see the detailed provider error.

Do I need WooCommerce?

No. WooCommerce support is optional.

Can I disable conversation memory?

Yes. You can disable both browser storage and conversation history.

Does this replace human support?

No. It assists visitors and clearly guides them to real support when needed.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“JRT AI Agent” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “JRT AI Agent” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.1.0

  • New: Anthropic Claude provider.
  • New: “Test connection” button in settings.
  • New: Choose the AI model from a dropdown of current models (with a custom ID option). The default OpenAI model is now GPT-6 Luna.
  • New: Choose to show the chat on every page or only where the shortcode is placed.
  • New: Site-wide daily request cap, maximum message length, and Cloudflare / reverse proxy support for rate limiting.
  • New: API keys can be defined in wp-config.php.
  • Security: The assistant is instructed to stay on topic (no code generation, homework, or roleplay), to refuse requests for passwords or credentials, and to treat visitor messages and site content as data rather than instructions. It never has access to admin passwords, user accounts, or API keys in the first place.
  • Security: Password-protected posts are no longer sent to the AI provider.
  • Security: Chat messages and history are length-limited to prevent runaway API costs.
  • Security: The Gemini API key is sent in a request header instead of the URL.
  • Security: Saved API keys are no longer printed into the settings page and are not autoloaded.
  • Security: Provider error details are shown only to administrators.
  • Security: Uninstall now removes all plugin options, including every API key, and cleans up transients (multisite aware).
  • Fix: The [jrt_ai_agent_chat] shortcode now works.
  • Fix: SVG icons keep their viewBox, and SVG file upload works.
  • Fix: Consistent defaults for conversation memory and privacy mode.
  • Fix: The visitor’s new message was sent to the AI twice.
  • Fix: Better site search for natural-language questions.
  • Fix: OpenAI reasoning models (o-series, GPT-5, GPT-6) are supported.
  • Fix: Gemini default model updated; retired Gemini 1.x/2.x models are migrated automatically.
  • Fix: Chat works on sites with full-page caching.
  • Improved: Accessibility of the chat widget (labels, live region, keyboard support).

1.0.0

  • Initial release
  • AI-powered support assistant
  • Customizable UI and privacy controls
  • Optional WooCommerce integration