# 🔑 Create JTheta API Key

Authenticate JTheta's API and SDK with an API key

Create a API key in JTheta.ai:

1. Log in to JTheta.ai : [https://app.jtheta.ai](https://app.unitlab.ai/)
2. Click **CREATE API Key** in the left sidebar.
3. Click the **Generate API Key** button.

<figure><img src="/files/qWrKJDjC9Qnh5IVukAiw" alt=""><figcaption><p><strong>CREATE API Key</strong></p></figcaption></figure>

<figure><img src="/files/CkGjAoo9SSEVdDtRE42Y" alt=""><figcaption><p><strong>Generate API Key</strong></p></figcaption></figure>

{% hint style="info" %} <mark style="background-color:green;">The API key grants complete access to the current workspace. Keep your API key secret. Treat it like a password. Do not share them with anyone else.</mark>
{% endhint %}


---

# 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://jtheta-ai.gitbook.io/docs.jtheta.ai/authentication/create-jtheta-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.
