Governance programme

Enterprise AI governance

Most organizations did not decide to adopt AI; they discovered they already had. Enterprise AI governance is the work of turning that into something an organization can describe, control and evidence, without pretending the usage will stop.

Definition. Enterprise AI governance is the set of controls and records that determine which people may use which AI systems, for what purposes, with what data, at what cost, and with what evidence afterwards. It is a programme, not a product: parts of it live in policy, parts in procurement, and parts in the technical path a request takes.

Governance is not the same as blocking

The first instinct of many security teams was to block public AI tools at the proxy. It rarely held. The tools are useful, they are available on personal devices, and the people using them are usually trying to do their jobs. Blocking moves usage out of view rather than ending it, which is the worst outcome for a control function: the risk continues and the visibility disappears.

Governance takes the opposite position. It assumes usage will happen and concentrates on making it legible: approved paths that are easier than the unapproved ones, rules that are enforced rather than merely published, and a record that survives the conversation.

What governance actually has to cover

Identity and user context

Every other control depends on knowing who is making a request. Identity supplied by the corporate directory means permissions follow the person rather than an account they created, joiners inherit what their group has, and leavers lose access when their directory entry is disabled. Without that binding, a policy applies to a session rather than to an employee, and an audit trail cannot answer questions about people.

Approved providers and models

Choosing a model is a data decision as much as a quality one. It determines which organization receives the content, under which commercial terms, and in some cases under which jurisdiction. Governance means that approval is an explicit administrative act, recorded and revisitable, rather than the accumulated result of individual choices.

Policy enforcement

Published policy that nothing checks is documentation, not control. The useful question about any AI policy is where it is enforced: at the point of the request, or in a training slide. Enforcement also has to be specific enough to be realistic — a legal team and a marketing team will not have the same limits, and a single organization-wide rule usually ends up either too loose to matter or too tight to survive.

Data controls

Screening content before it leaves the organization catches the cases that matter most in practice: credentials pasted into a prompt, a customer record included for context, a payment card number in an attachment. Be precise about the limits. Pattern-based detection is reliable on structured values and weak on intent, and no screening layer understands the significance of a paragraph the way a person does.

Visibility and auditability

Visibility answers what is happening now; auditability answers what happened in March. They are different requirements. The second one is what regulators, internal audit and customers ask about, and it needs records that were written at the time, retained deliberately, and exportable to the systems the security team already runs. A useful AI audit trail records the request, the identity, the model, the policy decision and the outcome — generally without storing the conversation itself, which is both a proportionality and a data-minimisation decision.

Budget and usage governance

AI usage is metered, so ungoverned adoption produces a bill that finance cannot attribute. Budget governance is not only cost control; per-team limits also constrain the blast radius of an automation that misbehaves, and usage data is often the first honest picture an organization gets of where AI is actually being used.

Scope of organizational policy

Governance has to state what it covers. Employee chat is the obvious case, but the same questions apply to AI features inside SaaS products, to developer use of provider APIs, and to automated systems making model calls without a person present. A programme that governs only the chat window will describe a small fraction of an organization's real exposure.

Why governance gets harder as providers multiply

With one provider and one business account, the provider's own administrative console can carry most of the weight. The difficulty arrives with the second and third, because each one has its own permission model, its own log format and its own idea of what an administrator can see.

Nothing joins them. A question that spans providers — what did this department send anywhere last quarter — has no single place to be answered, and the answer has to be assembled from exports that were never designed to be compared. We look at that specific problem in multi-LLM governance.

Governance architecture: where the controls live

Controls can sit in three places, and the distinction matters more than the feature lists.

  • Around the request — policy documents, training, contractual terms with providers. Necessary, but they do not observe or stop anything.
  • Beside the request — network egress rules, endpoint controls, provider consoles. These see part of the picture, usually without the identity and intent that make it interpretable.
  • In the request path — a layer the request must pass through, which can authenticate, decide, record and route. Only controls here can enforce a decision before content leaves.

An enterprise AI gateway is the architectural pattern for the third position. It is not the whole programme, but it is the part that turns policy into enforcement.

What a gateway does not replace

This is worth stating plainly, because vendor material in this category often blurs it.

  • Identity and access management remains the source of truth for who exists and what groups they belong to. A gateway consumes identity; it does not administer it.
  • Data loss prevention covers email, endpoints, storage and the rest of the estate. A gateway screens one channel, with pattern-based detection, and is a layer within a DLP programme rather than a substitute for one.
  • SIEM remains where correlation, detection and retention happen across all sources. A gateway should deliver records into it, not become a parallel logging silo.
  • GRC owns risk registers, control mapping and evidence for audit and certification. A gateway produces some of that evidence; it does not manage the framework.
  • CASB and secure web gateways continue to govern sanctioned and unsanctioned SaaS generally. An AI gateway is narrower and deeper: one category of destination, with controls specific to prompts, models and provider routing.

The accurate framing is that an AI gateway is the enforcement and evidence point for one increasingly significant channel, integrated with the security programme rather than replacing parts of it.

When centralized governance becomes worth it

Centralizing has a cost: a system to run, and a hop between employees and the model. It earns that cost when several things are true at once.

  • More than one provider is in real use, with more arriving.
  • Someone is formally accountable for what leaves the organization.
  • A question about AI usage has already been asked that existing records could not answer.
  • The organization operates under obligations — regulatory, contractual or customer-driven — where "we have a policy" is not sufficient evidence.
  • AI spend has become material enough that finance wants attribution.

If none of those hold, provider-native controls are a reasonable place to stay, and the honest advice is to revisit the question when they change. Gateway versus direct provider access works through that trade-off in more detail.

How Frame360 approaches it

Frame360 is built around the in-the-path position described above. Access is bound to corporate identity through directory login and single sign-on; policy is expressed per user and per group; content is screened before it is sent; budgets apply at organization, group and user level; and activity, model choice and policy decisions are written to a searchable, exportable audit trail that can be delivered to a SIEM.

Two design choices follow from treating governance as the primary requirement. The deployment is dedicated to a single customer and runs in an environment that customer controls, so the record and the controls stay inside their boundary. And it is agentless, so adopting it does not require software on employee devices. The request flow, security and governance controls and capabilities pages describe how each layer is implemented.

Published by Frame360. This article explains an architectural pattern; it describes Frame360 only where Frame360 is the example being discussed. Questions: info@frame360.ai.