Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

Splyntra

Splyntra

Unified observability and security for AI agents.

Website Β· Docs Β· Cloud App Β· Core Repo Β· Blog

GitHub stars PyPI npm License


πŸ™‹ Who we are

Agents are moving from weekend demos into production β€” calling tools, spending money, touching real systems, running unattended. Traditional APM tools were built for predictable request/response services, not non-deterministic, multi-step, multi-agent workflows.

Splyntra exists so teams can see exactly what their agents did, whether it was safe, and what it cost β€” all on a single, OpenTelemetry-native pipeline. No stitching together a tracing tool, a security tool, and a spreadsheet for cost tracking. One data model, viewed from every angle that matters.

We build it source-available first β€” self-host the full core for free, forever β€” with a managed cloud on top for teams who'd rather not run the infrastructure themselves.

🧩 What's in the pipeline

Pillar What it does
πŸ”­ Observability Distributed traces of agent runs, tool calls, and LLM decisions, plus agent replay, trace-correlated logs, and cost/latency analytics per run, model, or project
πŸ›‘οΈ Security One risk score per run β€” combining secret/PII detection, prompt-injection detection, content moderation, and tool-guard β€” mapped to the exact span it happened on
πŸ§ͺ Evaluation Dataset management, scorers (exact/rule/tool-call/latency/cost/groundedness), version-over-version regression, and a CI gate via the splyntra CLI
πŸ” Governance Hash-chained audit ledger, self-service delegation with spend limits, and a policy engine (RBAC/ABAC/ReBAC)
πŸͺͺ Agent identity Registered agents with scoped credentials, cross-agent trust policies, and OIDC federation

πŸ“¦ Repositories

Repo What it is
splyntra The core: OTel collector, dashboard, detectors, evaluation engine, and infra β€” self-hostable via docker compose up
sdks/python pip install splyntra β€” decorators, auto-instrumentation, redaction
sdks/typescript npm install @splyntra/sdk β€” function wrappers, decorators, CLI

πŸš€ Try it in under 5 minutes

git clone https://github.com/splyntra/splyntra
cd splyntra
docker compose up -d
pip install splyntra
# or
npm install @splyntra/sdk

Then open http://localhost:3000/traces and watch your first agent run come in with a risk score attached. Full walkthrough: Quickstart.

🌈 Contributing

We welcome issues, discussions, and pull requests on the core repo:

  • Start with CONTRIBUTING.md for local dev setup, Conventional Commits, and how releases work.
  • Contributions require signing our CLA.
  • Found a security issue? Please don't open a public issue β€” see SECURITY.md for responsible disclosure.

βš–οΈ Licensing, in one paragraph

The server core, detectors, and dashboard are Functional Source License 1.1 β€” free for any use inside your company at any scale, just not resellable as a competing product; each release becomes Apache-2.0 two years later. The Python and TypeScript SDKs are plain Apache-2.0. Governance, identity/SSO, and the control plane are commercial, in a separate private repo. Full breakdown in LICENSING.md.

πŸ’¬ Get in touch


Built on OpenTelemetry. Boring infrastructure (Go + ClickHouse + Postgres), novel product.

About

Splyntra

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors