Website Environments
Verifier
Run verification checks against the current session state
POST
Run verification checks to validate agent actions. The verifier checks both database state (what changed) and interaction logs (what was done) to provide comprehensive verification.
Request Body
Session identifier for the test
Array of verification checks to perform
Assertion Object
Comparison operator:
eq, neq, gt, gte, lt, lte, in, contains, regex, deep_equalUtility function to call (e.g.,
object_contains, count)Arguments for the utility function. Use
_result[*] to iterate through array results.Expected value for comparison
Response
Session identifier
Overall result:
true (all passed), false (at least one failed), or 'PENDING' (rubric checks pending)Array of individual check results