Check whether an experiment is eligible for promotion
Use when: caller wants to know whether an experiment meets the criteria to be promoted (sample size, guardrail status, sequential-test verdict) before attempting /promote
Returns a structured eligibility decision: whether the experiment can be promoted, which checks passed, which failed (e.g. insufficient samples, guardrail violations, no winner declared), and the threshold values used. Drives the ‘Promote’ button state on the experiment Results tab and lets Einstein know whether to recommend promotion. Threshold overrides may be set per-experiment via promotion_thresholds.
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Response
Eligibility decision payload — eligible: boolean + per-check details.