Skip to main content
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

string
required
Session identifier for the test
array
required
Array of verification checks to perform

Assertion Object

string
required
Comparison operator: eq, neq, gt, gte, lt, lte, in, contains, regex, deep_equal
string
Utility function to call (e.g., object_contains, count)
array
Arguments for the utility function. Use _result[*] to iterate through array results.
any
required
Expected value for comparison

Response

string
Session identifier
boolean | string
Overall result: true (all passed), false (at least one failed), or 'PENDING' (rubric checks pending)
array
Array of individual check results