Open the production hardening guide
Infrastructure That Explains ItselfEvent-sourced by design.Five protocols. One truth.Query the past. Trust the present.Observability included.Built for production. Infrastructure That Explains Itself
Every change recorded. Every question answered. Every protocol supported.
Event-sourced by design
Traditional directories store only current state. IdentityScribe stores every change as an immutable event.
- Every modification becomes a permanent record
- Reconstruct state at any timestamp
- Replay events to build new views
- Nothing deleted, nothing altered — ever
Time-travel queries
Query any entry as it existed at any past moment. When auditors ask about historical state, the answer is one query away.
- AS OF timestamp syntax in all protocols
- Prove historical state for compliance
- Compare changes between two points in time
- No log reconstruction required
AS OF '2024-03-15' One system, five protocols
Access identity data through whichever protocol fits your application. Legacy apps, modern services, AI assistants — all supported.
- LDAP: Full protocol support for existing apps
- REST: JSON API for web services and automation
- gRPC: High-performance binary protocol for services
- GraphQL: Flexible queries, get exactly what you need
- MCP: Query from Cursor, Claude, VS Code
Observability built in
Metrics, traces, and logs ship with the product. No agents to install, no configuration required.
- Prometheus metrics for dashboards and alerting
- OpenTelemetry traces for request debugging
- Structured JSON logs for analysis
- Works with Grafana, Datadog, your existing stack
The complete data pipeline
From source directory to client application — see how data flows through IdentityScribe.
- Ingest from Active Directory, OpenLDAP, or custom sources
- Capture and transform with configurable schema mapping
- Store in PostgreSQL as immutable events
- Query through unified engine, serve via any protocol
Built for production
The details that matter when running identity infrastructure.
See it in action
Walk through event-sourcing, time-travel queries, and multi-protocol access.