Get access

Platform status

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

14 capabilities live · 1 in pilot · remainder on roadmap. Security whitepaper · FedRAMP path · Enterprise & invoicing

Certifications & billing (honest status)

  • SOC 2 Type II: not certified. Export mapping + readiness report in compliance ZIP. Audit target Q4 2026.
  • FedRAMP Moderate: architecture path only. Not authorized. Target Q2 2027.
  • Stripe self-serve: when Salanor can register Stripe in a supported country. Until then, Team and Enterprise via invoice (Platform Ops or contact sales).
FeatureStatusNotes
APS-1 Ed25519 signed eventsLiveEvery ingested event verified against agent public key.
BYOK (customer-held signing keys)LiveRegister 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 sign)LiveOptional 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 sign)PilotRequires 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.
Invoice billing (Team / Enterprise)LivePlatform Ops records pending invoice → mark paid. Use when Stripe is unavailable in Salanor's country.
Stripe self-serve checkoutRoadmapRequires Stripe account in a supported country. Until then, Team/Enterprise via invoice.
SOC 2 Type II certificationRoadmapExport bundle includes control-mapping-soc2.json and soc2-type1-report.json. Formal Salanor 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