You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,6 +404,57 @@ Publish order is always:
404
404
1.`predicate-contracts`
405
405
2.`predicate-authority`
406
406
407
+
## Audit Vault and Control Plane
408
+
409
+
The Predicate sidecar and SDKs are 100% open-source and free for local development and single-agent deployments.
410
+
411
+
However, when deploying a fleet of AI agents in regulated environments (FinTech, Healthcare, Security), security teams cannot manage scattered YAML files or local SQLite databases. For production fleets, we offer the **Predicate Control Plane** and **Audit Vault**.
***Global Kill-Switches:** Instantly revoke a compromised agent's `principal` or `intent_hash`. The revocation syncs to all connected sidecars in milliseconds.
449
+
***Immutable Audit Vault (WORM):** Every authorized mandate and blocked action is cryptographically signed and stored in a 7-year, WORM-ready ledger. Prove to SOC2 auditors exactly *what* your agents did and *why* they were authorized.
450
+
***Fleet Management:** Manage your fleet of agents with total control
451
+
***SIEM Integrations:** Stream authorization events and security alerts directly to Datadog, Splunk, or your existing security dashboard.
452
+
***Centralized Policy Management:** Update and publish access policies across your entire fleet without redeploying agent code.
453
+
454
+
**[Learn more about Predicate Systems](https://www.predicatesystems.ai)**
0 commit comments