Google Gemini
Groq (LLaMA 3.3 70B)
Claude (Anthropic)
🤖 Gemini 1.5 Pro — Site-Aware AI Agent
📝 Product Copy
💰 AdSense Audit
🏪 Vendor Onboarding
🤝 Affiliate Welcome
📅 Content Calendar
⚙️ Autonomous Background Tasks
These tasks run automatically on schedule. Your AI agents execute them without you doing anything.
📝 Weekly SEO Blog Post
Every Monday at 8am CST — AI writes and publishes a 1,200+ word SEO blog post targeting AI, passive income, and Birmingham keywords. Auto-linked to your products.
✓ RUNNING — Every Monday 8am
🔔 New Lead Notification
Fires every time a new lead is captured on your site. Sends notification to jnworkflow@gmail.com with full lead details and marks welcome email as sent.
✓ RUNNING — On Every Lead Capture
📧 Weekly Newsletter
Every Monday — AI generates a product-focused email newsletter and queues it in MailPoet. Requires MailPoet sending service to be connected to actually send.
⏳ SCHEDULED — Needs MailPoet Setup
📱 Social Media Content Generation
Use the AI agent chat above to generate social posts, then copy to your scheduling tool (Buffer, Later, or Meta Business Suite — all free).
MANUAL — Use Chat Above
🔍 SEO Monitoring
Connect Google Search Console (free) at search.google.com/search-console. Submit sitemap: digitalenvisioned.net/sitemap.xml. Track keyword rankings weekly.
⏳ ACTION NEEDED — Connect GSC
➕ Request a New Automated Task
🌐 Site Context — What Your AIs Know
This is the business context injected into every AI conversation. Your agents know all of this automatically.
🔑 API Key Configuration
Gemini and Groq are already connected via Royal MCP. Add Claude below to enable all three agents.
Google Gemini — Connected ✓
API key configured in Royal MCP. Model: gemini-1.5-pro.
To update: WP Admin → Royal MCP → AI Platforms → Google → Update Key
Groq (LLaMA 3.3 70B) — Connected ✓
API key configured in Royal MCP. Model: llama-3.3-70b-versatile.
To update: WP Admin → Royal MCP → AI Platforms → Groq → Update Key
Anthropic Claude — Add API Key
Claude isn’t in Royal MCP yet — it needs to be added manually. Here’s exactly how:
STEP-BY-STEP: Add Claude to Royal MCP
- Go to console.anthropic.com → Sign up free → API Keys → Create Key
- Copy your key (starts with
sk-ant-api03-...) - Go to WP Admin → Royal MCP → AI Platforms
- Click “Add Platform” → Select “Anthropic” or “Claude”
- Paste your API key → Set model to
claude-3-5-sonnet-20241022 - Toggle Enabled ON → Click Save Settings
- Come back here and Claude will show as Connected ✓
OR: Add via MCP Config (Advanced)
If Royal MCP doesn’t have Anthropic as a platform option yet, you can call Claude’s API directly. Add this to your site’s functions.php or a custom plugin:
// Claude API endpoint
POST https://api.anthropic.com/v1/messages
Headers:
x-api-key: YOUR_KEY_HERE
anthropic-version: 2023-06-01
content-type: application/json
Body:
{"model":"claude-3-5-sonnet-20241022",
"max_tokens":4096,
"messages":[{"role":"user","content":"PROMPT"}]}
Key is saved locally in your browser. For production use, add it via Royal MCP settings in WP Admin.
