ThinkingRoot Docs
Security & Billing

Security model

How tenants are isolated, secrets protected, egress controlled, and access authenticated.

ThinkingRoot Cloud's security rests on four pillars. Each has its own page.

At a glance

  • Two credential types, routed by prefix at the gateway: tr_sk_… project keys (machines) and session JWTs (humans, scoped by org membership). See Authentication.
  • No engine is exposed to the internet — clients only ever reach the gateway, which authenticates and proxies to a loopback engine.
  • Plaintext secrets never persist in the control plane and are never returned by the API.
  • No fabrication — the engine returns empty state rather than invented data; this is an honesty guarantee, not just a UX choice.

On this page