Skip to main content

Architecture

Last updated: Sep 26, 2026View as Markdown

Every value the Trooth application programming interface (API) returns came through this path. Select a node to see what it receives, what it emits, and what it is unable to do. The last node, who reads the record, includes your own pipeline, through the command-line interface (CLI).

Topology

↺ Live probes repeat the path hourly, and a fact not re-read within its category's window is marked stale.

Inspector01 / 6

Your stack

Cloud accounts, identity providers, repositories and endpoints, connected with grants you approve one at a time, each showing the scopes it requests.

Cannot

Not written to. Trooth does not change the systems it reports on, and a connector whose scopes could write says so before you connect.

Illustrative payload

{  "connector": "aws",  "grant": "read-only",  "scopes": ["describe*", "list*", "get*"],  "write_scopes": []}

Shapes are real; the values are an illustrative sample, not anyone's account.

View as agent