# Requesting an API Key

To request an API key, fill out this form.

{% embed url="<https://tripetto.app/run/9TORBP90LS>" %}
**We will be unable to get you an API key if you do not have an account with us.**
{% endembed %}

{% hint style="warning" %}
The documentation and the API are in constant development so both the documentation and the API operation may undergo changes, it is recommended to be informed of new improvements.
{% endhint %}

\
\
A member of the TwinTune.ai team will review your request for access and be in touch.\
\
Once you have an API key, this key must be sent in the headers of each request you send, as outlined in the 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.twintune.ai/twintune/getting-started/requesting-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.
