Discovery Abilities
Discovery abilities are read-only. They are the safest starting point for AI integrations because they explain the site without changing anything.
accelerate/get-performance-summary
DiscoveryPermission:readReturns a site-level performance summary for a date preset or custom date range, including traffic, conversion, and engagement metrics.
Ask the AI
How did my site perform over the last 7 days?
| Parameter | Type | Required | Description |
|---|---|---|---|
datePreset | string | No | One of 1h, 4h, 12h, 24h, 7d, 30d, or 90d. |
Example Request
{
"name": "accelerate/get-performance-summary",
"arguments": { "datePreset": "7d" }
}REST Equivalent
curl -X POST /wp-json/accelerate/v1/abilities/get-performance-summary \
-H "Content-Type: application/json" \
-d '{"datePreset":"7d"}'accelerate/list-active-experiments
DiscoveryPermission:readLists active A/B tests with status, traffic allocation, variants, and current sample counts.
Ask the AI
Which experiments are currently running?
accelerate/get-audience-segments
DiscoveryPermission:readLists configured audience segments so an agent can understand available targeting groups.
accelerate/get-audience-fields
DiscoveryPermission:readReturns fields available for audience creation, including geography, UTM, device, behavior, and custom attributes.
accelerate/get-top-content
DiscoveryPermission:readRanks content by traffic, engagement, conversion, or another supported metric over the selected period.
Ask the AI
Which posts drove the most conversions this month?
accelerate/get-content-diff
DiscoveryPermission:readCompares two content items or two time windows to show what changed in traffic and engagement.
accelerate/get-traffic-breakdown
DiscoveryPermission:readBreaks traffic down by dimensions such as device, referrer, region, or campaign.
accelerate/get-post-performance
DiscoveryPermission:readReturns performance metrics for a single post, page, or block using an ID, URL, or resolved content match.
accelerate/get-taxonomy-performance
DiscoveryPermission:readGroups analytics by category, tag, or custom taxonomy to identify strong verticals.
accelerate/get-source-breakdown
DiscoveryPermission:readShows traffic, engagement, and conversion grouped by source, medium, and campaign.
accelerate/get-utm-performance
DiscoveryPermission:readAnalyzes UTM campaign performance, including conversion contribution rather than clicks alone.
accelerate/get-landing-pages
DiscoveryPermission:readRanks entry pages by first-session traffic, conversion, and downstream engagement.
accelerate/get-attribution-comparison
DiscoveryPermission:readCompares first-touch and last-touch attribution for channels, campaigns, or content.
accelerate/get-trending-content
DiscoveryPermission:readRanks content by current momentum and velocity against the previous comparable window.
Ask the AI
What is spiking right now?
accelerate/get-concurrent-visitors
DiscoveryPermission:readReturns a live concurrent visitor estimate for real-time monitoring and spike investigation.
accelerate/get-author-performance
DiscoveryPermission:readCompares contributors or desks by traffic, engagement, conversion, and publishing velocity.
accelerate/get-author-content
DiscoveryPermission:readLists an author’s content catalog with per-post performance and velocity.
accelerate/get-engagement-metrics
DiscoveryPermission:readReturns bounce rate, scroll depth, time on page, recirculation, and other engagement metrics for content.
accelerate/get-experiment-results
DiscoveryPermission:readReturns Bayesian A/B test results, conversion rates, credible intervals, and a recommendation on whether to ship.
Ask the AI
Did the homepage test actually work?
accelerate/get-variants
DiscoveryPermission:readLists variants for an experiment or personalization rule, including labels and current state.
accelerate/get-site-context
DiscoveryPermission:readReturns site-level context an agent needs before suggesting experiments or changes.
accelerate/search-content
DiscoveryPermission:readFinds posts, pages, or blocks by title, URL, or text so other abilities can target the right object.