Execution Abilities

Execution abilities let an agent do the work, not just describe it — create an A/B test, build an audience, set up a personalization rule. They change live configuration, so grant access once you have a review step in place and keep the destructive abilities behind explicit confirmation.

accelerate/create-ab-test

ExecutionWrite

Creates a new A/B test with variants, goal, targeting, and traffic configuration, then starts it: the test runs and begins allocating traffic immediately, with no editor step required.

Ask the AI

Set up an A/B test for this new headline.

accelerate/create-audience

ExecutionWrite

Creates a new audience segment from supported fields and rule groups.

accelerate/create-personalization-rule

ExecutionWrite

Creates a personalization rule that maps an audience to a content variation, and activates it immediately.

accelerate/broadcast-content

ExecutionDestructive

Adds content to a Broadcast rotation for internal promotion or campaign distribution. Changes what live visitors see, so agents should confirm before use.

accelerate/update-audience

ExecutionWrite

Updates an existing audience segment while preserving its identity and references.

accelerate/set-block-goal

ExecutionWrite

Sets or changes the conversion goal used to measure a block or campaign.

accelerate/set-traffic-percentage

ExecutionWrite

Adjusts the percentage of eligible traffic assigned to an experiment or personalized experience.

accelerate/add-variant

ExecutionWrite

Adds a new variant to an existing test or personalization rule.

accelerate/update-variant

ExecutionWrite

Updates variant content, label, or configuration.

accelerate/remove-variant

ExecutionDestructive

Removes a variant from a test or personalization rule. Agents should ask for explicit confirmation before use.

accelerate/stop-experiment

ExecutionDestructive

Pauses, resumes, stops, or calls a winner for an experiment, including one that has already completed (idempotent). Declaring a winner serves the winning content to all traffic, so treat winner calls as high-impact changes.

Ask the AI

Stop the losing variant and ship the winner.