# How to get your API key

You can take your Unit and bring it to your existing application thanks to the Factory API capabilities.

First of all, create an agent as stated in the Reigent Factory.

Then, on the top right bar , click the three dots next to create and click "View API"&#x20;

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

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

The Secret Key, as stated in the name, should never be disclosed with anyone: simply click the Copy button next to it and then paste it in your code.

In addition to that, you can see the Model Configuration and the Tools available: soon you'll be able to select the tools you need and/or add your own.\
In addition to those and not listed because part of the inner core architecture there is Browser Use, MCP capabilities, Blockchain interaction and of course the Memory Management System.

Copy your api key and you're ready for the next step.


---

# 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://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/how-to-get-your-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.
