Skip to content

Configuration

Learn how to configure Assay for your project.


Configuration Files

File Purpose
eval.yaml Main test suite configuration
assay.yaml Default MCP policy file for assay mcp wrap
policy.yaml Alternate MCP policy filename; load it with assay mcp wrap --policy policy.yaml

Quick Reference

Minimal Config

# eval.yaml
version: "1"
suite: my-agent-tests

tests:
  - id: args_valid
    metric: args_valid
    policy: policies/default.yaml

output:
  format: [sarif, junit]
  directory: .assay/reports

Sections


See Also