
Agent Operations
The formal system of record for approved agents — the control plane that defines which agents are recognized, governed, and allowed to operate.
An agent registry is the formal system of record for approved AI agents inside an enterprise. It is the authoritative list of which agents are recognized, who stands behind them, and what they are sanctioned to do.
Agent Operations is the discipline of governing autonomous agents across their lifecycle; the registry is the part of that discipline where governance becomes concrete. It is not a document or a spreadsheet that someone updates after the fact. It is the place where an agent earns the right to operate — and where that right can be revisited, narrowed, or revoked.
The registry holds the facts that matter when an agent acts: its identity, its owner, its purpose, its permissions, the tools it can reach, the policies that bind it, its version history, its lifecycle state, and its compliance posture. Everything an enterprise needs to decide whether to trust an agent lives in one place.
A registry is often confused with an inventory, and the distinction is worth drawing precisely because it shapes how the two are used.
An inventory answers the question of what exists. It is the result of discovery — it captures every agent running across the enterprise, whether sanctioned or not, including the ones nobody remembers deploying. An inventory is intentionally broad and forgiving; its job is to leave nothing hidden.
A registry answers the question of what is trusted. It is deliberately selective. An agent only enters the registry after it has been reviewed and approved, with an owner attached and permissions defined. The two systems work together: you discover broadly into an inventory, then promote selectively into a registry.
The shorthand: inventory is about visibility — every agent you can see. Registry is about control — every agent you have decided to trust.
In a mature Agent Operations model, the registry becomes the control plane for enterprise agents. That term is borrowed deliberately from infrastructure: a control plane is not where the work happens, but where decisions about the work are made and enforced.
When a data-pipeline agent requests access to a customer warehouse, the question of whether it is allowed should not be answered by the warehouse, the agent framework, or an engineer's memory. It should be answered by the registry. The registry is the authoritative source that other systems consult before granting trust.
This is what separates a registry from documentation. Documentation describes the world as someone last understood it. A control plane shapes the world: it is consulted at decision time, and its state has consequences.
A registered agent is not just a name on a list. Registration carries obligations, and an agent that cannot satisfy them does not belong in the registry. Each registered agent should have:
Together these fields make an agent legible. Without them, an agent is just an opaque process with credentials — exactly the kind of thing the registry exists to prevent.
A minimal registry record for a procurement agent might look like this:
agent_id: vendor-onboarding-agent-prod
owner: procurement-platform-team
purpose: Draft and route new-vendor onboarding packets
status: production
permissions:
- read: vendor_master (approved suppliers only)
- write: onboarding_drafts (no submit without human approval)
tools:
- erp_api (scoped: vendor records)
- contract_repository (read-only)
credentials: vault://agents/vendor-onboarding/svc-token
policies: [ data_residency_eu, dual_approval_over_50k ]
last_reviewed: 2026-04-14
next_review: 2026-10-14A useful test for whether a registry is doing its job is whether it can answer the questions a governance, security, or compliance reviewer would actually ask. For any agent, the registry should immediately answer:
If a question takes a meeting to answer, the registry is incomplete. If it takes a query, the registry is working. The difference matters most during an incident, when there is no time to reconstruct context from memory.
A registry that only records is a ledger. A registry that enforces is a control plane. The difference is whether other systems treat registry state as binding.
Enforcement turns a registry's fields into live policy. A few patterns recur across enterprises:
Each of these is a decision the registry makes on behalf of the enterprise, automatically and consistently, at the moment it matters.
Consider an HR organization that spins up a benefits-question agent during open enrollment. In an enterprise without a registry, that agent is approved over Slack, given a shared API key, and connected to the HRIS by whoever had access. Six months later, nobody is certain it was ever turned off, what it can still read, or who owns it.
With a registry, the same agent follows a path. It is proposed with a named owner in People Operations. It is approved for a single purpose — answering enrollment questions — with read-only access to plan documents and no access to individual employee records. It is issued its own scoped credential rather than a borrowed key. It is marked experimental for the enrollment window, with a review date that forces a decision afterward. When enrollment closes, the registry flags it for retirement rather than letting it linger.
The agent did the same job in both worlds. Only one of them leaves the enterprise able to explain, months later, exactly what it was and what it could touch.
Agent registries become essential as enterprises move beyond a handful of agents. At small scale, informal approvals work because a single team holds the whole picture in its head. A finance team running two reporting agents can reason about both without tooling.
At large scale, that stops being true. When hundreds of agents span IT operations, security, sales, analytics, and procurement — each with its own owner, credentials, and access — no individual can hold the picture, and informal approval becomes a source of risk rather than speed.
The registry replaces tribal knowledge with a repeatable process for onboarding, approving, governing, and retiring agents. It is what lets governance keep pace with adoption instead of falling behind it.
For enterprise AI, the registry is not just documentation. It is operational infrastructure — the place where an agent becomes a recognized, governed actor rather than an anonymous process with credentials.
A registry that records but does not enforce is only half built. The value comes when the rest of the enterprise treats the registry as authoritative: when access depends on registration, when expired approvals reduce permissions, and when scope changes trigger review. That is what turns a list into a control plane.
An inventory tells you which agents exist. A registry decides which agents are allowed to operate — and makes that decision stick.