Optionaloptions: RequestOptions<unknown>Get a previously created scenario.
Optionaloptions: RequestOptions<unknown>Update a Scenario. Fields that are null will preserve the existing value. Fields that are provided (including empty values) will replace the existing value entirely.
Optionalbody: ScenarioUpdateParamsOptionaloptions: RequestOptions<unknown>Update a Scenario. Fields that are null will preserve the existing value. Fields that are provided (including empty values) will replace the existing value entirely.
Optionaloptions: RequestOptions<unknown>List all Scenarios matching filter.
Optionalquery: ScenarioListParamsOptionaloptions: RequestOptions<unknown>List all Scenarios matching filter.
Optionaloptions: RequestOptions<unknown>List all public scenarios matching filter.
Optionalquery: ScenarioListPublicParamsOptionaloptions: RequestOptions<unknown>List all public scenarios matching filter.
Optionaloptions: RequestOptions<unknown>Start a new ScenarioRun based on the provided Scenario.
Optionaloptions: RequestOptions<unknown>Start a new ScenarioRun and wait for its environment to be ready. This is a convenience method that combines startRun() and awaitReady() on the devbox.
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<DevboxView>> }
Create a Scenario, a repeatable AI coding evaluation test that defines the starting environment as well as evaluation success criteria.