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

# Developers

> Accessing API keys through Console.

## Overview

Production and Sandbox API keys can be created in [Console](https://console.argyle.com/api-keys).

* API keys are an `id` and `secret` combination used to [authenticate API requests](/api-guide/overview#authentication).
* Sandbox API keys allow you to retrieve sample data.
* Production API keys are used when connecting real accounts.

<Note>
  API key secrets are only visible during API key creation and partially obfuscated thereafter. Please ensure you copy and securely store API secrets when creating new API keys.
</Note>

## API keys

<Frame>
  <img src="https://mintcdn.com/argyle/NMp3ek9jel7nGcQ8/images/console/management/developers/1-developers.png?fit=max&auto=format&n=NMp3ek9jel7nGcQ8&q=85&s=7b8c8d4f629ae5768e8a55aa446e297d" alt="API keys are found in the Developers section of Console." width="2100" height="1350" data-path="images/console/management/developers/1-developers.png" />
</Frame>

You can generate as many sets of Sandbox and Production API keys in Console as needed. For example, you could have a set of API keys for every [Console member](/console/management/members) on your team, or sets of API keys that correspond to a specific Console member [role](/console/management/members#roles-and-permissions).

Argyle provides both Sandbox and Production [API environments](/api-guide/overview#environments). In the Sandbox API environment for example, authorize requests using your Sandbox API key and secret, and make requests to various endpoints using the Sandbox `https://api-sandbox.argyle.com/v2` base URL.

To generate new API keys:

1. Select "Create API key" in the upper-right of the [API keys section of Console](https://console.argyle.com/api-keys).
2. In the pop-up, enter a name for the new set of API keys and select an environment.

<Frame>
  <img src="https://mintcdn.com/argyle/NMp3ek9jel7nGcQ8/images/console/management/developers/2-developers.png?fit=max&auto=format&n=NMp3ek9jel7nGcQ8&q=85&s=f16cf8b3b8e7c3869b1b6b1b12261a8f" alt="Generate new API keys through Console." width="2100" height="1350" data-path="images/console/management/developers/2-developers.png" />
</Frame>
