WordPress AI Automation Plugin – Build Workflows from Customer Support to Content Without Code
Connect AI to your WordPress and build workflows from customer support to content—without code.
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.
Powerful tools, zero setup
Standalone AI features that work instantly. No workflow building required—just enable and start using.
Engagement Tools
Content Automation
Build anything with our API
Full REST API access to all AIWU features. Integrate AI workflows and tools into your own applications.
// 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
Free vs Pro Version Comparison
| Feature | Free | Pro |
|---|---|---|
| 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 Builder | 3 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 KeySecurity & 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
Still have questions?
Can’t find the answer you’re looking for? Our support team is here to help.
Visit Knowledge Base