[Yandex Cloud documentation](../../index.md) > [Yandex Message Queue](../index.md) > Getting started > Supported tools

# Tools for working with Yandex Message Queue

To access the API, use any Amazon SQS compatible tools, such as AWS CLI, Boto3, or other [supported by SDK](https://aws.amazon.com/tools/#sdk).

## Other SDKs {#sdk}

* [YandexMQ client for 1C:Enterprise 8](https://github.com/leemuar/yandexmq-sdk-1c). Supported by third-party developers.

## Getting started {#preparations}

1. [Create a service account](../../iam/operations/sa/create.md).
1. [Assign to the service account the roles](../../iam/operations/sa/assign-role-for-sa.md) required for your project. For more information about roles, see [this Identity and Access Management guide](../../iam/concepts/access-control/roles.md).
1. [Create a static access key](../../iam/operations/authentication/manage-access-keys.md#create-access-key).


Use the following parameters when configuring the tools:

* Static key ID for `AWS_ACCESS_KEY_ID`
* Secret key for `AWS_SECRET_ACCESS_KEY`
* `ru-central1` for the region
* `https://message-queue.api.cloud.yandex.net` for the endpoint