Dashboard overview
Open core · self-host + all Splyntra Cloud plans
The dashboard is where you watch your agent fleet: traces and risk, logs and metrics,
tools and retrieval, costs, alerts, and — on Enterprise and Cloud — security,
evaluation, and governance. It is served by the core web app (http://localhost:3000
when self-hosting) and is the same across all editions, with commercial screens layered
on where licensed.
Path-based org routing
URLs are org-scoped: /{orgSlug}/.... An org switcher at the top of the sidebar
changes the active org and rewrites the path. On self-host with a single implicit org
this is transparent; on Cloud it lets one account hold several orgs. Users with no org
are sent to /onboarding.
Sidebar sections
| Section | What it shows |
|---|---|
| Home | Fleet overview — a roll-up across projects and environments, with Excel export. |
| Projects | Create and manage projects (the ingest boundary for a workload). |
| Agents | Registered agents across environments, plus Agent Platforms and MCP Servers. See Agents, platforms & MCP. |
| Traces | The trace explorer and the trace-detail waterfall. See Traces. |
| Logs · Metrics · Tools & Retrieval | Observability views. See Logs, metrics & tools. |
| Evaluation | Datasets, runs, scorers, and leaderboard (Pro+). |
| Security | Detection incidents — injection, secret, PII, moderation, unsafe tool calls (Pro+). |
| Costs | Token spend by run, model, and project. See Costs. |
| Alerts | Risk-threshold and cost-overrun rules. See Alerts. |
| Settings | Profile, Security, Team (roles + invites), and API Keys. |
Projects & environments
A project is the boundary a workload ingests into; an environment (for example
development, staging, production) is a dimension within it, set on the SDK. Most
screens can be scoped and filtered by project and environment, so the same agent's
staging and production behavior stay distinct.
Tables everywhere
Every list view — agents, traces, logs, costs — is searchable, sortable, and paginated, with Excel export so you can pull a slice into a spreadsheet or share it with a stakeholder.
Home fleet overview
Home is the landing view: a fleet-wide roll-up of activity, risk, and spend across all projects and environments in the active org, with the same Excel export as the detail tables.
Getting data in
- Connect an agent — the guided wizard that mints an ingest key and generates connect code.
- Integrations — SDKs, raw OTLP, and platform webhooks.