# Getting Started with APIs

### How to generate your Developer API key?

Login to you Dashboard -> click on the image icon on the bottom left corner of the screen -> then click on "Profile"

In the right Section on the bottom you will see a card as follows

<figure><img src="/files/9aV0v028Wcc8FFjY1K9C" alt=""><figcaption></figcaption></figure>

Click on "**Generate Your Secret Key**" to generate your own Developer API key.

You will then see the options change.

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

You can then click on the ":eye:" icon to reveal your key and copy it for usage and API calls.

If at any point you are not using your API key, you can also disable it by clicking on the "**switch**" above the dialogue box, as shown below

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

{% hint style="info" %}
*<mark style="color:red;">Do not</mark> reveal your API Key on any public platform, doing so will compromise your <mark style="color:green;">Privacy</mark>, <mark style="color:green;">Account</mark> & that of <mark style="color:green;">Orimon</mark> as well! If, for any reason, you have exposed your API key at any point where you shouldn't have, <mark style="color:blue;">Immediately delete it!</mark> by clicking on the "**bin/delete**" icon next to key itself in the dialogue box. You will then have to re-generate an API key by following the above mentioned steps again.*
{% endhint %}

Thats it! Now you have your Developer API key to integrate responses from Orimon even in your own applications and code.&#x20;

### How to get "tenantId" for your Chatbot?

Login to your dashboard and click on the bot configuration page as shown below.

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

At the top, in the URL bar copy the value starting in the front of *"tenant/"* all the way to the end, like shown below.

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

That's it! You now have the "**tenantId**" of the chat-bot you wish to use with your APIs.


---

# 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://orimon.gitbook.io/docs/developer-api/getting-started-with-apis.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.
