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

# API Keys

## Introduction

​To interact programmatically with GPU Trader's services, you'll need to generate an API key. This key authenticates your requests and ensures secure access to your account.

## Adding a New API Key

<Steps>
  <Step title="Access the Console">
    Navigate to the GPU Trader [Console](https://console.gputrader.io).

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/logged-out.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=ca6639000cb4ee5403b19ccf75ec85d6" width="1720" height="1392" data-path="renters/images/api-keys/logged-out.png" />
  </Step>

  <Step title="Sign In">
    Log in with your GPU Trader account credentials.​

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/signup-signin.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=dc2745dfaf2e8820e0a348fb1a9ac3ca" width="1720" height="1392" data-path="renters/images/api-keys/signup-signin.png" />
  </Step>

  <Step title="Navigate to 'My Account'">
    Once logged in, click on your 'User Name' and select 'Profile'.​

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/user-profile.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=f24faab1a7f134aff66cda046fe14b87" width="1720" height="1392" data-path="renters/images/api-keys/user-profile.png" />
  </Step>

  <Step title="Navigate to API Keys Section">
    Go to the 'API Keys' tab within your account settings.

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/my-account.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=7eb342fd23388f2f019b166e84d777e2" width="1720" height="1392" data-path="renters/images/api-keys/my-account.png" />
  </Step>

  <Step title="Create a New API Key">
    Click on 'Create Key' to generate a new API key.​

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/my-api-keys-blank.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=6412f53ef66520fb61b17176030ac3d4" width="1720" height="1392" data-path="renters/images/api-keys/my-api-keys-blank.png" />
  </Step>

  <Step title="Configure API Key">
    Specify the desired name and experiation for the API key.​ Click 'Create'.

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/generate-api-key.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=bc18937d859ffffa0aa59cb4f4e80d1a" width="1720" height="1392" data-path="renters/images/api-keys/generate-api-key.png" />
  </Step>

  <Step title="Copy and Save the API Key">
    After creation, securely store the API key. For security reasons, this will be the only time the full key is displayed.

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/copy-api-key.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=ac55f05dd4d1ac40f79ff08f429ccbfd" width="1720" height="1392" data-path="renters/images/api-keys/copy-api-key.png" />
  </Step>

  <Step title="Success">
    You can create another key or return to the Find a Device page.
    <Warning>Important Security Note: Treat your API key like a password. Do not share it or expose it in public repositories. If you suspect that your API key has been compromised, revoke it immediately through the console and generate a new one.</Warning>

    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/gputrader/PlULXMRHxtekImgv/renters/images/api-keys/my-api-keys.png?fit=max&auto=format&n=PlULXMRHxtekImgv&q=85&s=e4c21e264533ec11ea54ccdb8c753995" width="1720" height="1392" data-path="renters/images/api-keys/my-api-keys.png" />
  </Step>
</Steps>
