> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions/cloud-api/create-cloud-api-key.md).

# Create Cloud API Key

#### Who can manage the integration?

{% hint style="info" %}

* Workspace owners
* Workspace administrators
* Or users who have Write permission for Integrations.
  {% endhint %}

{% stepper %}
{% step %}

### Access your account

Log in to your Aranet Cloud account, but before you proceed with creation, make sure that the permission requirements are met.

<div data-with-frame="true"><figure><img src="/files/Vf89HciUZ4zBfeF1QmtG" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Locate the API tab

Navigate to the **SETTINGS** menu and select the **API** tab:

A brief API key description and [link to complete Aranet Cloud API documentation](https://test.aranet.cloud/openapi/)[ ](https://aranet.cloud/openapi/), as well as the list of created keys, are here.

<div data-with-frame="true"><figure><img src="/files/DRomYKtvSTS6Ubg8v3s3" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Create API key

Click on the **CREATE NEW** button; a new pop-up window will open:

<div data-with-frame="true"><figure><img src="/files/X3Nmidyyx6bLZbxmpcKO" alt=""><figcaption></figcaption></figure></div>

Enter the API account name, descriptio&#x6E;**,** and key expiration date (if needed)**.** Press **the CREATE** button.

<div data-with-frame="true"><figure><img src="/files/3Exa0rTmu1CnwQrzCewI" alt=""><figcaption></figcaption></figure></div>

API key expiration, by default, is set to: Never

After you click the CREATE button, the API key will be created.

To see your generated API key, you have to click on the API you created, or on the pencil icon, where a new pop-up window will appear:

<div data-with-frame="true"><figure><img src="/files/r1dysCwvz1RJiYXLyqEe" alt=""><figcaption></figcaption></figure></div>

You will see the generated API key, which can be copied to the clipboard by pressing the button. API key expiration date can be adjusted; then the key can be **SAVED** or **DELETED**. If no changes are needed, close the window.
{% endstep %}
{% endstepper %}

#### Locate your API integration

The updated API tab with the new key in the list opens:\
You can review the API key log file by pressing the *clock* button, or edit it by clicking on the *pencil* button.

<div data-with-frame="true"><figure><img src="/files/VpGBnLxqH5n0ptadDjaU" alt=""><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/04tXN6rkQmhNGNWjkHh3" alt=""><figcaption></figcaption></figure></div>


---

# 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://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions/cloud-api/create-cloud-api-key.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.
