Discovery - Accelerate Documentation

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: read

Returns 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?

ParameterTypeRequiredDescription
datePresetstringNoOne of 1h, 4h, 12h, 24h, 7d, 30d, or 90d.

Example Request

json
{
  "name": "accelerate/get-performance-summary",
  "arguments": { "datePreset": "7d" }
}

REST Equivalent

bash
curl -X POST /wp-json/accelerate/v1/abilities/get-performance-summary \
  -H "Content-Type: application/json" \
  -d '{"datePreset":"7d"}'

accelerate/list-active-experiments

DiscoveryPermission: read

Lists 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: read

Lists configured audience segments so an agent can understand available targeting groups.

accelerate/get-audience-fields

DiscoveryPermission: read

Returns fields available for audience creation, including geography, UTM, device, behavior, and custom attributes.

accelerate/get-top-content

DiscoveryPermission: read

Ranks 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: read

Compares two content items or two time windows to show what changed in traffic and engagement.

accelerate/get-traffic-breakdown

DiscoveryPermission: read

Breaks traffic down by dimensions such as device, referrer, region, or campaign.

accelerate/get-post-performance

DiscoveryPermission: read

Returns performance metrics for a single post, page, or block using an ID, URL, or resolved content match.

accelerate/get-taxonomy-performance

DiscoveryPermission: read

Groups analytics by category, tag, or custom taxonomy to identify strong verticals.

accelerate/get-source-breakdown

DiscoveryPermission: read

Shows traffic, engagement, and conversion grouped by source, medium, and campaign.

accelerate/get-utm-performance

DiscoveryPermission: read

Analyzes UTM campaign performance, including conversion contribution rather than clicks alone.

accelerate/get-landing-pages

DiscoveryPermission: read

Ranks entry pages by first-session traffic, conversion, and downstream engagement.

accelerate/get-attribution-comparison

DiscoveryPermission: read

Compares first-touch and last-touch attribution for channels, campaigns, or content.

accelerate/get-concurrent-visitors

DiscoveryPermission: read

Returns a live concurrent visitor estimate for real-time monitoring and spike investigation.

accelerate/get-author-performance

DiscoveryPermission: read

Compares contributors or desks by traffic, engagement, conversion, and publishing velocity.

accelerate/get-author-content

DiscoveryPermission: read

Lists an author’s content catalog with per-post performance and velocity.

accelerate/get-engagement-metrics

DiscoveryPermission: read

Returns bounce rate, scroll depth, time on page, recirculation, and other engagement metrics for content.

accelerate/get-experiment-results

DiscoveryPermission: read

Returns 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: read

Lists variants for an experiment or personalization rule, including labels and current state.

accelerate/get-site-context

DiscoveryPermission: read

Returns site-level context an agent needs before suggesting experiments or changes.

accelerate/search-content

DiscoveryPermission: read

Finds posts, pages, or blocks by title, URL, or text so other abilities can target the right object.