Get access

Platform status

Honest view of what works in production today for design partners. Updated with each release.

13 capabilities live · 1 in pilot · remainder on roadmap. Security whitepaper · FedRAMP path

FeatureStatusNotes
APS-1 Ed25519 signed eventsLiveEvery ingested event verified against agent public key.
BYOK — customer-held signing keysLiveRegister public keys via Console (Agents → Register BYOK key). Private key never sent to Salanor. Sign with your KMS or local HSM.
BYOK — AWS KMS server signLiveOptional kms_provider=aws + kms_key_arn for bridge/human-approval paths. Salanor calls kms:Sign; no raw private key stored.
BYOK — GCP Cloud KMS server signPilotRequires GCP_KMS_ACCESS_TOKEN on API service. Customer grants asymmetricSign on key version.
Policy engine (allow / deny / require approval)LiveMultiple active policies merged at evaluation. Amount min/max rules supported.
Human approvals + email / Slack / PagerDuty / SMSLiveConfigurable TTL per org. Branded HTML approval emails.
n8n Workflow BridgeLiveCommunity node published. Check Policy + Record Run smoke test documented.
Interactive trace reconstructionLiveConsole rebuilds signed causal chain in milliseconds. Click any step; side-effectful tools marked local_rerun.
Merkle witness batching (60s cadence)Livewitness:worker on Railway (60s). Batches pending events + transparency log. History in Platform Ops → Workers.
Compliance export bundles (SOC 2 / EU AI Act mapping)LiveOne-time ZIP download. Control mapping in bundle; not a certification.
Monthly scheduled exportsLiveDaily cron: compliance:worker + COMPLIANCE_EXPORT_DIR volume. Run history in Platform Ops → Workers.
OTLP logs to Splunk / Datadog / SentinelLiveConfigure in Console → Settings → Integrations. Fires on each ingested event.
LangGraph integrationLivewrapLangGraphTool() in @salanor/aegis SDK + integration guide.
CrewAI integrationLivegoverned_tool() decorator in salanor-aegis-ledger + integration guide.
SOC 2 Type II certificationRoadmapExport mapping available now. Formal audit target Q4 2026.
FedRAMP ModerateRoadmapArchitecture path documented. Target Q2 2027.

Production ops checklist

  • pnpm witness:worker — Merkle batches every 60s (WITNESS_INTERVAL_MS)
  • pnpm compliance:worker — daily pending exports + monthly schedules
  • pnpm maintenance:housekeeping — hourly approval expiry + stale traces
  • COMPLIANCE_EXPORT_DIR — persistent volume for export ZIPs
  • AEGIS_SIGNING_KEY_FILE or customer KMS ARN for server-side signing paths
← Back to home