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

# Nebius AI Cloud SDKs

The Nebius AI Cloud SDKs are client libraries for working with Nebius AI Cloud resources from applications. The SDKs provide typed service clients generated from the [Nebius AI Cloud API](https://github.com/nebius/api), so you can manage resources and call services without constructing API requests manually.

The SDKs are provided for the following programming languages:

<CardGroup cols={3}>
  <Card title="Go" icon="golang" iconType="brands" href="/sdk/go/install-auth" />

  <Card title="Python" icon="python" iconType="brands" href="/sdk/python/install-auth" />

  <Card title="JavaScript" icon="js" iconType="brands" href="/sdk/javascript/install-auth" />
</CardGroup>
