USE CASES / DATABRICKS
Governance a cluster cannot be created without.
Notebook and job code on a Databricks cluster reaches the network directly. GovernorAI governs it at the host: an egress agent on every node, pinned by a cluster policy, so a cluster created from that policy cannot omit governance at create time.
Notebook and job code reaches the network directly, so the egress agent runs on every node — pinned by a cluster policy, which is what makes it impossible to create a cluster that omits governance. An unrecognised architecture fails closed rather than running unguarded.
THE INSTALL KIT
Two artifacts, and what each one guarantees.
HTTPS_PROXY environment variable. A cluster created against this policy cannot be defined without governance — the control is at creation, not at review.ARCHITECTURE HANDLING
Both architectures, and a refusal for the third.
Release publishes signed binaries for both supported architectures; the init script selects on uname -m.
x86_64 / amd64aarch64 / arm64Windows and macOS clusters are out of scope, because Databricks runs Linux.
Per-cluster posture is in the product, with two caveats. The console reads it from /databricks-clusters/posture over a lookback window. Activity arriving only through the SDK transport cannot always be pinned to the cluster it came from, so those rows group under a synthetic unknown cluster and the response carries an attribution note saying so. The underlying table is scoped to the organisation rather than to one connection, so an organisation running several Databricks workspaces sees their clusters pooled in one view. The cluster policy and the agent remain the authoritative check.
Release status. The cluster-egress lane shipped as a four-part implementation, and every piece this page describes is in the product: the egress agent, the init-script and cluster-policy templates, the Python SDK transport, and a harness for verifying the lane end to end against a workspace. Two limits that were open at first release are now closed — a cluster that reaches the internet through a corporate egress proxy is handled, and a cluster running both the agent and the SDK transport can be told to stop recording the same call twice. TLS interception, the third shape specified alongside these two, is deferred indefinitely and is not offered. The customer-facing install guide ships with the operator kit rather than separately from it, so the guide and the two artifacts it describes travel together and cannot drift apart between releases.