Visca
Products/System of Record

Chronicle

The system of record.

A queryable knowledge graph of every autonomous actor in the estate — and the append-only, cryptographically chained audit of every action taken.

What it is

The role Chronicle plays.

Chronicle is the single answer to the question every security team must be able to ask: who did what, under whose authority, when, and why. Every Visca product emits to Chronicle, and every event references a Sigil and a Capability Grant. Two views over the same substrate: a graph view of actors, their lineage, their Bundles, their capabilities, and their relationships — and an immutable, chronologically chained log view, queryable by Sigil, by Capability Grant, by resource, by time. Cryptographically tamper-evident: any modification to a past event invalidates the chain forward.

The problem

What goes wrong without it.

Today, the information needed to answer accountability questions exists, but it is scattered across framework traces, tool-side logs, identity events, and model-provider logs. None share an identity, a schema, or a chain of authority. Stitching them together to answer a single question is hours of human work — and for security, compliance, and incident response teams, that is the blocker on autonomy adoption.

Capabilities

What Chronicle does.

A typical query

What Chronicle looks like in code.

-- In the last quarter, which actors held stripe:refund,
-- who authorized each grant, what was the largest refund issued,
-- and what was the consent trail?

SELECT actor.sigil, grant.principal, action.amount, consent.trail
FROM   chronicle.actions action
JOIN   chronicle.grants  grant ON action.grant = grant.id
JOIN   chronicle.actors  actor ON grant.sigil  = actor.sigil
WHERE  grant.capability = 'stripe:refund'
  AND  action.at >= now() - interval '3 months'
ORDER BY action.amount DESC;

Open and commercial

Built in the open. Run anywhere.

Chronicle is delivered through two surfaces: an open-source reference in Lattice Runtime (MPL 2.0), and a managed, enterprise-grade delivery in Visca Cloud. Features in the open never move behind the paywall.

Open

Lattice Runtime — open foundation

MPL 2.0 · self-hostable · foundation-track governance

  • ·Audit Envelope specification
  • ·Local Chronicle store
  • ·Reference query API

Commercial

Visca Cloud — managed delivery

Hosted SaaS · self-managed · hybrid · air-gapped

  • ·Hosted Chronicle at any scale
  • ·Tiered retention with multi-year hot query
  • ·SOC 2, ISO 27001, HIPAA, FedRAMP — targeted (see Compliance Roadmap)
  • ·SIEM and GRC tool integrations
  • ·Anomaly detection and behavioral baselines
  • ·Cross-organization audit federation

Across the platform

Composing with the other pillars.

The autonomy economy is shipping

Do autonomy right.

Build, run, and trust autonomous systems on an integrated platform — software, embodied, and hybrid. Open foundation. Enterprise cloud. No license rug-pulls, ever.