Product / Configuration

Programmable decision layer

Rules and context live as versioned, machine-readable instructions. Write them in plain language; they compile to structured policy agents consume at runtime.

Policy-as-code

Policy-as-code

Instructions and policies are versioned, operational metadata. Plan/apply workflows like infrastructure-as-code.

Version-controlled policies

Every change is versioned. Roll back to any prior state.

Plan before application

See which tables and workflows a change would affect before it applies.

Collaborative review

Changes move through a review queue before they reach production.

policy-workflow
1
metatate plan

Preview changes

+ Add policy
~ Update scope
→ 2 tables
2
Review

Team validation

Steward approved
Security reviewed
3
metatate apply

Deploy to production

✓ Policy deployed (v2.1.0) • ✓ 2 tables updated • ✓ Audit log created

Configuration

Authoring

Policy from plain language

Governance rules live in people's heads and old docs. Written in plain language, they compile to structured, versioned policy the agent applies at runtime.

Runbooks

Runbook steps as policy

A routine task has a correct procedure only senior staff know. The order, checks, and exceptions become a policy the agent runs against, applied every run.

CI/CD

Validate a policy change before it ships

A definition changes and hits production before anyone checks it. Policy changes run against checks in the pipeline first, validated the same way code is.