# API Key Generation

You can generate an API Key from your account console and use it with the API and command-line interface. Each user can create up to 10 API Keys. These keys are managed through the product dashboard, which you can access by logging into the Platform Dashboard (https\://\<domain>.login.illumina.com), navigating to the profile dropdown, and selecting "Manage API Keys."

<figure><img src="/files/pPzzkLScSkDl9u88zax9" alt=""><figcaption></figcaption></figure>

To generate a new API Key, click Generate. You will need to name the API Key and decide whether to include all workgroups or select specific workgroups. The chosen workgroups will be accessible using this API Key.

<figure><img src="/files/9ieyqvAhZqpwEAAoQGDI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/JI6s3fV9xXU7OXP9WSQV" alt=""><figcaption></figcaption></figure>

After generating the API Key, it will be displayed (initially hidden). You can reveal the key to copy or download it to a file for secure storage. Remember, once you close the window, the key will no longer be accessible through the domain login page, so ensure it is stored securely for future use.

<figure><img src="/files/58pYugKwTJKk8maoXVZU" alt=""><figcaption></figcaption></figure>

Store your API Key securely and refer to it when using the command-line interface or APIs.

For more information on how to use your API Key with Emedgene API, check out the [API Beginner Guide](/emedgene/emedgene-analyze-manual/integrations/api-beginner-guide.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/integrations/api-key-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
