Autonomous SRE Agent [What It Changes]
TL;DR
An Autonomous SRE Agent is software that starts when a new production problem is detected, checks whether that problem already belongs to an open investigation, and, if it does, folds the new signal into that same case instead of opening a second pager thread.
Dynatrace announced the term on July 27, 2026: Cloud SRE Agent is available now to SaaS customers; Autonomous SRE Agent and no-code Agent Builder are expected in August 2026.
The operational change is not “AI writes a ticket.” It is one auditable record across AWS, Azure, and Google Cloud, with humans still able to approve, rate, or stop the work.
A two-truck HVAC shop, a 10-person agency, or a solo clinic should care because the same pattern — one alert, three consoles, no owner — already burns nights when a booking form, a dispatch board, or a patient portal stalls.
Key Takeaways
Treat “Autonomous SRE Agent” as a productized on-call teammate that attaches new problems to an existing investigation, not as a chatbot bolted onto a dashboard.
Cloud SRE Agent is the multi-cloud coordinator; Autonomous SRE Agent is the case-folder; Agent Builder is the no-code way to add shop-specific steps.
Google’s SRE practice already capped human toil so engineering time survives; the new agents try to spend remaining toil on judgment instead of tab-switching.
Governance is the buying criterion: audit trails, monthly duration budgets, Review versus Autonomous run modes, and a human stop path.
Small teams should map who approves a restart, who owns the customer text, and which alerts may auto-investigate — then swap the model in, not the whole stack.
An Autonomous SRE Agent is a governed operations program that wakes on a newly detected problem, decides whether that problem is already being investigated, and either opens a case or enriches the case that already exists so one person still holds the pager story.
That sentence is the whole product. The rest of this page is why a shop that does not employ a site reliability engineer still inherits the failure mode it was built to fix.
A 2-truck HVAC company does not run a 500-account AWS estate. It does run a booking site, a card processor, and a dispatch board that all fail in different vendor consoles. A 10-person marketing agency does not staff a 24/7 SRE rotation. It does watch a client’s form-to-CRM path stall at 9 p.m. while three people paste screenshots into Slack. A solo-run clinic does not care about Kubernetes etcd. It does care when the patient portal and the fax-to-chart path both page the same owner. The enterprise launch is a three-cloud investigation fabric. The small-business problem is the same fabric at one-person scale: too many symptoms, one human, no single record of what was already tried. If you already keep intake, dispatch, or executive-assistant follow-ups on rails, this is the reliability layer under those rails — not a new department.
What shipped, as of July 27, 2026
Dynatrace said from Boston that Dynatrace Intelligence now extends past analysis and recommendations into “trusted, autonomous execution.” The press release names three net-new pieces plus two expansions.
The Autonomous SRE Agent “triggers autonomously on newly detected problems to determine whether they are part of an existing investigation.” If they are, it “enriches the investigation with additional insights and updates the detected problem with a reference to the ongoing investigation.” That is the minted behavior: fold, do not fork.
The Cloud SRE Agent “coordinates remediation activities and integrates with agents across AWS, Microsoft Azure, and Google Cloud environments, centralizing findings to provide a single auditable record for autonomous operations.”
Agent Builder “enables customers to create and deploy custom AI agents without code.” Enhanced Dynatrace Assist adds natural-language investigation. The integration list names AWS, Azure, Google, ServiceNow, Atlassian, and PagerDuty.
Availability is split. Cloud SRE Agent, Enhanced Dynatrace Assist, and the expanded integrations are available to SaaS customers on DPS (Dynatrace Platform Subscription) on the announcement day. Autonomous SRE Agent and Agent Builder are expected in August 2026. The New Stack covered the same launch under a headline about the hardest part of AI operations: not generating a suggestion, but acting on it without losing the plot.
SecurityBrief Asia dated the write-up 28 July 2026 and repeated the same split: Cloud SRE Agent now, Autonomous SRE Agent and Agent Builder later. According to SecurityBrief Asia, 74% of organisations plan to adopt agentic AI within two years, while only 21% have a mature governance model in place. 74% plan to adopt agentic AI within two years. That gap is why vendors now sell audit trails next to agents.
According to SecurityBrief Asia, 35% of organisations say they could not shut down a rogue AI agent if one emerged. That is the stop-button problem, not the insight problem.
| Capability | Status on 2026-07-27 | Clouds in one record | Customer-code required |
|---|---|---|---|
| Cloud SRE Agent | GA for SaaS on DPS | 3 | 0 |
| Enhanced Dynatrace Assist | GA for SaaS on DPS | 3 | 0 |
| Autonomous SRE Agent | expected August 2026 | 1 investigation graph | 0 |
| Agent Builder | expected August 2026 | n/a (custom) | 0 (no-code) |
| Sources: Dynatrace press release; SecurityBrief Asia. |
Steve Tack, Dynatrace’s chief product officer, said most observability platforms “stop at data, leaving humans to find answers, determine what to do, and execute.” Stephen Elliot of IDC, quoted in the same release, called the gap between AI-generated insight and “safe, governed execution” one of the biggest customer concerns. Angel Marchena at Western Governors University said operations teams are under constant pressure to keep reliability and speed while cutting manual effort.
None of those quotes are a measured MTTR. The measured claim sits in a later Dynatrace post, and it is scoped to the AWS pairing, not to every cloud.
How the mechanism works in plain language
Start with a problem card, not a chat window.
Dynatrace Intelligence already groups related symptoms into one problem using a live dependency map. When a new problem appears, the Autonomous SRE Agent’s job is clerical in the best sense: is this the same fire, or a second fire? If it is the same fire, attach the new evidence and write a pointer on the new problem back to the open investigation. That stops the classic 2 a.m. failure where two people debug the same outage in two tickets.
Cloud SRE Agent is the dispatcher across vendors. Dynatrace’s June 15, 2026 product post describes it as an app that routes identified issues with configurable rules, centralizes findings, and keeps one audit trail. Under the hood it calls the hyperscalers’ own agents in parallel: AWS DevOps Agent using native AWS tooling, Azure SRE Agent inside configured permissions and run modes, and Google Gemini Cloud Assist, which “only acts with explicit user authorization.”
Three background workflows do the plumbing. Investigate evaluates Interaction Profiles and dispatches matching problems. Periodic Tasks polls each cloud for completion and writes findings back as annotations. Event Handlers normalize the cloud event stream so every action still points at the originating problem. Interaction Profiles are the routing rules: account, subscription, project, problem category, entity type, tag. You can also set a Monthly Duration Budget per agent and refuse new investigations when the budget is gone.
That last control is the small-team feature hiding in an enterprise app. Autonomous investigation is not free. A shop that cannot see the meter will either overspend or shut the agent off after the first surprise bill. Dynatrace is explicit that the duration figure is a proxy from its own timestamps, not a substitute for AWS, Azure, or GCP invoices.
Ready-made agents already sit in Dynatrace Hub. A April 3, 2026 Dynatrace post says the Kubernetes Troubleshooting Agent runs nine parallel queries for data enrichment. Agents can fire from Dynatrace Workflows or from the Dynatrace MCP server, which exposes the same tools into an IDE, Slack, or Copilot session. MCP is an open standard for connecting AI applications to tools and data; Dynatrace is using it so the agent is not trapped in one web UI.
dtctl, Dynatrace’s open-source CLI, is the third door: humans and agents run the same verb-noun commands. The GitHub repository lists 662 commits on the main history snapshot we opened and documents structured --agent output so a coding agent can parse errors and retry. Three access patterns share one permission model: MCP, the platform API, and the CLI.
Why this is happening now
The constraint that broke is not “we finally have a large language model.” It is that each cloud now ships its own SRE-shaped agent, and a customer who runs two clouds suddenly has two on-call robots that do not share a notebook.
AWS describes DevOps Agent as a frontier agent for release management and production operations: it launches investigations from PagerDuty or ServiceNow tickets, correlates related alarms, and writes mitigation plans with rollback steps. According to AWS, those example mitigations are meant to move MTTR from hours to minutes on the classes it lists (DynamoDB throttling, SNS filter mismatches, Lambda concurrency, API rate limits).
Azure SRE Agent, last updated 28 August 2026 on Microsoft Learn, walks a memory incident: detect a trend that began 40 minutes before the alert, correlate a GitHub deployment two hours earlier, propose a pod restart or an HPA change, and prefill a ServiceNow, PagerDuty, or channel ticket. Run modes are Review (ask first; default at agent create) or Autonomous (act and report). Microsoft’s example restart warning is 30–60 seconds of brief downtime. Review mode shows Approve and Deny only for Azure infrastructure writes; emails and Teams posts follow the response plan unless you add hooks.
Gemini Cloud Assist is listed in preview and “offered free of charge,” with select features expected to incur cost at general availability. Its investigations tool is in private preview. The product page stresses multi-agent reasoning and a stop condition: explicit user authorization before action.
Dynatrace’s move is to sit above those three and keep one problem graph. Without that layer, the night shift inherits three agents, three audit formats, and three monthly bills. With it, the human still owns severity and customer language; the agents own the log diving.
The older discipline this sits on is Site Reliability Engineering as Google wrote it. According to Google’s SRE book, the advertised goal is keeping operational work (toil) below 50% of each SRE’s time. Google SRE caps operational work at 50 percent. Quarterly surveys in the same chapter put average toil at about 33%, with a 6-person rotation’s on-call floor at 33% and an 8-person rotation’s floor at 25%. Chapter 1 states the same 50% cap on aggregate ops work and wants systems that are automatic, not merely automated. The automation chapter argues that the value of automation is consistency, a platform, faster repair, faster action, and time saving — and that thoughtless automation “can create as many problems as it solves.”
That is the honest lineage. An Autonomous SRE Agent is an attempt to spend the remaining 50% on command, communication, and control — the “three Cs” in Google’s SRE workbook on incident response — instead of on copying timestamps between tabs.
What “good” still looks like in numbers
Reliability is still measured in nines, not in agent demos. According to Google’s SRE availability table, 99.9% availability allows 8.76 hours of unavailability per year. The SLO chapter notes that Google Compute Engine’s published availability target is 99.95% (“three and a half nines”). A small clinic portal that is “usually up” is often closer to 99%, which is 3.65 days of unavailability per year if you take the table at face value.
| Availability level | Unavailability per year | Unavailability per day |
|---|---|---|
| 99% | 3.65 days | 14.4 minutes |
| 99.5% | 1.83 days | 7.20 minutes |
| 99.9% | 8.76 hours | 1.44 minutes |
| 99.95% | 4.38 hours | 43.2 seconds |
| 99.99% | 52.6 minutes | 8.64 seconds |
| Source: Google SRE Book, Appendix A. |
Those windows are why “hours to minutes” matters. If your error budget for a 99.9% year is 8.76 hours, a single four-hour investigation consumes almost half the budget. Cutting that investigation from hours to minutes is not a vanity metric; it is whether the next change this quarter is even allowed.
AWS Well-Architected’s reliability pillar (publication date November 6, 2024) lists six pillars and frames reliability as foundations, resilient architecture, change management, and proven recovery. It does not claim an agent will do that work. It claims the workload will not survive single points of failure, missing automation, and missing elasticity.
On the observability side, OpenTelemetry is the vendor-neutral way to emit traces, metrics, and logs. It is not a backend. According to the CNCF project page, OpenTelemetry moved to Graduated maturity on May 11, 2026, and lists 26,470 total contributors. An Autonomous SRE Agent that cannot read that telemetry is guessing. One that can is still only as honest as the instrumentation.
Kubernetes’ own cluster troubleshooting guide still tells operators to run kubectl get nodes and notes that pods are evicted after five minutes of NotReady status. Agents do not retire that check. They try to start it before a human opens a terminal.
The AWS pairing, with figures you can audit
The sharpest numeric claim in this cluster is not in the July press release. According to Dynatrace’s AWS DevOps Agent integration post, joint customers are already seeing up to a 70 percent reduction in mean time to resolution. Joint customers report up to a 70 percent MTTR cut. That post was published 15 January 2026 and updated 10 April 2026; a March 31, 2026 note congratulates AWS on general availability of DevOps Agent.
AWS’s own Cloud Operations walkthrough (12 December 2025, still labeled Preview in the title) uses a CRM stack: S3 and CloudFront in front, ALB and compute in the middle, RDS PostgreSQL at the back. Normal response time is 1 ms; the incident jumps to 1 second or more. Dynatrace Real User Monitoring in that walkthrough quantifies 435 users on the degraded path. Davis AI detects the slowdown, traces it to database queries, and triggers AWS DevOps Agent, which finds a dropped index and returns a four-phase mitigation plan: Prepare, Pre-validate, Apply, Post-validate.
Dynatrace’s orchestration post adds two named customer scales, not as a promise to your shop but as a sense of the environments the stack was built for. According to that Dynatrace post, Western Governors University runs a fully online environment for 200,000 students. United Airlines is described as transporting more than 500,000 passengers daily across more than 500 AWS accounts, 20,000 Lambda functions, and 38,000 OneAgent deployments.
A 10-person agency is not United Airlines. The transferable piece is the single view: Dynatrace identifies the layer, the cloud agent investigates, findings write back, nobody tab-switches at 3:00 a.m. Teams already routing tickets and documents through US Tech Automations workflows will plug this in as a model swap, not a rebuild — the approval step stays; the investigator changes.
| Agent | Home cloud | Human gate (vendor docs) | Example figure from vendor or partner write-up |
|---|---|---|---|
| AWS DevOps Agent | AWS | mitigation plans for human or coding-agent apply | up to 70% MTTR (joint Dynatrace customers); 1 ms → 1 s walkthrough |
| Azure SRE Agent | Azure | Review mode default at create; Autonomous optional | 40 min trend; 2 h prior deploy; 30–60 s restart window |
| Gemini Cloud Assist | Google Cloud | explicit user authorization | preview listed at $0 until GA |
| Sources: AWS DevOps Agent; AWS features; AWS + Dynatrace walkthrough; Azure SRE Agent overview; Azure run modes; Gemini Cloud Assist; Dynatrace AWS integration. |
USTA analysis: the 53-point governance gap
Label: USTA analysis. Inputs only. No new survey.
Take the two SecurityBrief figures that Dynatrace cited: 74% of organisations plan to adopt agentic AI within two years, and 21% have a mature governance model. Subtract.
| Input | Figure |
|---|---|
| Plan to adopt agentic AI within 2 years | 74% |
| Mature governance model in place | 21% |
| Governance gap (74 − 21) | 53 percentage points |
| Cannot shut down a rogue agent | 35% |
| Sources: SecurityBrief Asia reporting Dynatrace-cited research. Arithmetic: 74 − 21 = 53. |
A 53-point gap means most of the shops that intend to buy an Autonomous SRE Agent do not yet have a written way to stop it. Pair that with the 35% who say they could not shut a rogue agent down, and the product that matters is not the model. It is the monthly duration budget, the Review run mode, the Activity tab that rates each response Good / OK / Bad, and the human who still owns SEV.
PagerDuty’s public severity table still classifies SEV-1 through SEV-5 and treats SEV-1 and SEV-2 as major incidents. SEV-3 is immediate work for service owners; SEV-4 is a low-urgency page; SEV-5 is a ticket. An agent that auto-investigates SEV-5 is burning budget. An agent that waits for a human on SEV-1 is the point of Review mode.
Google’s incident-management chapter still requires an incident commander, an ops lead who is the only group modifying the system, a communications lead, a live incident document, and a clear handoff. The workbook traces that structure to the Incident Command System, established in 1968 by firefighters. An Autonomous SRE Agent can fill the ops-lead’s gathering work. It should not silently become the commander.
Governance the boring way
NIST’s AI Risk Management Framework (AI RMF 1.0, released January 26, 2023; PDF at NIST.AI.100-1) is voluntary and use-case agnostic. It organizes work into four functions: GOVERN, MAP, MEASURE, MANAGE. Trustworthiness characteristics include valid and reliable, safe, secure and resilient, accountable and transparent, explainable and interpretable, privacy-enhanced, and fair with harmful bias managed. NIST released a generative-AI profile on July 26, 2024, and on April 7, 2026 posted a concept note for a profile on trustworthy AI in critical infrastructure.
Incident handling itself moved. NIST SP 800-61 Rev. 3 was published April 2025 as a CSF 2.0 community profile and supersedes Rev. 2. The Rev. 2 PDF is withdrawn as of April 3, 2025 and kept only as history. If your runbook still cites the 2012 four-phase loop as if it were current federal guidance, update the citation before you let an agent execute the loop.
Article 14 of the EU AI Act requires high-risk systems to be overseen by natural persons, including the ability to disregard or reverse output and to interrupt the system through a “stop” button that leaves it in a safe state. The article’s application dates in the unofficial navigator we opened are 2 December 2027 (Annex III high-risk) and 2 August 2028 (Annex I). Most SMB booking sites are not high-risk under that annex. The stop-button idea is still the right design even when the statute does not yet apply.
DORA’s 2024 Accelerate report is the other caution: AI adoption increased individual productivity, flow, and job satisfaction, and it also negatively impacted software delivery stability and throughput. The report’s remedy is not “ban agents.” It is small batches, robust testing, and stable priorities. An Autonomous SRE Agent that ships a mitigation without a post-validate step is the stability hit DORA is describing.
A solo-run clinic that already files intake through US Tech Automations can treat the agent as another approval step on the same path: the form still lands, the restart still waits, the chart still has a human name on the change.
What a small team should actually do
Do not buy a three-cloud orchestration app because a press release used the word autonomous. Do copy the shape.
Write the Interaction Profile on paper first. Which alerts may auto-investigate? Availability and error, yes. Cosmetic SEV-5, no. Which entity types? The booking API and the payment webhook, yes. The marketing blog, no. Who is the incident commander after 6 p.m.? If the answer is “whoever sees Slack,” you do not have a commander, and an agent will not invent one.
Pick a run mode per workflow, the way Azure documents it. Production incidents stay in Review until you have two to four weeks of “we would have approved that.” Recurring health checks can go Autonomous. Security alerts stay in Review. That is Microsoft’s table; it is also common sense.
Keep a living incident document. Google still wants one. PagerDuty still wants one. The agent’s Activity tab can be that document if someone reads it. If nobody reads it, you have built a silent log.
Instrument before you automate. OpenTelemetry ownership of your traces, metrics, and logs is what lets any vendor’s agent see the same truth. If your form-to-CRM path has no trace across the form, the middleware, and the CRM, the agent will invent a story from the one hop it can see.
Reuse the rest of the shop’s automation sense. The state of small-business automation is already about removing toil that scales linearly. An Autonomous SRE Agent is that idea applied to the pager. Agency teams that already compare workflow tools should add “who owns the incident record” to the scorecard, next to “who owns the client Slack.”
Map those same gates onto US Tech Automations agentic workflows so the human still signs the risky change. The product to wire is not a new monitoring religion. It is the approval graph you already trust.
Honest limits
Cloud SRE Agent was described in June 2026 as a community-supported app in Dynatrace Hub. Community-supported is not the same as a globally committed SLA. Read the support term before you put it on the SEV-1 path.
Autonomous SRE Agent and Agent Builder were expected in August 2026 as of the July 27 announcement. This page is written as of 2026-09-02; confirm tenant availability in your own Dynatrace environment rather than assuming every SaaS customer received both features on the same day.
The 70 percent MTTR figure is “up to,” scoped to joint AWS DevOps Agent customers as reported by Dynatrace, not a median across Azure and Google, and not a guarantee for a 12-person shop. AWS’s “hours to minutes” line is a features-page claim about example classes, not a published distribution of real MTTR.
Gemini Cloud Assist’s deep investigations tool was still in private preview on the product page we opened, and the list price after preview is not a single public number on that page.
Agents inherit permission. Azure’s docs are blunt: if the agent lacks permission, it prompts for on-behalf-of access even in Autonomous mode. An agent with standing write access and Autonomous mode on production is a change-management decision, not a checkbox.
None of this replaces the commander, the customer message, or the postmortem. Google’s unmanaged-incident portrait still holds: a well-meaning engineer who deploys an uncoordinated CPU-affinity change can kill the remaining servers in seconds. An agent can make that class of mistake faster.
Signal vs Speculation
Signal (sourced): Dynatrace announced Autonomous SRE Agent, Cloud SRE Agent, and Agent Builder on July 27, 2026. Cloud SRE Agent and Assist are available to SaaS customers on DPS; Autonomous SRE Agent and Agent Builder were expected in August 2026. Cloud SRE Agent orchestrates AWS DevOps Agent, Azure SRE Agent, and Gemini Cloud Assist into one audit trail, with Interaction Profiles and monthly duration budgets. Dynatrace reports up to a 70 percent MTTR reduction for joint AWS customers. Google SRE still publishes the 50 percent toil cap, the 33 percent average, and the availability table. NIST AI RMF 1.0 (January 26, 2023) and SP 800-61 Rev. 3 (April 2025) are the current U.S. voluntary frames for AI risk and incident response. Azure documents Review versus Autonomous run modes. The EU AI Act Article 14 stop-button language exists for high-risk systems, with the dates listed on the navigator page. OpenTelemetry graduated at CNCF on May 11, 2026. DORA 2024 recorded a productivity gain and a stability cost from AI adoption.
Speculation (our read, 12–36 months): If the 53-point governance gap holds, mid-market buyers will purchase Cloud SRE Agent for the audit trail and leave Autonomous SRE Agent in “fold only, do not remediate” for the first year. SMB shops will not install Dynatrace. They will feel the same pattern through the hyperscaler agents already bundled in AWS, Azure, and Google Cloud, and through whatever ticketing tool they already pay for. The winning small-team design is a Review-mode restart on the two or three services that take money (booking, payments, patient portal), with a written commander and a duration budget, not a no-code agent zoo. Vendors that cannot show a stop path and a per-agent meter will lose security review even when the demo is fast. Our read: if X holds — X being “agents act only inside a named budget and a named run mode” — then a 10-person agency can retire tab-switching without retiring the human who still texts the client.
FAQs
What is an Autonomous SRE Agent?
An Autonomous SRE Agent is software that starts when a new production problem is detected, checks whether that problem belongs to an existing investigation, and either opens a case or folds the new evidence into the case that is already running. Dynatrace’s July 27, 2026 definition is the one that minted the phrase; other vendors describe similar “frontier” or “SRE” agents that investigate without waiting for a human to click Start.
How is Cloud SRE Agent different from Autonomous SRE Agent?
Cloud SRE Agent is the multi-cloud coordinator: it dispatches AWS, Azure, and Google Cloud agents and writes one auditable record. Autonomous SRE Agent is the case-folder: it decides whether a newly detected problem is already under investigation and attaches it if so. You can run the coordinator without the folder, but then two problems that are the same fire still look like two fires.
Do I need this if I am not an enterprise SRE team?
You need the pattern if one person still owns uptime and the symptoms land in more than one vendor console. You do not need Dynatrace’s SKU list to write Interaction Profiles, a Review-mode restart, and a single incident document. Start with the two services that take payment or appointments. Leave the rest on tickets.
When did this become available?
As of July 27, 2026, Dynatrace said Cloud SRE Agent, Enhanced Assist, and the expanded integrations were available to SaaS customers on DPS, with Autonomous SRE Agent and Agent Builder expected in August 2026. AWS DevOps Agent reached general availability on March 31, 2026 per Dynatrace’s integration note. Azure SRE Agent and Gemini Cloud Assist were already documented as productized agents with their own gates. Confirm the flags in your own tenant.
What happens when the agent is wrong?
You need a deny path. Azure’s Review mode shows Approve and Deny on infrastructure writes. Dynatrace’s Activity tab lets a human rate a response Good, OK, or Bad. Google Cloud Assist states it acts only with explicit user authorization. EU AI Act Article 14, where it applies, requires a stop that leaves the system in a safe state. If you cannot name the person who hits stop, do not turn on Autonomous mode.
Who still owns the pager?
A human incident commander. Google’s process still separates command, ops, and communications. PagerDuty still pages an IC for major incidents. The agent can be the ops gatherer. It should not send the customer email, declare SEV, or close the incident without a named owner.
Can I build a custom agent without writing code?
Dynatrace’s Agent Builder is the no-code path in this announcement, expected in August 2026 as of the July 27 release. Azure already documents an agent builder with skills, custom agents, Python tools, MCP servers, and hooks. AWS documents custom SRE agents inside Agent Spaces, plus MCP and A2A so other agents can call it. No-code does not mean no permissions.
Glossary
Autonomous SRE Agent — A governed program that triggers on a newly detected problem and folds it into an existing investigation when it belongs there.
Cloud SRE Agent — Dynatrace’s orchestrator that dispatches AWS, Azure, and Google Cloud agents and stores one audit trail.
Toil — In Google SRE, repetitive, automatable operational work that scales linearly with service size; the advertised cap is 50% of an SRE’s time.
MTTR — Mean time to resolution, the clock from detect to restore; the 70% figure in this article is Dynatrace’s “up to” claim for joint AWS customers.
Run mode — Azure’s Review (ask first) versus Autonomous (act and report) setting, applied per response plan or scheduled task.
Interaction Profile — Dynatrace routing rules that decide which agent gets which problem, including budget gates.
SLI / SLO / SLA — Indicator, objective, and agreement for a service level; Google separates the three so a missed objective has a known consequence only when an SLA exists.
MCP — Model Context Protocol, an open standard for connecting AI applications to tools and data so an agent is not trapped in one UI.
The pager does not get quieter because a vendor shipped a noun. It gets quieter when new symptoms join the investigation you already opened, when the three clouds write to one record, and when a named human can still say no. If you want that approval graph on the same rails as the rest of the shop, open the agentic workflow builder and put the stop button in the path before the restart.
About the Author

Helping businesses leverage automation for operational efficiency.
Related Articles
See how AI agents fit your team
US Tech Automations builds and runs the AI agents that handle this work end to end, so your team doesn't have to.
View pricing & plans