> ## Documentation Index
> Fetch the complete documentation index at: https://v2galileo-ankush-dangerous-output-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Finding Your Organization Keys

Here are three variables that help connect your application to Galileo's services:

1. Galileo API Key (`GALILEO_API_KEY`)
2. Galileo Project (`GALILEO_PROJECT`)
3. Galileo Log stream (`GALILEO_LOG_STREAM`)

Let's break down what each variable does and where to find it within the UI.

<Tip>
  It's possible to create an API key by using [this API endpoint](/api-reference/api_keys/create-api-key).
</Tip>

## Galileo API key

You will need your Galileo API key to be able to send traces to a Log stream from your applications or run experiments in code.

<Steps>
  <Step title="Select the user menu">
    Select the user menu in the bottom left.

    <img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/8wbALL-p805B7Y0s/references/faqs/user-menu.webp?fit=max&auto=format&n=8wbALL-p805B7Y0s&q=85&s=37247f43f97afd7538064cfac058f3a7" alt="The user menu" width="1329" height="874" data-path="references/faqs/user-menu.webp" />
  </Step>

  <Step title="Open the API keys page">
    Select **API Keys** from the user menu.

    <Columns cols={2}>
      <img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/8wbALL-p805B7Y0s/references/faqs/user-menu-api-key.webp?fit=max&auto=format&n=8wbALL-p805B7Y0s&q=85&s=0d1f9481b7c167d291629f09e4a265ba" alt="The API key menu" width="674" height="552" data-path="references/faqs/user-menu-api-key.webp" />
    </Columns>
  </Step>

  <Step title="Create a new API key">
    Select the **+Create new key** button to create a new API key.

    <img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/8wbALL-p805B7Y0s/references/faqs/create-new-api-key-button.webp?fit=max&auto=format&n=8wbALL-p805B7Y0s&q=85&s=2ff1efb94bddf4920e149930a33a5056" alt="The create new API key button" width="1480" height="348" data-path="references/faqs/create-new-api-key-button.webp" />
  </Step>

  <Step title="Name your API key">
    Give your API key a name, and optionally set an expiry date. By default API keys expire after a year.

    <Columns cols={2}>
      <img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/8wbALL-p805B7Y0s/references/faqs/create-api-key-dialog.webp?fit=max&auto=format&n=8wbALL-p805B7Y0s&q=85&s=58ce678fe6e0c03bbfc1a8b3cc5cd11b" alt="The create API key dialog" width="1192" height="844" data-path="references/faqs/create-api-key-dialog.webp" />
    </Columns>
  </Step>

  <Step title="Copy your API key">
    Copy your API key and store it somewhere safe. You will not be able to see this key again.

    <Columns cols={2}>
      <img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/8wbALL-p805B7Y0s/references/faqs/created-api-key.webp?fit=max&auto=format&n=8wbALL-p805B7Y0s&q=85&s=657a18286dd04758c891b29537f89e27" alt="The created API key" width="1194" height="646" data-path="references/faqs/created-api-key.webp" />
    </Columns>
  </Step>
</Steps>

## Where do I find my Galileo Project?

Your Galileo Project is the name of the project you create.

<Note>
  Below walkthrough is pending update for the current version of Galileo.
</Note>

<img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/PJoAXcxkBZ2jxEEM/images/create-new-project-project-key.gif?s=0ad9bd8ba10c748734388fc851771ae6" alt="How to create a new project key." width="2000" height="1142" data-path="images/create-new-project-project-key.gif" />

## Where do I find my Galileo Log stream?

The Galileo Log stream is the name of the specific Log stream that you are looking to record your logs in.

<Note>
  Below walkthrough is pending update for the current version of Galileo.
</Note>

To create a Log stream, first select the project you'd want to create a Log stream from.
Then, select `Connect your app` from the project home screen.

<img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/PJoAXcxkBZ2jxEEM/images/create-new-log-stream.png?fit=max&auto=format&n=PJoAXcxkBZ2jxEEM&q=85&s=1ce75e7ce8b336939ce9711ed50557a4" alt="Click Connect your app to create a new Log stream" width="3852" height="2418" data-path="images/create-new-log-stream.png" />

Once you've selected the `Connect your app` button, you'll see a modal pop up, select `Create Log stream`

<img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/PJoAXcxkBZ2jxEEM/images/create-log-stream-2.png?fit=max&auto=format&n=PJoAXcxkBZ2jxEEM&q=85&s=a21cce180c75ce164837aa1761b8a3ab" alt="Click Create Log stream to continue creating Log stream" width="3290" height="1850" data-path="images/create-log-stream-2.png" />.

Galileo will create a default Log stream with the key `my_log_stream` please be aware that this key is case-sensitive.

You can create additional Log streams for the same project by navigating to the left-hand side of the screen, toggling down and selecting the `Create Log stream` button.

<img src="https://mintcdn.com/v2galileo-ankush-dangerous-output-docs/fZXAW811a7Mxo1ma/images/add-log-stream.jpeg?fit=max&auto=format&n=fZXAW811a7Mxo1ma&q=85&s=943796e280a406094e3eddf7467b34f1" alt="How to create or add Log streams." width="884" height="516" data-path="images/add-log-stream.jpeg" />

Its from within this dropdown menu that you can also edit or delete Log streams. Keep in mind that the keys are case-sensitive, so if you change the name of the Log stream, you will also have to change how it is referenced within your application as well.

## Best practices and tips

* Keep your API keys secure and never share them publicly
* Create separate keys for different applications or environments
* Set expiration dates for temporary access
* Regularly rotate keys for enhanced security
* Use descriptive names to track key usage
