> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/ru/api-documentation/api-key-management/api-key-creation-and-management.md).

# Создание и управление API-ключами

### Шаг 1: Войдите в свою панель управления

* **Перейдите на страницу входа:**\
  Откройте <https://aikynetix.app/login> и войдите, используя свои учетные данные.\
  *(Если у вас еще нет учетной записи, пожалуйста, зарегистрируйтесь сначала.)*

### Шаг 2: Откройте настройки

* **Перейдите в настройки:**\
  После входа щелкните на значок вашего профиля в правом верхнем углу панели управления.\
  Затем выберите **Настройки** из выпадающего меню.

### Шаг 3: Перейдите в управление API

* **Откройте вкладку управления API:**\
  На странице настроек найдите вкладку **API Management**. Этот раздел предназначен для создания и управления вашими API-ключами.

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

### Шаг 4: Создайте новый API-ключ

* **Заполните форму API-ключа:**\
  В разделе управления API нажмите кнопку **Create API Key**.\
  Заполните форму следующими данными:
  * **Название ключа:** Введите описательное имя (например, "Production Key" или "Dev Key").
  * **Домен:** Укажите домен, на котором вы планируете использовать этот ключ.
  * **Описание (необязательно):** Добавьте любые дополнительные заметки о предназначении ключа.
* **Отправьте запрос:**\
  Нажмите **Submit**, чтобы сгенерировать новый API-ключ.

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

### Шаг 5: Скопируйте и сохраните ваш API-ключ

* **Просмотрите ваш API-ключ:**\
  После отправки ваш новый API-ключ будет отображен на экране.\
  **Важно:** Скопируйте ключ немедленно и сохраните его в безопасном месте. По соображениям безопасности вы не сможете позже просмотреть полный ключ снова.
* **Использование вашего API-ключа:**\
  Включите этот ключ в ваши API-запросы, установив заголовок `API-KEY` следующим образом:\
  `API-KEY: <your_api_key>`

### Шаг 6: Управление ключами

* **Просмотрите ваш API-ключ и управляйте им по своему усмотрению.**

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

#### Дополнительная информация

Для подробных инструкций по управлению, отключению или удалению вашего API-ключа, пожалуйста, ознакомьтесь с [разделом](/ru/api-documentation/api-key-management.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aikynetix.app/ru/api-documentation/api-key-management/api-key-creation-and-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
