Archive a previously created Scenario. The scenario will no longer appear in list endpoints but can still be retrieved by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Scenario to archive.
OK
A ScenarioDefinitionView represents a repeatable AI coding evaluation test, complete with initial environment and scoring contract.
The ID of the Scenario.
The name of the Scenario.
The input context for the Scenario.
The scoring contract for the Scenario.
User defined metadata to attach to the scenario for organization.
Whether the scenario is active or archived. Archived scenarios are excluded from listings and cannot be updated.
active, archived The Environment in which the Scenario is run.
A string representation of the reference output to solve the scenario. Commonly can be the result of a git diff or a sequence of command actions to apply to the environment.
Environment variables required to run the scenario. If any required environment variables are missing, the scenario will fail to start.
Environment variables required to run the scenario. If any required secrets are missing, the scenario will fail to start.
Whether this scenario is public.
Validation strategy.
UNSPECIFIED, FORWARD, REVERSE, EVALUATION Timeout for scoring in seconds. Default 30 minutes (1800s).