Toise documentation¶
The living map of your infrastructure. Toise is an open-source backend that maintains a live, queryable graph of your infrastructure — hosts, processes, network interfaces, addresses, routes, services, and the relationships between them — built entirely from OpenTelemetry entity events and designed so an AI assistant can answer an operator's questions about it directly.
-
Installation
Build the single Go binary and bring up
toise-serverin a couple of minutes — no cluster, no orchestrator, no external runtime. -
Configuration
Configure listeners, storage, liveness and retention from a YAML file, environment variables, or flags — in that order of precedence.
-
Ingesting data
Feed the graph with OTLP entity events from any OpenTelemetry producer. Toise runs no collectors of its own.
-
Querying the graph
Three surfaces over one read model: GraphQL for tools, MCP for AI assistants, and a zero-dependency debug UI for operators.
-
Data model
Entities, attributes, relations, and the bi-temporal change log — and how they map onto the OpenTelemetry entity data model.
-
What's new
Release notes, breaking changes, and migration guides.
Pre-1.0 (alpha)
Toise binds to loopback with no authentication by default. For an exposed
deployment, turn on bearer-token auth, TLS, and --production — see
Authentication & TLS. Expect breaking
changes between releases (each with a migration guide).