> ## 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 Rootly API client libraries for TypeScript, Rust, Python, Go, Swift, Ruby, Java, and Terraform to automate incident management workflows.

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="Swift SDK" icon="swift" href="/integrations/swift-sdk">
    Official Swift client library for the Rootly API
  </Card>

  <Card title="Python SDK" icon="python" href="/integrations/python-sdk">
    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>

  <Card title="Rust SDK" icon="rust" href="/integrations/rust-sdk">
    Strongly-typed Rust 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.
