Consent, security, accuracy, and residency. Explicit, auditable, and the same line items your CISO or GC already asks about.
Permission tiers
Three tiers, configured per-action, per-environment, per-service. Read-only covers all observation, correlation, hypothesis generation, and notification. Approval-required covers any state change: restarts, scale events, rollbacks, IP blocks, config pushes. Every approval-required action posts a diff preview in Slack and waits for a named operator to approve. Auto is opt-in per-action and only available for narrow, well-bounded responses (clear a wedged log buffer, restart a sidecar) inside defined change windows. Every tier respects a global kill-switch that any on-call can trigger from Slack, PagerDuty, or the agent's own admin port. Kill-switch disables write actions within 5 seconds across the fleet.
Incident discipline
Correlation runs on three axes: time (30-second window), service-graph proximity (one hop default, configurable), and shared error fingerprint. Hypotheses carry a confidence score derived from signal coverage, deploy proximity, and historical incident similarity. The agent refuses to recommend a write action below 70% confidence and explicitly flags the gap. Below 50%, it does not page. It queues for human review at the next handoff. Postmortem first-drafts include timeline, contributing factors with evidence, blast radius, action items, and the three to five hypotheses that were rejected. The draft is editable, never auto-published, and never closes an incident on its own.
Security posture
SOC 2 Type II controls cover access, audit, change management, and incident response. PII is masked at the agent before signals leave the host, using a configurable redaction policy (email, phone, payment, custom regex). All write actions are signed, logged to an append-only audit trail, and forwarded to the customer's SIEM in CEF or OCSF. Intrusion-attempt classification aligns to MITRE ATT&CK technique IDs. Transport is mTLS. At-rest data uses customer-managed keys when deployed in-VPC. GDPR and India DPDP compliance covered for data residency and right-to-erasure. The agent never exfiltrates raw logs. It summarises locally and ships only what the policy permits.