Controls
Guardrails for SDK and agent workflows.
Generated code, agent actions, and release decisions all cross validation, redaction, and review boundaries before they become trusted output.
Control surface
Security controls stay visible inside the release review loop.
Readiness checklist
Controls expected before hosted execution.
Evidence packet
Structured output for humans, CI, and agents.
Agent workflows should produce evidence before they mutate anything.
SDK Parity models agent execution as staged, typed, and inspectable work. Dry-runs, redaction, and audit events are first-class product surfaces.
Data and tenancy
How customer data flows through audits, reports, and dashboards.
Security
What reviewers ask first.
Where does data live?
Hosted runs live in dedicated tenant storage. Audit packets and manifests are exportable as stable JSON for your own retention.
How are agents scoped?
Every agent tool ships with a declared scope and a typed contract. Writes require explicit approval after a dry-run packet is produced.
What ships to logs?
Observability events are redacted before they leave the runtime. Raw secrets, tokens, and credentials never reach reports or dashboards.