---
metadata:
  - name: generator
    content: Diplodoc Platform v5.56.0
alternate:
  - https://yandex.ru/dev/browser/corp-console/doc/ru/access.md
  - href: https://yandex.ru/dev/browser/corp-console/doc/ru/access.md
    type: text/markdown
    title: Markdown version
  - href: https://yandex.ru/dev/browser/corp-console/doc/ru/llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/browser/corp-console/doc/ru/llms.txt

# Подключение и доступ

Чтобы получить API-ключ:

1. Войдите в [веб-версию Консоли управления](https://browser.yandex.ru/corp/builds) с Яндекс ID, к которому привязана лицензия.
2. В разделе **Настройки**&nbsp;→ **API-Токены** нажмите **Создать токен**.
3. Скопируйте полученный API-ключ и используйте его в HTTP-заголовке Authorization во всех запросах. Например, так можно получить настройки партнера:

```no-highlight
GET http://corp.browser.yandex.ru/browser/public/api/browser-management/partner-settings

Authorization: {ваш токен}
```
