❄️ Winter Sale: 40% OFF AIWU
WINTER_SECRET
Valid until Mar 1st
AI ChatBot, AutoBlogging & Content Generator for WordPress

WordPress AI Automation Plugin – Build Workflows from Customer Support to Content Without Code

WordPress automations you’ll actually use

Connect AI to your WordPress and build workflows from customer support to content—without code.

Trusted by 1,000+ active users
WordPress
WooCommerce
OpenAI
Gmail
MySQL
Perplexity
AIWU
SMTP
Claude
Gemini
Slack
Telegram
DeepSeek
Workflow Builder

Build any automation visually

Drag, drop, connect. Create complex automations without writing a single line of code. Trigger on any WordPress event and connect to 50+ services.

Trigger on posts, orders, comments, forms
Connect to external APIs and databases
Add AI processing at any step
Schedule and monitor your workflows
Try Workflow Builder
Developer API

Build anything with our API

Full REST API access to all AIWU features. Integrate AI workflows and tools into your own applications.

Execute workflows programmatically
Secure API key authentication
Webhooks for real-time events
View Documentation
// Modify chatbot reply
document.addEventListener('aiwuModifyReply', function(event) {
  let data = event.detail.original;
  data.answer += ' For more info visit aiwuplugin.com.';
  event.detail.setResult(data);
});

// Add a custom button to replies
document.addEventListener('aiwuModifyReply', function(event) {
  let data = event.detail.original;
  if (!data.btn) data.btn = [];
  data.btn.push({
    class: "waic-message-button",
    link: "#",
    name: "My custom button"
  });
  event.detail.setResult(data);
});

// Send a message programmatically
aiwuChatbot.askChatbot("Hi!");
POST /wp-json/aiwu/v1/simple-text-query
{
  "prompt": "Give me five facts about France.",
  "options": {
    "tokens": 1500
  }
}

POST /wp-json/aiwu/v1/ask-chatbot
{
  "message": "Can you help me?",
  "bot_id": 14,
  "options": {
    "user_id": 1
  }
}
// Simple text query
aiwuSimpleTextQuery(
  $prompt,
  $options = false
);

// Chatbot message
aiwuAskChatbot(
  $botId,
  $message,
  $options = false
);

// Example usage
$response = aiwuSimpleTextQuery(
  "Write a blog post about AI",
  ['tokens' => 2000]
);

One Powerful Plugin That Replaces Dozens

Start for free — upgrade when you’re ready

Download Free Version
Yearly
Lifetime
Get Started

Free vs Pro Version Comparison

FeatureFreePro
Supports OpenAI, Claude, DeepSeek, Gemini & Perplexity
Client-Side JavaScript API + Public REST API
Single-post generation
Bulk Editor for Post Fields
AI ChatBot
AI Magic Text Enhancer
WordPress MCP Integration (Claude, ChatGPT, any model supporting MCP)
Workflow Builder3 workflows
Custom AI training (Fine-Tuning & Embeddings)
Full ChatBot appearance customization
AI Bulk Content Generator
Autoblogging (RSS-based)
WooCommerce Bulk Editor
Smart Internal Linking
Priority support

Supported AI Models & APIs

AIWU does not charge any extra usage fees. You connect your own API key — and keep full control. Whether you’re using OpenAI, DeepSeek, or Gemini, all processing happens through your own account.

OpenRouter API

Access 200+ AI models through one API key. Switch between providers instantly.

Get OpenRouter API Key

OpenAI API

All OpenAI official models supported — including GPT-4, GPT-3.5 and the latest updates.

Get OpenAI API Key

Anthropic Claude API

Access Claude Sonnet, Opus and Haiku — fully supported and always up to date.

Get Anthropic API Key

DeepSeek API

Fully supports DeepSeek’s high-efficiency, low-cost reasoning models.

Get DeepSeek API Key

Gemini API (Google AI)

Full support for Google’s Gemini multimodal AI suite.

Get Google AI API Key

Perplexity AI API

Supports Perplexity’s search+reasoning AI models.

Get Perplexity API Key

Security & Privacy: All API integrations use your own credentials. No data is stored or processed by AIWU servers.

Frequently Asked Questions

Everything you need to know about AIWU and how it works with your WordPress site

Yes. AIWU does not charge any extra commission or usage fees. You connect your own OpenAI, Gemini, or DeepSeek API key and pay only for what you use — directly to the provider. For instructions on how to create and connect your API key, visit our knowledge base.
AIWU is designed to meet Google’s latest standards for AI-generated content by producing high-quality, human-like articles that follow modern SEO best practices. The plugin supports multiple leading AI providers, including OpenAI, Google Gemini, and DeepSeek, to generate natural, engaging, and search-optimized content that helps improve your site’s visibility and performance.
To install and activate the AIWU plugin, go to your WordPress dashboard, navigate to the “Plugins” section, and search for “AIWU.” Click “Install Now” and then “Activate” to enable the free version. Once activated, you can upgrade to the Pro version directly from the plugin dashboard or by uploading your license key. You can also download the plugin as a .zip file from our website and upload it via the “Add New” section in your dashboard. For detailed instructions, visit our knowledge base.
The AIWU Content Generator can create multiple article fields, including titles, body text, categories, tags, images, excerpts, alt text, and custom fields. These options help generate SEO-friendly content tailored to your site. For more details, visit our knowledge base.
Bulk content creation in AIWU allows you to generate multiple articles simultaneously, using topics and keywords you specify. This feature, available in the Pro version, streamlines large-scale content production with customizable fields like titles, body, categories, and more. Simply enter your topics and keywords, configure settings, and click “Start” to begin. For detailed instructions, visit our knowledge base.
The AIWU plugin works in most countries; however, it may not function correctly in some regions due to API Providers restrictions. Unsupported domains include: Belarus (.by), China (.cn), Iran (.ir), North Korea (.kp), Russia (.ru). Make sure your domain is supported to utilize this powerful AI content generation tool for SEO-optimized articles. For details, visit our knowledge base.

Still have questions?

Can’t find the answer you’re looking for? Our support team is here to help.

Visit Knowledge Base
Scroll to Top