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
ExecutionWriteCreates 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
ExecutionWriteCreates a new audience segment from supported fields and rule groups.
accelerate/create-personalization-rule
ExecutionWriteCreates a personalization rule that maps an audience to a content variation, and activates it immediately.
accelerate/broadcast-content
ExecutionDestructiveAdds 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
ExecutionWriteUpdates an existing audience segment while preserving its identity and references.
accelerate/set-block-goal
ExecutionWriteSets or changes the conversion goal used to measure a block or campaign.
accelerate/set-traffic-percentage
ExecutionWriteAdjusts the percentage of eligible traffic assigned to an experiment or personalized experience.
accelerate/add-variant
ExecutionWriteAdds a new variant to an existing test or personalization rule.
accelerate/update-variant
ExecutionWriteUpdates variant content, label, or configuration.
accelerate/remove-variant
ExecutionDestructiveRemoves a variant from a test or personalization rule. Agents should ask for explicit confirmation before use.
accelerate/stop-experiment
ExecutionDestructivePauses, 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.