Skip to main content
The Graph SDK is a programmable interface to Anyshift’s infrastructure graph. Use it when you need graph answers inside automation, dashboards, CI checks, incident workflows, deployment gates, or developer tools. For the exhaustive source-of-truth matrix, see CAPABILITIES.md in the SDK repository.

Dependency and Impact Analysis

Timelines and Change Feeds

Topology and Diagrams

Topology supports context, container, component, and dynamic levels. Dynamic topology renders as a sequence diagram; the other levels render as flowcharts.

Kubernetes Safety and Hygiene

Security and Exposure

Observability and Alerting

Service Dependencies and Ownership

Choosing the Right Entry Point

Use typed helpers when you need deterministic automation. Use graph.query() when you need a graph SQL escape hatch. Use graph.ask() when the caller has a natural-language question and can accept server-side routing.
For full parameter details and the underlying query intent names, use the SDK repository’s CAPABILITIES.md.