Accelerate AI
Accelerate AI lets you ask questions about your site in plain language — and let AI agents act on the answers. Agents interact with WordPress analytics, A/B testing, personalization, audiences, and Broadcast through a structured Abilities API, so "which landing page needs the most work?" becomes a question your tools can actually answer. With write access, agents can also generate on-brand content and run multi-round optimization loops on your behalf.
What it is for#
The Abilities API gives AI tools a safe vocabulary for asking questions and taking controlled actions. Instead of scraping dashboards or guessing IDs, agents call named abilities such as accelerate/get-performance-summary, accelerate/get-experiment-results, or accelerate/create-ab-test.
Recommended path#
Enable the API, connect a client, and make a first read-only request.
Toolkit workflowsUse marketer-friendly workflows — review, diagnose, test, and now design and evolve on-brand content.
Abilities referenceReview read-only, execution, and integration abilities.
PermissionsUnderstand which actions require read, write, or destructive access.
Capability groups#
- Discovery abilities read analytics, content, experiments, audiences, and site context.
- Execution abilities create or update tests, audiences, personalization, variants, Broadcasts, and traffic settings.
- Integration abilities support raw queries, schema lookup, aggregation, and exports.
The toolkit's Design and Evolve workflows compose these execution abilities to generate on-brand content and run multi-round optimization loops — no new abilities required. See Toolkit workflows, or The Autonomous Loop for how an agent runs a test end to end.
Ask the AI#
You don't call abilities by name — you ask a question and the agent picks the right one. A few examples, and the abilities or workflows behind them:
End-to-end
“Set up an A/B test on my hero, watch it, and ship the winner.”
create-ab-test → get-experiment-results → stop-experiment
“Design a bolder, on-brand version of my pricing section.”
Design workflow
“Keep improving my homepage hero, round after round.”
Evolve workflow
“Put the waitlist block on autopilot.”
Evolve workflow (autopilot)
Single questions
“How did my site perform over the last 7 days?”
accelerate/get-performance-summary
“Which experiments are currently running?”
accelerate/list-active-experiments
“What have we tested on the homepage so far?”
accelerate/list-experiments
“Which posts drove the most conversions this month?”
accelerate/get-top-content
“What is spiking right now?”
accelerate/get-trending-content
“Did the homepage test actually work?”
accelerate/get-experiment-results
“Show me the raw blocks for the homepage hero.”
accelerate/get-content
“Set up an A/B test for this new headline.”
accelerate/create-ab-test
“Stop the losing variant and ship the winner.”
accelerate/stop-experiment