Skip to content

Commit 9da0531

Browse files
committed
control plane intro
1 parent 0ca5a8c commit 9da0531

7 files changed

Lines changed: 51 additions & 0 deletions

File tree

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,57 @@ Publish order is always:
404404
1. `predicate-contracts`
405405
2. `predicate-authority`
406406

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**.
412+
413+
<table>
414+
<tr>
415+
<td width="50%" align="center">
416+
<img src="docs/images/overview.png" alt="Control Plane Overview" width="100%">
417+
<br><em>Real-time dashboard with authorization metrics</em>
418+
</td>
419+
<td width="50%" align="center">
420+
<img src="docs/images/fleet_management.png" alt="Fleet Management" width="100%">
421+
<br><em>Fleet management across all sidecars</em>
422+
</td>
423+
</tr>
424+
<tr>
425+
<td width="50%" align="center">
426+
<img src="docs/images/audit_compliance.png" alt="Audit & Compliance" width="100%">
427+
<br><em>WORM-ready audit ledger with 7-year retention</em>
428+
</td>
429+
<td width="50%" align="center">
430+
<img src="docs/images/policies.png" alt="Policy Management" width="100%">
431+
<br><em>Centralized policy editor</em>
432+
</td>
433+
</tr>
434+
<tr>
435+
<td width="50%" align="center">
436+
<img src="docs/images/revocations.png" alt="Revocations" width="100%">
437+
<br><em>Global kill-switches and revocations</em>
438+
</td>
439+
<td width="50%" align="center">
440+
<img src="docs/images/siem_integrations.png" alt="SIEM Integrations" width="100%">
441+
<br><em>SIEM integrations (Splunk, Datadog, Sentinel)</em>
442+
</td>
443+
</tr>
444+
</table>
445+
446+
**Control Plane Features:**
447+
448+
* **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)**
455+
456+
---
457+
407458
## License
408459

409460
Dual-licensed under **MIT** and **Apache 2.0**:

docs/images/audit_compliance.png

200 KB
Loading

docs/images/fleet_management.png

155 KB
Loading

docs/images/overview.png

155 KB
Loading

docs/images/policies.png

175 KB
Loading

docs/images/revocations.png

152 KB
Loading

docs/images/siem_integrations.png

164 KB
Loading

0 commit comments

Comments
 (0)