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

# Official SDKs

> Official client libraries for interacting with the Rootly API, including TypeScript, Python, Go, Ruby, and Terraform SDKs for incident management automation.

Rootly provides official SDKs to help you integrate with our API in your preferred programming language.

<CardGroup cols={2}>
  <Card title="Go SDK" icon="golang" href="https://github.com/rootlyhq/rootly-go">
    Official Go client library for the Rootly API
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/rootlyhq/rootly-python">
    Official Python client library for the Rootly API
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/integrations/typescript-sdk">
    Type-safe TypeScript client for the Rootly API
  </Card>
</CardGroup>

Follow the links above for installation instructions, usage examples, and detailed documentation — either in the dedicated docs page or the GitHub repository.
