
Build a topology map
- Agent-led discovery
- Import from IaC
- Manual builder
Ask an agent to discover resources and relationships directly from your connected cloud accounts. The map stays synced as your infrastructure changes.Discovery requires an active connection for each provider you want mapped.
Resource types
The Topology Explorer supports all major cloud resource types:Views, filters, and export
How agents use topology
Every agent can read the topology map and reason over dependency paths:Topology-driven RCA
Topology speeds up root cause analysis because most incidents originate in a dependency, not in the service that alerted. Here is a worked example. The alert: checkout success rate drops to 60%. Checkout logs show scattered timeouts, but the payment service, database, and cache all report healthy.-
Start from the alert, not from logs. Center the map on the alerting service with health overlaid:

- Trace upstream. The map shows the dependency chain checkout service → payment gateway → external payment API — and the external API node is marked degraded.
-
Confirm with metrics and rule out recent changes before acting:
Alex shows timeouts concentrated on the gateway-to-external-API edge, with no recent deployments on the payment path — confirming the third-party provider as the origin.
- Resolve and document. Fail over to the backup payment provider, then export a topology snapshot for the incident record and postmortem.
Reading a cascading failure
When several services fail at once, the topology timeline view shows the origin and the propagation order in a single view, instead of each team investigating its own service. In this cascade, every downstream failure traces back to one expired SSL certificate:Other things to ask
@alex show downstream dependencies of payment-service— check blast radius before a risky change@oliver map all connections from instance i-0abc123— scope security exposure during an investigation@tony map every service connecting to the production database— find the source of connection exhaustion@kai show service dependencies and single points of failure in the cluster— harden Kubernetes reliability@alex compare the production topology with the DR region and list missing resources— validate disaster recovery coverage
Related
Resources
View all discovered infrastructure resources
Root cause analysis
Run agent-led RCA on incidents
Assessment
Run infrastructure assessments