# Create an API key

## **Navigate to settings**

From the main dashboard, proceed to the 'Settings' section of the Cedalio Studio.

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

### **Access token generation**

Within 'Settings', locate and enter the 'Access Token Section'. Click on 'Generate Token' to create a new API key.

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

### **Secure your token**

The API key will be displayed only once. Carefully copy it. Store the API key in a secure location. It's crucial to treat this key as sensitive information.

## **Usage and security tips**

Name the token descriptively, such as 'stage-token' or 'production-token', to reflect its purpose and environment.

**Important**: Never embed the API key directly in front-end code or any environment where it can be easily accessed or exposed.

### **Manage API key**

If necessary, you can revoke the API key at any time from the same section for added security. Remember to follow best practices for API key security. If the key is compromised, revoke it immediately and generate a new one. For any further assistance or security concerns, please refer to the dedicated support within the Studio's documentation.


---

# 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.cedalio.com/introduction/quick-start/create-an-api-key.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.
