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

# Get API Key

> How to get an API key for running SDK

To use the SDK, you need an API key. You will see the detailed steps to get your API key.

<Steps>
  <Step title="Go to Podonos website.">
    Visit **[www.podonos.com](https://www.podonos.com)**.
  </Step>

  <Step title="Sign into Workspace">Sign in or login with your account</Step>

  <Step title="Open API keys">
    Go to API keys in the left panel.

    <Frame>
      ![api-key-setting.png](https://static-public.podonos.com/sdk/2024-11-04_generate_api_key.png)
    </Frame>
  </Step>

  <Step title="Create a new API key">Click **Generate API key**.</Step>

  <Step title="Copy">
    Copy your API key by clicking the copy icon. You will use this API key
    whenever you use the SDK. In the [API Key Setup](/docs/apikeysetup), you
    will see how to use the API key on SDK.

    <Frame>
      ![api-key-setting.png](https://static-public.podonos.com/sdk/2024-11-04_copy_api_key.png)
    </Frame>
  </Step>
</Steps>

<Warning>Please keep this API key safe.</Warning>
