# Obtaining API Key

To use the ClosingDealz API, you'll need an API key, which functions as your unique authentication method. Follow these steps to obtain your API key:

1. Log in to your ClosingDealz account.
2. Select a workspace you wish to integrate with.
3. Go to workspace settings. Located on the bottom left of your screen and click on "Settings".
4. Navigate to developers settings.
5. In the Developers area, opt to create a new API key. This key will be associated with your account and workspace, granting you access to the ClosingDealz API.

<figure><img src="/files/eScSY8aoeqV5IVzgny90" alt="ClosingDealz developer settings for API"><figcaption><p>ClosingDealz developer settings for API</p></figcaption></figure>

Be sure to keep your API key confidential to prevent unauthorized access to your workspace.


---

# 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://closingdealz.gitbook.io/product-docs/developers/obtaining-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.
