Migkapa Agent Chat
Embed OpenAI Agent Builder workflows into WordPress via a Gutenberg block, shortcode, and optional floating widget.
Next Milestone 10
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 0.2.1
- Last Updated
- Jan 09, 2026
- Requires WP
- 6.2+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- migkapa
Support & Rating
- Rating
- ★ ☆ ☆ ☆ ☆ 1
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Migkapa Agent Chat
Click "Create new secret key"
Give it a name (e.g., "WordPress Migkapa Agent Chat")
Copy the key immediately (it won't be shown again)
Ensure your account has billing set up and credits available
Navigate to Agent Builder (or "Agents" in the sidebar)
Click Create to start a new workflow
Configure your agent:
Set a name and instructions
Optionally add knowledge sources (files, websites)
Choose a model (GPT-4o recommended)
Click Deploy or Publish when ready
Find the Workflow ID in the workflow settings or URL - it starts with wf_
Does this store my OpenAI API key in the database?
Yes. The key is stored in WordPress options so the server can create chat sessions. The key is never sent to browsers or exposed to visitors.
Can I use multiple workflows on different pages?
Yes. Set a default workflow in Settings, then override it per-block or per-shortcode using the workflow parameter:
[migkapa_agent_chat workflow="wf_different_workflow_id"]
Can I change the chat script URL?
Yes. Developers can use the migkapa_agent_chat_script_src filter to override the script URL.
I see "Domain verification failed" error. How do I fix it?
This error means your domain is not on OpenAI's allowlist. Here's how to fix it:
Check your browser's address bar to see your exact domain (e.g., www.example.com or example.com)
Go to platform.openai.com/settings/organization/security/domain-allowlist
Log in if prompted
Click "Add domain"
Enter your domain exactly as shown in your address bar
Save the changes
Common issues:
You added example.com but your site uses www.example.com (or vice versa) - add both versions
You're testing on localhost or a staging domain - add those domains too
Typo in the domain name - double-check the spelling
Verify your API key is correct in Settings > Migkapa Agent Chat
Confirm your Workflow ID starts with wf_
Check that your OpenAI account has available credits
Look for other errors in your browser's developer console (F12)
Ensure the workflow is deployed/published in Agent Builder