Median policy latency
Block-before-call proxy path
Products
Documentation
Provenance & Audit
GA Q4 2026Aegis, by Salanor — the provenance and liability layer for AI agents.
Cryptographically signed, append-only infrastructure. One SDK, zero changes to agent logic. The trust substrate enterprises deploy before scaling autonomy.
Admissibility depends on jurisdiction and counsel. Aegis is built to support evidentiary workflows—not a guarantee of court outcomes.
Aegis is the managed control plane for APS-1 events: ingest, policy, human approvals, witness batches, transparency proofs, and compliance exports — all scoped per organization.
Platform
Trust infrastructure for agentic AI — provenance, identity, and liability coverage.
Event format and verifier CLI — auditable without Salanor online.
Capabilities
Median policy latency
Block-before-call proxy path
Public tamper-evident log
External verifier, no Salanor trust
You hold the signing keys
AWS KMS, GCP KMS, Vault
OpenTelemetry to your stack
Splunk, Datadog, Sentinel
Feature set
Developer experience
aegis.wrap() instruments your entire agent without touching business logic.
import { aegis } from "@salanor/aegis";
const agent = aegis.wrap(myLangGraphAgent, {
organization: "acme",
agentDid: "did:agent:acme:fin-bot-prod",
policy: "prod-finance",
redact: ["customer.email", "card.*"],
});
await agent.invoke({ task: "refund order #4421" });
const proof = await aegis.verify(eventId);Compliance coverage