Median policy latency
Block-before-call proxy path
Products
Documentation
Provenance & Audit
Design partner · 2026Aegis by Salanor: provenance and liability coverage for AI agents.
Cryptographically signed, append-only records. One SDK, no changes to agent logic. Built for teams that need evidence before they scale autonomy.
Admissibility depends on jurisdiction and counsel. Aegis supports evidentiary workflows; it does not guarantee court outcomes.
Aegis is the managed control plane for APS-1 events: ingest, policy, human approvals, witness batches, transparency proofs, and compliance exports, scoped per organization.
Platform
Provenance, identity, and liability coverage for production agent systems.
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 { evaluatePolicyViaApi, signAndIngest } from "@salanor/aegis";
// BYOK: private key stays in your runtime — register public key in Console
const decision = await evaluatePolicyViaApi(
"https://api.salanor.com/v1/aegis",
process.env.AEGIS_INGEST_TOKEN!,
{
organization_id: "org_…",
agent_id: "agt_…",
tool_name: "app.payments.transfer",
payload: { amount_usd: 2500, recipient: "vendor@example.com" },
},
);
if (decision.decision === "allow_with_obligation") {
// Pause until human approves in Console
}Compliance coverage