> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyshift.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Graph API

> Query your live production graph from code, CI, internal platforms, and AI agents.

The Anyshift Graph API exposes the relationships between your Kubernetes, cloud, infrastructure as code, APM, and monitoring systems as one read-only API.

Your code, pipelines, and agents query the graph directly instead of copying an entire stack into a prompt. The same query can run through the TypeScript SDK, HTTP API, CLI, or MCP.

<Info>
  Production access stays read-only. Queries return current, governed context without handing write credentials to downstream agents.
</Info>

## Start building

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="typescript" href="/pages/product/integration/sdk">
    Install `@anyshift/graph-sdk`, authenticate, and run your first typed query.
  </Card>

  <Card title="SDK capabilities" icon="list-check" href="/pages/product/integration/sdk_capabilities">
    Browse the complete helper surface across operations, Kubernetes, security, observability, APM, and GitOps.
  </Card>

  <Card title="Graph Query Language" icon="code" href="/pages/product/integration/graph_query_language">
    Browse every deterministic query target, filter, and accepted value.
  </Card>
</CardGroup>

## Watch the overview

<iframe width="100%" height="420" src="https://www.youtube-nocookie.com/embed/iuGrN5EPi3U?rel=0" title="Anyshift Graph API overview" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

Query production context in milliseconds while keeping access governed and read-only.

## Use cases

<CardGroup cols={2}>
  <Card title="Backstage" icon="book-open" href="/pages/product/graph-api/backstage">
    Keep catalog pages synchronized with the live production topology.
  </Card>

  <Card title="Alert noise" icon="bell" href="/pages/product/graph-api/alert-noise">
    Rank noisy monitors and protect the on-call rotation.
  </Card>

  <Card title="Configuration churn" icon="rotate" href="/pages/product/graph-api/configuration-churn">
    Find repeated changes before they become incidents.
  </Card>

  <Card title="PR blast radius" icon="code-pull-request" href="/pages/product/graph-api/pull-request-blast-radius">
    Bring live dependency context into code review.
  </Card>
</CardGroup>
