Agent Observability for Enterprise AI | Covasant SERAA
SERAA Cortex Agent Observability for Enterprise AI One record for what an agent did, what it decided, and what it cost.
An agent that picks the wrong tool returns HTTP 200 and a confident wrong answer. Nothing in an APM suite catches that, because nothing failed. The Control Tower instruments the decision rather than the request, and puts the trace of a run and the bill for that run on the same record.
Every call Logged with per-call cost
Every step Tool calls, latency, errors
Every agent Budget ceiling and kill switch
Standalone Buy it without the suite
01 · Definition
What agent observability actually is.
Agent observability is the practice of recording what an AI agent did, why it did it, what it cost and whether it stayed inside policy, in enough detail to reconstruct any single run afterwards.
It differs from application monitoring in what counts as a failure. A web service fails by throwing an error. An agent fails by succeeding at the wrong thing: it picks the wrong tool, retrieves the wrong document, or answers fluently from nothing, and returns a 200 while doing it. So the unit of observation is not the request. It is the decision.
That distinction decides everything downstream. If you instrument requests you get latency and token counts, which tell you an agent was busy. If you instrument decisions you get the evidence chain behind an answer, which is the only thing that lets somebody accountable for the outcome sign off on it.
The short version
Four signals make a run reconstructible: the trace of the steps, the log of the calls, the live status of the agent, and the controls you can pull while it is running. Miss any one of them and you have a dashboard rather than a governance plane.
The four signals
- Trace Every step, tool call, error
- Log Every LLM call, with cost
- Status Live, per agent
- Control Guardrails, budgets, kill switch
- Correlation Session ID across a run
- Retention Queryable audit trail
02 · The gap
Why the tools you already pay for do not cover this.
Most agent estates fail their first audit and their first budget review at the same time, for the same reason. The traces live in one vendor’s console, the invoices in another, and nothing reconciles the two.
The 200 problem
APM assumes a deterministic code path. An agent that chooses the wrong tool completes successfully, so every threshold stays green while the answer is wrong. The failure is a judgement, and judgements do not raise exceptions.
The bill is a separate system
Token spend arrives on a provider invoice weeks later, aggregated past the point of attribution. By the time finance asks which agent caused the jump, the traces that would answer it have rolled off.
Volume pricing punishes agents
Tools metered on ingested spans were priced for single model calls. A multi-step agent run emits eight to fifteen. The bill scales with how hard the agent thought, which is exactly the wrong incentive to put on an engineering team.
The operator is not the author
Developer tracing tools are built for the engineer who wrote the agent. The person who has to run it on a Tuesday, and stop it, is somebody else, and usually cannot read a span waterfall.
03 · The surface
What the Control Tower records, and what it can do about it.
Recorded on every run
A trace of each step the agent took, including tool and MCP calls, latency and errors. A log line for every LLM API call carrying timestamp, status, session ID, agent name, model, provider, token counts and per-call cost. The session ID stitches the calls in one run together, so a bad outcome is followed back to the step that caused it rather than guessed at.
Attributed to something a business recognises
Cost is tracked per request and attributed to agent, model, provider and the user who triggered the run, with ranked views of the highest-cost agents, models, users and providers. A business unit can be shown what its own agents cost instead of a share of one undifferentiated invoice.
Watched without anyone watching
Live operational status for every deployed agent with success rates, provider detail and Active or Inactive state. Guardrails enforce content filters, PII detection and redaction, output-length limits and compliance policy including GDPR and HIPAA. A degrading agent surfaces as a trend, not as a support ticket.
Stoppable
Budget thresholds are set platform-wide or per agent, in advance, to stop overruns rather than report them. Any agent below its defined performance, accuracy or bias thresholds can be suspended immediately. That is what makes deploying an agent a reversible decision.
04 · The landscape
Four categories of tool, sold to four different people.
Agent observability is bought from three directions at once, and the categories are not substitutes for each other. This is how each is generally sold, so you can tell which conversation you are actually in.
| SERAA Agent Control Tower |
Governance control towers ServiceNow, IBM watsonx Orchestrate |
Observability suites Datadog, Dynatrace, New Relic |
Developer eval and tracing LangSmith, Langfuse, Arize, Braintrust |
|
|---|---|---|---|---|
| Who it is built for | Whoever is accountable for agents in production | Risk, compliance and the CIO | The platform team that already owns the estate | The engineer who wrote the agent |
| Unit you are billed on | Governed agents and agent steps | Platform subscription, quoted | Ingested spans or events, plus hosts | Traces, spans, scores or seats |
| Entry price published | Yes, indicative list below | No, sales contact only | Yes, with volume overage | Yes, most publish a low tier |
| Trace and per-call cost on one record | Yes, by default | Varies by module | Cost is usually a separate product | Usually token counting rather than spend |
| Runtime control, not only visibility | Kill switch and budget ceilings per agent | Policy and approval workflow | Alerting | Rarely, these are read paths |
| Agents built somewhere else | Cost and usage, when they route through the Tower as AI gateway | Broad discovery is the pitch | Whatever emits telemetry into the suite | Whatever the SDK is wired into |
| Inside your own boundary | SaaS or sovereign VPC. Air-gapped at design-partner stage | Mostly vendor cloud | Mostly vendor cloud | Several offer self-hosting |
| Take the module on its own | Yes, the Control Tower ships standalone | Usually platform-wide adoption | Bundled with the suite | Yes |
05 · Pricing
Priced on governed agents, not on how hard they thought.
Per-seat pricing does not survive contact with agents, and span-volume pricing makes the bill a function of reasoning depth. Cortex is priced on governed agents and agent steps, which is the axis a business can forecast.
SaaS
Business tier, annual and sales-assisted, with multiple scopes and unlimited projects, SSO, audit export and delegated admin, committed usage with overage. Before that there is a two-week free trial that needs no card and no sales call. Enterprise is custom, and covers dedicated or sovereign tenancy, ISO 42001, GDPR, HIPAA and EU AI Act obligations, and a contracted SLA.
Pricing upon request.
Sovereign
An annual platform licence plus a declared governed-agent band, so no usage telemetry has to leave your boundary. The band is self-attested and reconciled at renewal rather than mid-quarter. Carries a 15 to 25 per cent premium over the equivalent SaaS list price, which is deployment and support cost rather than scarcity.
Pass-through
Compute and model consumption run on your own accounts and provider invoices at actuals, auditable against your own cloud bill. We make margin on the platform, not on reselling your tokens back to you. It also means the Tower’s cost attribution can be reconciled against a bill you already receive.
06 · The condition
One architectural decision, worth taking early.
Agents built on third-party platforms, including Gemini Enterprise, Azure AI Foundry, AWS Bedrock and Databricks AgentBricks, are monitored for cost and usage provided they route through the Control Tower as their AI gateway.
- Vendor neutral GKE, AKS, EKS, Vertex
- Standalone module No suite required
- Agents already built Stay where they are
- Air-gapped Design-partner stage
07 · Questions
The questions that come up in every first conversation.
What is AI agent observability?
Agent observability is the practice of recording what an AI agent did, why it did it, what it cost and whether it stayed inside policy, in enough detail to reconstruct any single run afterwards. The unit of observation is the decision the agent made, not the request it served.How is it different from application monitoring or LLM observability?
Application monitoring assumes a deterministic code path, so a failure throws an error. An agent fails by succeeding at the wrong thing: it picks the wrong tool, retrieves the wrong document, or answers confidently from nothing, and returns HTTP 200 while doing it. LLM observability is closer but usually stops at the model call. Agent observability has to cover the steps between the calls, which is where most agent failures actually live.What exactly does the Control Tower record?
A searchable log of every LLM API call with timestamp, status, session ID, agent name, model, provider, token counts and per-call cost. A trace of every step an agent took to produce a response, including tool calls, latency and errors. Live operational status for every deployed agent with success rates and Active or Inactive state. A real-time activity audit log. Guardrail and policy enforcement across content filters, PII detection and redaction, output-length limits and compliance policies including GDPR and HIPAA.Can it monitor agents we did not build on SERAA?
Yes, for cost and usage, provided those agents route through the Control Tower as their AI gateway. That covers agents built on Gemini Enterprise, Azure AI Foundry, AWS Bedrock and Databricks AgentBricks. It is one architectural decision and it is better taken deliberately at the start than discovered later, so we raise it in the first session rather than the fifth.Is this observability or is it control?
Both, and the second is the part that matters to whoever signs off the deployment. Any agent that falls below its defined performance, accuracy or bias thresholds can be suspended immediately with a per-agent kill switch. Budget ceilings are set platform-wide or per agent to stop cost overruns rather than report them. Visibility without a control is a dashboard, not a governance plane.What does it cost, and what is the unit?
Cortex is priced on governed agents and agent steps, because per-seat pricing does not survive contact with agents and span-volume pricing makes the bill impossible to forecast on a multi-step workload. There is a two-week free trial that needs no card, a sales-assisted Business tier from 8,000 US dollars a month, and a custom Enterprise tier. Sovereign deployment starts at 10,000 US dollars a month and carries a 15 to 25 per cent premium over the equivalent SaaS list price. Figures are indicative.Do we pay a margin on inference?
No. Infrastructure and model consumption run on your own accounts and provider invoices at actuals, auditable against your own cloud bill. Covasant makes margin on the platform, not on reselling your tokens back to you.Can we run it inside our own boundary?
Yes. The Control Tower runs as SaaS or inside your own VPC, and is vendor-neutral across GKE, AKS and EKS plus GCP Vertex AI Agent Engine. Fully air-gapped deployment is at design-partner stage, which is a different claim from sovereign VPC and we keep the two separate on purpose.Can we buy just the Control Tower?
Yes. It ships as an independent offering, as do Agent Work Bench and Agent Registry. You can monitor and control production agents without adopting the rest of the suite and without moving the agents you already have.How does this support an audit?
The evidence an auditor asks for is the log, the trace and the access record, and all three are queryable rather than reconstructed. Access is governed through Scope-Based Access Control across System, Organization and Project levels, with role-based and attribute-based controls on top. Enterprise agreements cover ISO 42001, GDPR, HIPAA and EU AI Act obligations.