Title: Command Modular AI Website Attendant
Author: AI Website Attendant™
Published: <strong>September 21, 2026</strong>
Last modified: September 21, 2026

---

Search plugins

![](https://ps.w.org/command-modular-ai-website-attendant/assets/banner-772x250.
png?rev=3704901)

![](https://ps.w.org/command-modular-ai-website-attendant/assets/icon-256x256.png?
rev=3704901)

# Command Modular AI Website Attendant

 By [AI Website Attendant™](https://profiles.wordpress.org/aiwebsiteattendant/)

[Download](https://downloads.wordpress.org/plugin/command-modular-ai-website-attendant.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/command-modular-ai-website-attendant/#description)
 * [Reviews](https://wordpress.org/plugins/command-modular-ai-website-attendant/#reviews)
 *  [Installation](https://wordpress.org/plugins/command-modular-ai-website-attendant/#installation)
 * [Development](https://wordpress.org/plugins/command-modular-ai-website-attendant/#developers)

 [Support](https://wordpress.org/support/plugin/command-modular-ai-website-attendant/)

## Description

Command Modular AI Website Attendant connects your WordPress site to the AI Website
Attendant™ service and loads the chat widget without pasting third-party scripts
that Wordfence, CSP, and ad blockers often block.

**Important:** This plugin requires an active [AI Website Attendant](https://www.aiwebsiteattendant.com)
account and connected website. The free plugin alone cannot answer visitor chats
without that service.

#### Connect methods

 1. **Connect Account** (recommended) — one-click OAuth to your AI Website Attendant
    ™ portal.
 2. **API Key** — master or personal token from Settings  Integrations.
 3. **Site Key** — widget-only mode using the public embed site key.

#### First-party architecture

The visitor browser talks only to your WordPress origin (`/cmaiwa/embed.js` and `/
wp-json/cmaiwa/v1/...`). WordPress uses `wp_remote_*` to reach the AI Website Attendant
™ API server-to-server. REST routes require a matching connected site key in permission_callback(
constant-time compare) before any upstream proxy request is made.

#### External services

This plugin requires the AI Website Attendant hosted service. It does not work as
a standalone chatbot. From your WordPress server it contacts the following first-
party endpoints operated by AI Website Attendant (Command Modular). No visitor browser
calls are made directly to third-party domains when the plugin is used as intended.

If you use Wordfence or similar, allow the REST namespace `cmaiwa/v1` if requested.

#### AI Website Attendant API

This service is used to connect your WordPress site to your AI Website Attendant
account and to generate chat answers from your site’s knowledge base.

The plugin sends data to `https://api.aiwebsiteattendant.com/api/v1` (or a custom
Upstream API URL you configure) in these cases:

 * When an administrator uses Connect Account: the one-time pairing code, CSRF state,
   and the WordPress site hostname are posted to `/integrations/wordpress/exchange`.
 * When an administrator uses API Key connect: the API token (Authorization header),
   platform identifier (`wordpress`), WordPress hostname, and optional site ID are
   posted to `/integrations/connect-with-key`.
 * When a visitor uses the chat widget: WordPress reverse-proxies the request to
   the embed API. That can include chat message text, session identifiers, widget
   config requests, feedback, optional voice audio (transcribe), link-preview URLs,
   and the site Origin/Referer.

This service is provided by AI Website Attendant: [Terms of Service](https://apps.aiwebsiteattendant.com/terms),
[Privacy Policy](https://apps.aiwebsiteattendant.com/privacy).

#### AI Website Attendant portal and script CDN

This service is used for account connection in wp-admin and to fetch the official
chat widget scripts so WordPress can serve them first-party.

The plugin contacts `https://apps.aiwebsiteattendant.com` in these cases:

 * When an administrator starts Connect Account: the browser is redirected to the
   portal with the WordPress callback URL, a CSRF state value, and the site hostname.
 * When the storefront loads the widget: WordPress requests `embed.js` and `embed.
   widget.js` from the CDN (the public site key may be included as a query parameter).
 * When an administrator opens Dashboard or Support from the plugin settings screen.

This service is provided by AI Website Attendant: [Terms of Service](https://apps.aiwebsiteattendant.com/terms),
[Privacy Policy](https://apps.aiwebsiteattendant.com/privacy).

## Screenshots

[⌊Connect Account tab — one-click OAuth setup with the AI Website Attendant portal.⌉⌊
Connect Account tab — one-click OAuth setup with the AI Website Attendant portal
.⌉[

Connect Account tab — one-click OAuth setup with the AI Website Attendant portal.

[⌊API Key connection tab — connect your site using an API key.⌉⌊API Key connection
tab — connect your site using an API key.⌉[

API Key connection tab — connect your site using an API key.

[⌊Site Key connection tab — standalone widget-only setup using a public site key.⌉⌊
Site Key connection tab — standalone widget-only setup using a public site key.⌉[

Site Key connection tab — standalone widget-only setup using a public site key.

[⌊Connected status screen — displays active connection details, subscription status,
and disconnect options.⌉⌊Connected status screen — displays active connection details,
subscription status, and disconnect options.⌉[

Connected status screen — displays active connection details, subscription status,
and disconnect options.

## Installation

 1. Install and activate **Command Modular AI Website Attendant**.
 2. Create or sign in to an AI Website Attendant account at [apps.aiwebsiteattendant.com](https://apps.aiwebsiteattendant.com).
 3. Open **Command Modular AI Website Attendant** in the WordPress admin menu.
 4. Choose Connect Account, API Key, or Site Key and finish connecting a website.
 5. Visit a public page to see the widget.

## FAQ

### Do I need a paid or registered account?

Yes. The plugin connects your WordPress site to AI Website Attendant™. You need 
an account (and an active subscription for production use) from the AI Website Attendant
portal.

### Why not paste the CDN script?

Third-party `fetch` to the API is often blocked. This plugin proxies scripts and
API calls first-party through your WordPress site.

### What visitor data is sent externally?

When a visitor uses the chat widget, message content and related request metadata
needed for chat (such as session identifiers) are sent from WordPress to the AI 
Website Attendant™ API for your connected site. See the External services section,
the [Terms of Service](https://apps.aiwebsiteattendant.com/terms), and the [Privacy Policy](https://apps.aiwebsiteattendant.com/privacy).

### Can I change the API or CDN URL?

Yes. After connect, the plugin stores the Upstream API URL returned by the service.
Advanced installs can also set portal/CDN defaults in plugin settings stored in 
WordPress options.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Command Modular AI Website Attendant” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ AI Website Attendant™ ](https://profiles.wordpress.org/aiwebsiteattendant/)

[Translate “Command Modular AI Website Attendant” into your language.](https://translate.wordpress.org/projects/wp-plugins/command-modular-ai-website-attendant)

### Interested in development?

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

## Changelog

#### 1.0.0

 * Initial release with Connect Account (OAuth), API Key, and Site Key modes.
 * First-party embed script proxy and REST reverse proxy for chat APIs.
 * Dashboard and Support links in the admin settings screen.
 * Subscription expiry and next recurring date display with an expired-subscription
   alert.
 * Documented AI Website Attendant API and portal/CDN usage in External services,
   including data sent and links to Terms of Service and Privacy Policy.

## Meta

 *  Version **1.0.0**
 *  Last updated **12 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[chatbot](https://wordpress.org/plugins/tags/chatbot/)
   [customer support](https://wordpress.org/plugins/tags/customer-support/)[knowledge base](https://wordpress.org/plugins/tags/knowledge-base/)
   [live chat](https://wordpress.org/plugins/tags/live-chat/)
 *  [Advanced View](https://wordpress.org/plugins/command-modular-ai-website-attendant/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/command-modular-ai-website-attendant/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/command-modular-ai-website-attendant/reviews/)

## Contributors

 *   [ AI Website Attendant™ ](https://profiles.wordpress.org/aiwebsiteattendant/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/command-modular-ai-website-attendant/)