# How to Get API Keys

To work with the CryptoCloud API, you will need to get unique API keys. These keys identify your project and enable secure communication between your platform and the CryptoCloud service. Here's how you can get your API keys:

1. **Log in to your personal account:**

   * Register and log in to your personal account on the CryptoCloud platform.

2. **Create a new project:**

   * Go to «My Projects» in the left menu.
   * Click the «Create a new project» button.
   * In the «How do you want to accept payments» section, select «On your website».
   * Fill in all the required parameters.

3. **Receiving keys:**
   * After creating a project, go to its settings.
   * On the right side of the screen, find the section with your API KEY, SHOP ID and SECRET KEY.

{% hint style="info" %}
[How can I add a project?](https://cryptocloud.plus/en/faq/getting-started/how-to-add-project)
{% endhint %}

You now have all the keys you need to work with the CryptoCloud API. Keep them secured and do not share them with third parties.


---

# 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.cryptocloud.plus/en/start/get-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.
