# API Keys

The "API Keys" page in the Impossible Cloud Management Console (ICMC) is where you can create and manage your API access credentials.

API keys enable programmatic access to ICMC via a [RESTful API](https://api.partner.eu-central-2.impossiblecloud.com/swagger/index.html), which allows you to automate tasks and integrate ICMC features into your applications or workflows. RESTful API stands for Representational State Transfer, a standard software architectural style for creating scalable web services. It enables interaction with ICMC through a set of stateless operations.

When creating a new API Key:

1. Click on '**Create new API Key**' to generate a token.
2. Enter a description and set an expiration date/time for the key.
3. Once created, ensure to copy the key immediately; it's your only chance to do so.
4. The key won't be visible again for security reasons, but you can delete it using the trash bin icon if needed.

Remember, these keys grant access to the I**CMC distributors features** via API, so handle them securely.


---

# 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://docs.impossiblecloud.com/partner-portal-help/management-console-guide/using-icmc-as-a-distributor/api-keys.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.
