Agent Governance

Monitor, manage and govern your agents, teams, and workflows from one place.

Engineering teams use the AgentOS Control Plane to govern agents, teams, and workflows from development through production. Connect local or deployed runtimes to test components, inspect traces and sessions, manage knowledge and memory, review evaluations and approvals, and operate schedules from one web interface.

AgentOS Control Plane showing agents, teams, workflows, and connected runtimes
Agents, teams, workflows, and connected AgentOS runtimes

Govern the agent lifecycle

Build, test, debug, improve, and operate against local or deployed runtimes.

StageWork in the Control Plane
BuildCompose and version agents, teams, and workflows in Studio from registered models, tools, databases, schemas, and knowledge
TestRun agents and teams, execute workflows, select component versions, and follow streamed output
DebugOpen session history and inspect trace trees for instrumented model calls, tool calls, team delegation, workflow steps, token use, latency, and errors
ImproveSearch knowledge, review or update user memories, and inspect stored evaluations and aggregate usage metrics
OperateResolve approvals, create or trigger schedules, and switch between local and deployed runtimes

Follow every run

Open a session and follow the execution behind its response. Trace trees show the model calls, tool inputs and outputs, team delegation, and workflow steps recorded for the run. Spans show status and timing. Model spans also include token metrics when available.

AgentOS trace tree showing model calls, tool calls, delegation, latency, input, and output
Inspect the execution path behind a run

Use the trace to move from an unexpected result to the model call, tool argument, member response, or workflow step that produced it.

Manage the system behind each run

Connect your runtimes

Add local, staging, and production AgentOS endpoints to the Control Plane. Select a runtime from the header to change the system you are working on.

The browser sends requests to the selected AgentOS endpoint. That runtime executes components, applies its authorization configuration, and reads or writes the state shown in the UI.

LayerRole
Control PlaneProvides the browser interface and calls the AgentOS endpoint you select
AgentOS runtimeRuns agents, teams, and workflows, exposes their APIs, and enforces runtime authorization
Configured databasesStore sessions, memories, traces, evaluations, approvals, schedules, metrics, and Studio component versions
External servicesModels, tools, interfaces, telemetry, and custom exporters follow their own configuration and data paths

Serve production runtimes over HTTPS and configure Security & Auth before connecting them.

Runtime setup

Each Control Plane view depends on capabilities exposed by the connected runtime.

CapabilityRuntime setup
Chat and workflow runsAgents, teams, or workflows registered with AgentOS
Sessions, memories, metrics, and evaluationsAn AgentOS database
Tracestracing=True and a database available to AgentOS tracing
StudioA Registry and a synchronous AgentOS db
ApprovalsAn AgentOS db and approval-enabled tools
Scheduled executionAn AgentOS db and scheduler=True

Developer Resources