34 Courses

Courses

Structured, verified learning paths, from zero to shipping your first agent. Most lessons take under 20 minutes.

All Getting StartedFoundationsDevelopmentSecurityComplianceArchitectureContent & SEOWooCommerceGutenbergMediaBusiness
A
Advanced WordPress MCP Architecture & Enterprise AI: Scaling, Security & Publishing MCP Plugins
Architecture · 12 lessons
The capstone course. Design extensible abilities, run multiple MCP servers at scale, add real observability and performance tuning, migrate legacy plugins, plan an enterprise AI strategy, and ship a publishable, commercial-grade MCP plugin.
Start course → 5 modules
A
Agentic Commerce for WooCommerce: AI Agents That Act on Orders, Returns & Personalization
WooCommerce · 8 lessons
Extends the mostly read-oriented AI-Powered WooCommerce course into genuinely destructive, financial-risk action-taking, order-status changes, refunds, payment requests, cart recovery, and recommendations, with human confirmation required by default everywhere money or inventory is touched.
Start course → 7 modules
A
AI-Assisted Page Builder Editing: Divi, Elementor, WP Bakery & Beaver Builder With MCP
Development · 8 lessons
Build custom abilities that actually understand Elementor, Divi, WPBakery, and Beaver Builder's real stored layouts, then wrap every edit in a duplicate-and-approve workflow and a production guardrail so an AI agent never touches a live page directly.
Start course → 6 modules
A
AI Coding Agents for WordPress: Claude Code, Cursor & Claude Cowork Developer Workflow
Development · 9 lessons
Trending
Set up a disposable local environment, connect Claude Code, Cursor, and Claude Cowork correctly, guardrail what they're allowed to write, and build a repeatable, reviewed workflow for full-site generation instead of trusting AI-generated PHP by default.
Start course → 5 modules
A
AI Content That Actually Ranks: E-E-A-T, Information Gain & Generative Engine Optimization
Content & SEO · 8 lessons
A defensible AI content workflow built around Google's actual stated position on AI-generated content, the real E-E-A-T framework, information gain, and getting cited by AI Overviews and AI chat assistants, not just traditional search.
Start course → 5 modules
A
AI Content & SEO Automation for WordPress: Build Real Projects With MCP and the Abilities API
Content & SEO · 11 lessons
Ten shippable, portfolio-ready AI tools for WordPress editorial workflows, SEO optimization, bulk editing, moderation, translation, and reporting, each combining the Abilities API with the PHP AI Client SDK.
Start course → 4 modules
A
AI Governance, Compliance & Responsible AI for WordPress: GDPR, the EU AI Act & Transparency
Compliance · 8 lessons
A practical, developer-facing look at what shipping AI features on WordPress actually requires beyond the code, data privacy and consent, the EU AI Act's risk tiers, content disclosure, PII handling, bias testing, and audit trails built for compliance review, not just debugging.
Start course → 4 modules
A
AI in the Gutenberg Block Editor: Build AI-Powered Blocks, Block Bindings & Editor Extensions
Gutenberg · 8 lessons
Bring AI directly into the content-creation experience. Build a real AI-powered block, a custom Block Bindings source, an AI sidebar panel, a toolbar action, and an inserter variation, all running as JavaScript in wp-admin rather than as backend automation.
Start course → 4 modules
A
AI-Powered LMS & Membership Sites: Personalized Tutors, LearnDash/MemberPress & Community Moderation
Development · 8 lessons
Trending
A working AI layer for LearnDash courses and MemberPress membership sites, a tutor grounded in real course content, adaptive learning paths, auto-graded free-text answers, membership-gated AI features, deep LearnDash content-structure integration, and human-reviewed community moderation.
Start course → 8 modules
A
AI-Powered WooCommerce: Build Store Assistants & Automation With MCP and the Abilities API
WooCommerce · 9 lessons
WooCommerce already ships real, developer-preview MCP and Abilities API support as of version 10.9. This course builds on that official foundation, custom abilities for catalog, orders, sales reporting, and customer support, to ship real store assistants and automation.
Start course → 2 modules
T
The AI WordPress Agency Playbook: Deliver, Price & Scale AI Services for Clients
Business · 8 lessons
The business capstone for freelancers, agencies, and consultants delivering WordPress AI and MCP work to clients, productized offerings, pricing models, white-labeling, contracts, staging-first delivery, and scaling a service business without scaling headcount one to one.
Start course → 4 modules
B
Build a WordPress MCP Server From Scratch: The Complete Abilities API & MCP Adapter Developer Course
Development · 11 lessons
Trending
The hands-on build. Install the official MCP Adapter, register real abilities with proper schemas and permission checks, serve them over HTTP and STDIO, and ship a secure, production-ready MCP server.
Start course → 5 modules
C
Connect AI Agents to WordPress via MCP
Getting Started · 12 lessons
Pick an MCP server, Royal MCP, miniOrange Secure MCP Server, or WPVibe, and connect Claude or Cursor to your WordPress site with real, verified setup steps.
Start course → 5 modules
C
Connect AI Assistants & Agents to WordPress: Build With Claude, ChatGPT, Cursor & MCP Tools
Development · 8 lessons
Wire your working MCP server up to real clients, Claude Desktop, Cursor, and ChatGPT, then build a genuinely useful conversational admin assistant with safe publishing defaults, confirmation gates, and multi-step workflows.
Start course → 3 modules
D
Debug & Troubleshoot the WordPress MCP Adapter: Fix Registration, Schema & Hook-Timing Errors
Development · 8 lessons
A troubleshooting companion for developers who've already built abilities and an MCP server and hit something that didn't work. A repeatable debugging workflow, the real GitHub issues behind wp_register_ability() returning NULL, the actual guidance on empty input_schema validation failures, and how to read the adapter's error handler and MCP Inspector to find exactly where a call is failing.
Start course → 5 modules
F
Fine-Tuning & Custom Embeddings for WordPress: Domain-Adapt Open Models on Your Content
Development · 8 lessons
The advanced end of the AI-on-WordPress track, fine-tuning open-weight models and training custom embedding spaces on your own content, then wiring the result back into WordPress through the real provider-extension pattern and evaluating it against a genuine baseline.
Start course → 6 modules
B
Build Front-End AI Chat & Conversational Experiences for WordPress Visitors
Development · 8 lessons
Trending
Build a real, production chat widget for anonymous site visitors, a secure REST endpoint that proxies the PHP AI Client SDK, transient-backed sessions, honest streaming UX, abuse guardrails, human escalation, and a shortcode any site owner can drop into a page.
Start course → 4 modules
H
Headless & Decoupled WordPress With AI: Serve Abilities to Next.js, Mobile & External Apps
Development · 8 lessons
Everything you built in the Abilities API and MCP Adapter courses already works headless, with no modification. This course covers the part that's actually new when WordPress becomes an AI backend for a non-WordPress front end, the client-side calling patterns for Next.js, mobile, and edge runtimes, and the authentication, CORS, and rate-limiting decisions specific to calling WordPress from outside WordPress.
Start course → 4 modules
M
Migrate to WordPress Core AI: Upgrading From the Archived Standalone Abilities API
Development · 8 lessons
A migration course for developers whose code targets the archived, pre-core wordpress/abilities-api package. Drop the old dependency, adopt core's built-in Abilities API, and get a clear, accurate picture of what actually shipped in WordPress core versus what is still a separate plugin.
Start course → 5 modules
M
Multi-Agent Orchestration in WordPress: Coordinating AI Agents & Complex Workflows
Architecture · 8 lessons
The advanced extension of Course 3. Design specialized agent roles, hand context between them, queue long-running jobs with Action Scheduler, and chain abilities into coordinated workflows, all on real WordPress primitives, no invented orchestration framework.
Start course → 4 modules
M
Multilingual WordPress AI: Automated Translation, Localization & Locale-Aware SEO at Scale
Content & SEO · 8 lessons
A production multilingual AI workflow for WordPress, WPML and Polylang integration, terminology-consistent translation prompts, locale-aware hreflang and metadata, WooCommerce catalog translation at scale, and a human review gate before anything goes live in a second language.
Start course → 7 modules
M
Multimodal & Media AI in WordPress: Image Generation, Vision, Audio & the Media Library
Media · 8 lessons
A hands-on course for images, audio, and video with the WordPress AI stack, what's genuinely shipped today (real image generation into the media library), and honest, working paths around what isn't (vision and audio transcription aren't first-class SDK features yet).
Start course → 4 modules
O
Optimize & Scale WordPress AI: Caching, Token Cost Control, Async Queues & Observability
Architecture · 8 lessons
A full production operations course for WordPress AI features under real load. Cache responses correctly, invalidate them safely, track and control token cost, move slow calls into background jobs, rate-limit at scale, and monitor cost and latency together.
Start course → 4 modules
L
LLM Integration in WordPress With the PHP AI Client SDK: Connect Claude, GPT & Gemini
Development · 8 lessons
A deep, practical course on calling Claude, GPT, and Gemini from your own WordPress plugin code with the PHP AI Client SDK, covering setup, text and embeddings, error handling, provider fallback, and two complete real-world features.
Start course → 4 modules
P
Private & Self-Hosted AI for WordPress: Ollama, Local LLMs, PII Redaction & GDPR by Design
Security · 8 lessons
A practical, honest look at running your own LLM behind WordPress with Ollama, vLLM, or llama.cpp, including a real custom provider for the PHP AI Client SDK, regex-based PII redaction, and a decision framework for when self-hosting is actually worth it.
Start course → 6 modules
B
Build a Production AI Support Chatbot Trained on Your WordPress Content
Development · 9 lessons
Trending
Combine the RAG pipeline and the front-end chat widget from earlier in this track into one shippable product, indexing products and custom post types, citing real URLs, handing off to a human in real time, and keeping every byte of data in your own WordPress database.
Start course → 7 modules
P
Prompt Engineering & Structured Outputs for WordPress Developers: Reliable AI Behavior With the PHP AI Client SDK
Foundations · 8 lessons
A cross-cutting skill course on writing prompts that behave predictably instead of flaky, inconsistent ones, system instructions, few-shot examples, structured JSON output, ability tool-calling prompts, guardrails, output validation, and reusable prompt templates.
Start course → 4 modules
B
Build a RAG Knowledge Base in WordPress: Embeddings, Vector Search & Semantic Retrieval
Development · 9 lessons
Trending
A complete, production-oriented retrieval-augmented generation pipeline for WordPress, chunking real content, generating and storing embeddings, running semantic search in PHP, and grounding an AI assistant's answers so it stops guessing and starts citing your actual site.
Start course → 4 modules
S
Ship & Monetize an AI-Powered WordPress Product: From Plugin to SaaS Business
Business · 8 lessons
The final course in the track. Turn what you built in Courses 2 and 8 into a real product, pricing models, licensing systems, GPL compliance, a WordPress.org launch funnel, alternative sales channels, and support practices built for an AI product's specific failure modes.
Start course → 4 modules
T
Test, Eval & CI/CD Your WordPress AI Abilities and MCP Servers
Architecture · 8 lessons
The proactive counterpart to debugging. Set up real PHPUnit tests for permission_callback and execute_callback, design abilities so an LLM dependency is injectable in tests, write evals that catch AI-output regressions, contract-test your MCP tools, and wire it all into a CI/CD pipeline that blocks a merge before it breaks an agent.
Start course → 6 modules
V
Voice & Conversational WordPress: Speech-to-Text, TTS & Hands-Free Site Management
Media · 8 lessons
A corrected, honestly-sourced course. There is no shipped voice-command feature for managing a WordPress site today, only a text-based AI Assistant and a text/API-driven MCP agent path. This course builds a real voice interface from scratch, browser and local speech-to-text, local neural text-to-speech, a voice-driven chat widget, voice search grounded in your content, and voice commands gated behind human confirmation before anything destructive runs.
Start course → 6 modules
W
WordPress AI Foundations: Master the Abilities API, MCP Adapter & Model Context Protocol From Scratch
Foundations · 8 lessons
The entry point for the whole developer track. What the WordPress AI stack actually is, how the Abilities API, MCP Adapter, MCP, and PHP AI Client SDK fit together, and a working local setup to build on.
Start course → 5 modules
C
Connect WordPress AI to n8n, Make & Zapier: Cross-Platform Automation & Webhooks
Development · 8 lessons
Trending
Wire WordPress abilities and events into external automation platforms. Real n8n, Make, and Zapier patterns for webhooks in, webhooks out, CRM and email chaining, Slack notifications, and a clear framework for when orchestration belongs outside WordPress entirely.
Start course → 7 modules
W
WordPress MCP Security & Authentication: Application Passwords, Permissions & Safe AI Agent Access
Security · 10 lessons
The real security model behind WordPress AI agent access, Application Passwords instead of OAuth, permission_callback and WordPress roles instead of a made-up RBAC system, plus the audit logging and rate limiting patterns you have to build yourself because the adapter doesn't ship them.
Start course → 4 modules