Improved
Monitors as Code: Schema Validation, Agent Skill, and Developer Docs
14 days ago
Monitors as Code now includes three additions to the authoring and development experience.
A published JSON Schema provides a machine-readable spec of valid MaC YAML. Point your editor — VS Code, Cursor, or any JSON Schema-compatible tool — at the schema to get autocomplete, typo flagging, and missing-field warnings as you write, catching authoring mistakes before apply or CI.
A new manage-mac skill is available in the Monte Carlo Agent Toolkit for creating, editing, validating, and importing MaC YAML. It includes a local validation command powered by the published schema, so both authors and coding agents can sanity-check files before applying.
Learn more here: https://docs.getmontecarlo.com/docs/monitors-as-code
